Symbol: hash_cell
drivers/md/dm-ioctl.c
108
static struct hash_cell *__get_uuid_cell(const char *str)
drivers/md/dm-ioctl.c
113
struct hash_cell *hc = container_of(n, struct hash_cell, uuid_node);
drivers/md/dm-ioctl.c
1153
struct hash_cell *hc;
drivers/md/dm-ioctl.c
127
static void __unlink_name(struct hash_cell *hc)
drivers/md/dm-ioctl.c
135
static void __unlink_uuid(struct hash_cell *hc)
drivers/md/dm-ioctl.c
143
static void __link_name(struct hash_cell *new_hc)
drivers/md/dm-ioctl.c
1517
struct hash_cell *hc;
drivers/md/dm-ioctl.c
155
struct hash_cell *hc = container_of(*n, struct hash_cell, name_node);
drivers/md/dm-ioctl.c
1603
struct hash_cell *hc;
drivers/md/dm-ioctl.c
168
static void __link_uuid(struct hash_cell *new_hc)
drivers/md/dm-ioctl.c
180
struct hash_cell *hc = container_of(*n, struct hash_cell, uuid_node);
drivers/md/dm-ioctl.c
193
static struct hash_cell *__get_dev_cell(uint64_t dev)
drivers/md/dm-ioctl.c
196
struct hash_cell *hc;
drivers/md/dm-ioctl.c
216
static struct hash_cell *alloc_cell(const char *name, const char *uuid,
drivers/md/dm-ioctl.c
219
struct hash_cell *hc;
drivers/md/dm-ioctl.c
2221
struct hash_cell *hc;
drivers/md/dm-ioctl.c
249
static void free_cell(struct hash_cell *hc)
drivers/md/dm-ioctl.c
264
struct hash_cell *cell, *hc;
drivers/md/dm-ioctl.c
308
static struct dm_table *__hash_remove(struct hash_cell *hc)
drivers/md/dm-ioctl.c
340
struct hash_cell *hc;
drivers/md/dm-ioctl.c
350
hc = container_of(n, struct hash_cell, name_node);
drivers/md/dm-ioctl.c
394
static void __set_cell_uuid(struct hash_cell *hc, char *new_uuid)
drivers/md/dm-ioctl.c
407
static char *__change_cell_name(struct hash_cell *hc, char *new_name)
drivers/md/dm-ioctl.c
430
struct hash_cell *hc;
drivers/md/dm-ioctl.c
567
static bool filter_device(struct hash_cell *hc, const char *pfx_name, const char *pfx_uuid)
drivers/md/dm-ioctl.c
594
struct hash_cell *hc;
drivers/md/dm-ioctl.c
607
hc = container_of(n, struct hash_cell, name_node);
drivers/md/dm-ioctl.c
634
hc = container_of(n, struct hash_cell, name_node);
drivers/md/dm-ioctl.c
791
struct hash_cell *hc;
drivers/md/dm-ioctl.c
89
static struct hash_cell *__get_name_cell(const char *str)
drivers/md/dm-ioctl.c
914
static struct hash_cell *__find_device_hash_cell(struct dm_ioctl *param)
drivers/md/dm-ioctl.c
916
struct hash_cell *hc = NULL;
drivers/md/dm-ioctl.c
94
struct hash_cell *hc = container_of(n, struct hash_cell, name_node);
drivers/md/dm-ioctl.c
965
struct hash_cell *hc;
drivers/md/dm-ioctl.c
979
struct hash_cell *hc;