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