Searched defs:pnfs_layout_segment (Results 1 – 2 of 2) sorted by relevance
68 struct pnfs_layout_segment { struct69 struct list_head pls_list;70 struct list_head pls_lc_list;71 struct list_head pls_commits;72 struct pnfs_layout_range pls_range;73 refcount_t pls_refcount;74 u32 pls_seq;75 unsigned long pls_flags;76 struct pnfs_layout_hdr *pls_layout;
1666 bool (*do_merge)(struct pnfs_layout_segment *, in pnfs_generic_layout_insert_lseg()1667 struct pnfs_layout_segment *), in pnfs_generic_layout_insert_lseg()
Completed in 11 milliseconds