Lines Matching refs:lh
46 struct list_head lh; member
62 struct list_head lh; member
92 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
93 list_del(&entry->lh); in dcssblk_release_segment()
117 list_for_each_entry(entry, &dcssblk_devices, lh) in dcssblk_assign_free_minor()
138 list_for_each_entry(entry, &dcssblk_devices, lh) { in dcssblk_get_device_by_name()
157 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name()
158 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
176 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
195 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
225 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
302 INIT_LIST_HEAD(&(*seg_info)->lh); in dcssblk_load_segment()
338 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
363 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
385 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
389 list_del(&dev_info->lh); in dcssblk_shared_store()
441 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
493 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_seglist_show()
581 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
606 INIT_LIST_HEAD(&dev_info->lh); in dcssblk_add_store()
643 list_add_tail(&dev_info->lh, &dcssblk_devices); in dcssblk_add_store()
674 list_del(&dev_info->lh); in dcssblk_add_store()
678 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { in dcssblk_add_store()
685 list_del(&dev_info->lh); in dcssblk_add_store()
694 list_for_each_entry_safe(seg_info, temp, &dev_info->seg_list, lh) { in dcssblk_add_store()
695 list_del(&seg_info->lh); in dcssblk_add_store()
753 list_del(&dev_info->lh); in dcssblk_remove_store()
761 list_for_each_entry(entry, &dev_info->seg_list, lh) in dcssblk_remove_store()
806 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_release()
954 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_freeze()
983 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_restore()
984 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_restore()