Lines Matching refs:layout_list
812 struct list_head *layout_list)
821 list_add(&lo->plh_bulk_destroy, layout_list);
832 struct list_head *layout_list)
852 layout_list))
870 pnfs_layout_free_bulk_destroy_list(struct list_head *layout_list,
878 while (!list_empty(layout_list)) {
879 lo = list_entry(layout_list->next, struct pnfs_layout_hdr,
910 LIST_HEAD(layout_list);
920 &layout_list) != 0)
926 if (list_empty(&layout_list))
928 return pnfs_layout_free_bulk_destroy_list(&layout_list, is_recall);
936 LIST_HEAD(layout_list);
944 &layout_list) != 0)
950 if (list_empty(&layout_list))
952 return pnfs_layout_free_bulk_destroy_list(&layout_list, is_recall);