Lines Matching refs:seg_list
58 struct list_head seg_list; member
92 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
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()
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()
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()
579 INIT_LIST_HEAD(&dev_info->seg_list); in dcssblk_add_store()
581 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
678 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { in dcssblk_add_store()
694 list_for_each_entry_safe(seg_info, temp, &dev_info->seg_list, lh) { in dcssblk_add_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()
984 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_restore()