Lines Matching refs:lh

69 	struct list_head lh;  member
85 struct list_head lh; member
115 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
116 list_del(&entry->lh); in dcssblk_release_segment()
140 list_for_each_entry(entry, &dcssblk_devices, lh) in dcssblk_assign_free_minor()
161 list_for_each_entry(entry, &dcssblk_devices, lh) { in dcssblk_get_device_by_name()
180 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name()
181 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
199 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
218 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
248 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
325 INIT_LIST_HEAD(&(*seg_info)->lh); in dcssblk_load_segment()
361 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
386 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
408 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
412 list_del(&dev_info->lh); in dcssblk_shared_store()
464 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
516 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_seglist_show()
604 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
629 INIT_LIST_HEAD(&dev_info->lh); in dcssblk_add_store()
665 list_add_tail(&dev_info->lh, &dcssblk_devices); in dcssblk_add_store()
715 list_del(&dev_info->lh); in dcssblk_add_store()
717 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { in dcssblk_add_store()
724 list_del(&dev_info->lh); in dcssblk_add_store()
731 list_for_each_entry_safe(seg_info, temp, &dev_info->seg_list, lh) { in dcssblk_add_store()
732 list_del(&seg_info->lh); in dcssblk_add_store()
790 list_del(&dev_info->lh); in dcssblk_remove_store()
797 list_for_each_entry(entry, &dev_info->seg_list, lh) in dcssblk_remove_store()
843 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_release()