Lines Matching refs:lh
83 struct list_head lh; member
100 struct list_head lh; member
130 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
131 list_del(&entry->lh); in dcssblk_release_segment()
155 list_for_each_entry(entry, &dcssblk_devices, lh) in dcssblk_assign_free_minor()
176 list_for_each_entry(entry, &dcssblk_devices, lh) { in dcssblk_get_device_by_name()
195 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name()
196 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
214 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
233 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
263 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
340 INIT_LIST_HEAD(&(*seg_info)->lh); in dcssblk_load_segment()
376 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
401 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
423 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
427 list_del(&dev_info->lh); in dcssblk_shared_store()
481 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
533 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_seglist_show()
621 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
646 INIT_LIST_HEAD(&dev_info->lh); in dcssblk_add_store()
682 list_add_tail(&dev_info->lh, &dcssblk_devices); in dcssblk_add_store()
721 list_del(&dev_info->lh); in dcssblk_add_store()
725 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { in dcssblk_add_store()
732 list_del(&dev_info->lh); in dcssblk_add_store()
741 list_for_each_entry_safe(seg_info, temp, &dev_info->seg_list, lh) { in dcssblk_add_store()
742 list_del(&seg_info->lh); in dcssblk_add_store()
800 list_del(&dev_info->lh); in dcssblk_remove_store()
809 list_for_each_entry(entry, &dev_info->seg_list, lh) in dcssblk_remove_store()
855 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_release()
1008 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_freeze()
1037 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_restore()
1038 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_restore()