Lines Matching defs:layp
217 nfsv4stateid_t *stateidp, char *layp, int *layoutlenp, NFSPROC_T *p);
229 static void nfsrv_flexlayouterr(struct nfsrv_descript *nd, uint32_t *layp,
6784 nfsv4stateid_t *stateidp, int maxcnt, char *layp, int *hasnewsizep,
6805 int *layoutlenp, char *layp, struct ucred *cred, NFSPROC_T *p)
6896 NFSBCOPY(lyp->lay_xdr, layp, lyp->lay_layoutlen);
6936 error = nfsrv_addlayout(nd, &lyp, stateidp, layp, layoutlenp, p);
7063 nfsrv_flexlayouterr(struct nfsrv_descript *nd, uint32_t *layp, int maxcnt,
7070 tl = layp;
7297 int kind, nfsv4stateid_t *stateidp, int maxcnt, uint32_t *layp, int *fndp,
7382 if (layouttype == NFSLAYOUT_FLEXFILE && layp != NULL)
7383 nfsrv_flexlayouterr(nd, layp, maxcnt, p);
7428 nfsv4stateid_t *stateidp, char *layp, int *layoutlenp, NFSPROC_T *p)
7466 NFSBCOPY(nlyp->lay_xdr, layp, nlyp->lay_layoutlen);
7482 NFSBCOPY(lyp->lay_xdr, layp, lyp->lay_layoutlen);