Lines Matching refs:layout
15 Each nfs_inode may hold a pointer to a cache of these layout
16 segments in nfsi->layout, of type struct pnfs_layout_hdr.
24 the reference count, as the layout is kept around by the lseg that
30 layout driver type. The device ids are held in a RCU cache (struct
57 layout drivers
60 PNFS utilizes what is called layout drivers. The STD defines 4 basic
61 layout types: "files", "objects", "blocks", and "flexfiles". For each
62 of these types there is a layout-driver with a common function-vectors
64 different layout types.
66 Files-layout-driver code is in: fs/nfs/filelayout/.. directory
67 Objects-layout-deriver code is in: fs/nfs/objlayout/.. directory
68 Blocks-layout-deriver code is in: fs/nfs/blocklayout/.. directory
69 Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory
71 objects-layout setup
107 blocks-layout setup
110 TODO: Document the setup needs of the blocks layout driver