Lines Matching refs:lh

70 	struct list_head lh;  member
86 struct list_head lh; member
116 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
117 list_del(&entry->lh); in dcssblk_release_segment()
141 list_for_each_entry(entry, &dcssblk_devices, lh) in dcssblk_assign_free_minor()
162 list_for_each_entry(entry, &dcssblk_devices, lh) { in dcssblk_get_device_by_name()
181 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name()
182 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
200 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
219 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
249 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
326 INIT_LIST_HEAD(&(*seg_info)->lh); in dcssblk_load_segment()
362 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
387 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
409 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
413 list_del(&dev_info->lh); in dcssblk_shared_store()
466 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
518 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_seglist_show()
606 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
631 INIT_LIST_HEAD(&dev_info->lh); in dcssblk_add_store()
667 list_add_tail(&dev_info->lh, &dcssblk_devices); in dcssblk_add_store()
717 list_del(&dev_info->lh); in dcssblk_add_store()
719 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { in dcssblk_add_store()
726 list_del(&dev_info->lh); in dcssblk_add_store()
733 list_for_each_entry_safe(seg_info, temp, &dev_info->seg_list, lh) { in dcssblk_add_store()
734 list_del(&seg_info->lh); in dcssblk_add_store()
792 list_del(&dev_info->lh); in dcssblk_remove_store()
794 list_for_each_entry(entry, &dev_info->seg_list, lh) in dcssblk_remove_store()
844 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_release()