Symbol: hash_cell
drivers/md/dm-ioctl.c
1016
static struct hash_cell *__find_device_hash_cell(struct dm_ioctl *param)
drivers/md/dm-ioctl.c
1018
struct hash_cell *hc = NULL;
drivers/md/dm-ioctl.c
1067
struct hash_cell *hc;
drivers/md/dm-ioctl.c
1081
struct hash_cell *hc;
drivers/md/dm-ioctl.c
112
static struct hash_cell *__get_uuid_cell(const char *str)
drivers/md/dm-ioctl.c
117
struct hash_cell *hc = container_of(n, struct hash_cell, uuid_node);
drivers/md/dm-ioctl.c
1263
struct hash_cell *hc;
drivers/md/dm-ioctl.c
131
static void __unlink_name(struct hash_cell *hc)
drivers/md/dm-ioctl.c
139
static void __unlink_uuid(struct hash_cell *hc)
drivers/md/dm-ioctl.c
147
static void __link_name(struct hash_cell *new_hc)
drivers/md/dm-ioctl.c
159
struct hash_cell *hc = container_of(*n, struct hash_cell, name_node);
drivers/md/dm-ioctl.c
1647
struct hash_cell *hc;
drivers/md/dm-ioctl.c
172
static void __link_uuid(struct hash_cell *new_hc)
drivers/md/dm-ioctl.c
1741
struct hash_cell *hc;
drivers/md/dm-ioctl.c
184
struct hash_cell *hc = container_of(*n, struct hash_cell, uuid_node);
drivers/md/dm-ioctl.c
197
static struct hash_cell *__get_dev_cell(uint64_t dev)
drivers/md/dm-ioctl.c
200
struct hash_cell *hc;
drivers/md/dm-ioctl.c
220
static struct hash_cell *alloc_cell(const char *name, const char *uuid,
drivers/md/dm-ioctl.c
223
struct hash_cell *hc;
drivers/md/dm-ioctl.c
2365
struct hash_cell *hc;
drivers/md/dm-ioctl.c
253
static void free_cell(struct hash_cell *hc)
drivers/md/dm-ioctl.c
269
static unsigned int dm_ima_init_context(struct hash_cell *hc,
drivers/md/dm-ioctl.c
295
struct hash_cell *hc;
drivers/md/dm-ioctl.c
322
static inline unsigned int dm_ima_init_context(struct hash_cell *hc,
drivers/md/dm-ioctl.c
342
struct hash_cell *cell, *hc;
drivers/md/dm-ioctl.c
386
static struct dm_table *__hash_remove(struct hash_cell *hc)
drivers/md/dm-ioctl.c
418
struct hash_cell *hc;
drivers/md/dm-ioctl.c
437
hc = container_of(n, struct hash_cell, name_node);
drivers/md/dm-ioctl.c
485
static void __set_cell_uuid(struct hash_cell *hc, char *new_uuid)
drivers/md/dm-ioctl.c
498
static char *__change_cell_name(struct hash_cell *hc, char *new_name)
drivers/md/dm-ioctl.c
521
struct hash_cell *hc;
drivers/md/dm-ioctl.c
669
static bool filter_device(struct hash_cell *hc, const char *pfx_name, const char *pfx_uuid)
drivers/md/dm-ioctl.c
696
struct hash_cell *hc;
drivers/md/dm-ioctl.c
709
hc = container_of(n, struct hash_cell, name_node);
drivers/md/dm-ioctl.c
736
hc = container_of(n, struct hash_cell, name_node);
drivers/md/dm-ioctl.c
893
struct hash_cell *hc;
drivers/md/dm-ioctl.c
93
static struct hash_cell *__get_name_cell(const char *str)
drivers/md/dm-ioctl.c
98
struct hash_cell *hc = container_of(n, struct hash_cell, name_node);