Lines Matching refs:seg_list
79 struct list_head seg_list; member
114 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
180 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
198 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
217 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
247 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
360 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()
407 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
465 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
517 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_seglist_show()
603 INIT_LIST_HEAD(&dev_info->seg_list); in dcssblk_add_store()
605 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
709 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { in dcssblk_add_store()
725 list_for_each_entry_safe(seg_info, temp, &dev_info->seg_list, lh) { in dcssblk_add_store()
793 list_for_each_entry(entry, &dev_info->seg_list, lh) in dcssblk_remove_store()
840 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_release()
1023 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_restore()