Lines Matching refs:layout_list
813 struct list_head *layout_list)
822 list_add(&lo->plh_bulk_destroy, layout_list);
833 struct list_head *layout_list)
853 layout_list))
871 pnfs_layout_free_bulk_destroy_list(struct list_head *layout_list,
879 while (!list_empty(layout_list)) {
880 lo = list_entry(layout_list->next, struct pnfs_layout_hdr,
911 LIST_HEAD(layout_list);
921 &layout_list) != 0)
927 if (list_empty(&layout_list))
929 return pnfs_layout_free_bulk_destroy_list(&layout_list, is_recall);
937 LIST_HEAD(layout_list);
945 &layout_list) != 0)
951 if (list_empty(&layout_list))
953 return pnfs_layout_free_bulk_destroy_list(&layout_list, is_recall);