Lines Matching refs:lh
45 struct list_head lh; member
61 struct list_head lh; member
91 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
92 list_del(&entry->lh); in dcssblk_release_segment()
116 list_for_each_entry(entry, &dcssblk_devices, lh) in dcssblk_assign_free_minor()
137 list_for_each_entry(entry, &dcssblk_devices, lh) { in dcssblk_get_device_by_name()
156 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name()
157 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
175 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
194 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
224 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
301 INIT_LIST_HEAD(&(*seg_info)->lh); in dcssblk_load_segment()
343 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
368 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
390 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
394 list_del(&dev_info->lh); in dcssblk_shared_store()
440 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
486 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_seglist_show()
574 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
599 INIT_LIST_HEAD(&dev_info->lh); in dcssblk_add_store()
636 list_add_tail(&dev_info->lh, &dcssblk_devices); in dcssblk_add_store()
667 list_del(&dev_info->lh); in dcssblk_add_store()
671 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { in dcssblk_add_store()
678 list_del(&dev_info->lh); in dcssblk_add_store()
687 list_for_each_entry_safe(seg_info, temp, &dev_info->seg_list, lh) { in dcssblk_add_store()
688 list_del(&seg_info->lh); in dcssblk_add_store()
746 list_del(&dev_info->lh); in dcssblk_remove_store()
754 list_for_each_entry(entry, &dev_info->seg_list, lh) in dcssblk_remove_store()
799 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_release()
939 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_freeze()
968 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_restore()
969 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_restore()