Home
last modified time | relevance | path

Searched refs:name_list (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/nfsd/
Dnfs4recover.c170 struct name_list { struct
180 struct name_list *entry; in nfsd4_build_namelist() argument
184 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist()
199 struct name_list *entry; in nfsd4_list_rec_dir()
219 entry = list_entry(names.next, struct name_list, list); in nfsd4_list_rec_dir()
236 entry = list_entry(names.next, struct name_list, list); in nfsd4_list_rec_dir()
/linux-2.6.39/drivers/md/
Ddm-ioctl.c30 struct list_head name_list; member
108 list_for_each_entry (hc, _name_buckets + h, name_list) in __get_name_cell()
161 INIT_LIST_HEAD(&hc->name_list); in alloc_cell()
202 list_add(&cell->name_list, _name_buckets + hash_str(name)); in dm_hash_insert()
207 list_del(&cell->name_list); in dm_hash_insert()
233 list_del(&hc->name_list); in __hash_remove()
262 list_for_each_entry(hc, _name_buckets + i, name_list) { in dm_hash_remove_all()
321 list_del(&hc->name_list); in __change_cell_name()
328 list_add(&hc->name_list, _name_buckets + hash_str(new_name)); in __change_cell_name()
476 list_for_each_entry (hc, _name_buckets + i, name_list) { in list_devices()
[all …]
/linux-2.6.39/drivers/video/
Datafb.c566 char ***name_list; in get_video_mode() local
570 name_list = fb_var_names; in get_video_mode()
572 name = *name_list++; in get_video_mode()