Searched defs:pnfs_layout_segment (Results 1 – 2 of 2) sorted by relevance
71 struct pnfs_layout_segment { struct72 struct list_head pls_list;73 struct list_head pls_lc_list;74 struct list_head pls_commits;75 struct pnfs_layout_range pls_range;76 refcount_t pls_refcount;77 u32 pls_seq;78 unsigned long pls_flags;79 struct pnfs_layout_hdr *pls_layout;
1834 bool (*do_merge)(struct pnfs_layout_segment *, in pnfs_generic_layout_insert_lseg()1835 struct pnfs_layout_segment *), in pnfs_generic_layout_insert_lseg()