Lines Matching refs:seg_list
57 struct list_head seg_list; member
91 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
157 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
175 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
194 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
224 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
337 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
362 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
384 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
440 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
492 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_seglist_show()
578 INIT_LIST_HEAD(&dev_info->seg_list); in dcssblk_add_store()
580 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
677 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { in dcssblk_add_store()
693 list_for_each_entry_safe(seg_info, temp, &dev_info->seg_list, lh) { in dcssblk_add_store()
760 list_for_each_entry(entry, &dev_info->seg_list, lh) in dcssblk_remove_store()
805 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_release()
978 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_restore()