Lines Matching defs:layout
2 * Module for the pnfs nfs4 file layout driver.
49 MODULE_DESCRIPTION("The NFSv4 file layout driver");
69 /* This function is used by the layout driver to calculate the
71 * layout type is STRIPE_DENSE or STRIPE_SPARSE
164 dprintk("%s Invalid layout error %d\n", __func__,
167 * Destroy layout so new i/o will get a new layout.
169 * references are put. Mark layout as invalid to resend failed
171 * layout is destroyed and a new valid layout is obtained.
243 (unsigned long) NFS_I(hdr->inode)->layout->plh_lwb);
593 * Make sure layout segment parameters are sane WRT the device.
608 /* FIXME: remove this check when layout segment support is added */
855 lo = NFS_I(ino)->layout;
1070 struct pnfs_layout_hdr *layout = NFS_I(inode)->layout;
1072 if (layout == NULL)
1075 return &FILELAYOUT_FROM_HDR(layout)->commit_info;