Searched refs:laytype (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdstate.c | 175 struct nfsvattr *nap, nfsattrbit_t *attrbitp, int laytype, NFSPROC_T *p); 220 static void nfsrv_freelayouts(nfsquad_t *clid, fsid_t *fs, int laytype, 232 fhandle_t *fhp, struct nfslayout *lyp, int changed, int laytype, 234 static int nfsrv_findlayout(nfsquad_t *clientidp, fhandle_t *fhp, int laytype, 4457 int laytype, NFSPROC_T *p) in nfsrv_docallback() argument 4557 *tl++ = txdr_unsigned(laytype); in nfsrv_docallback() 7192 struct nfslayout *lyp, int changed, int laytype, NFSPROC_T *p) in nfsrv_recalllayout() argument 7207 stateidp, changed, fhp, NULL, NULL, laytype, p); in nfsrv_recalllayout() 7241 int error, laytype = 0, ret; in nfsrv_recalloldlayout() local 7257 laytype = lyp->lay_type; in nfsrv_recalloldlayout() [all …]
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 3574 int changed, gotone, laytype, recalltype; in nfscl_docb() local 3736 laytype = fxdr_unsigned(int, *tl++); in nfscl_docb() 3744 laytype, iomode, changed, recalltype); in nfscl_docb() 3747 if (laytype != NFSLAYOUT_NFSV4_1_FILES && in nfscl_docb() 3748 laytype != NFSLAYOUT_FLEXFILE) in nfscl_docb()
|
| H A D | nfs_clrpcops.c | 8032 int cnt, error, fhcnt, gotiomode, i, iomode, j, k, l, laytype, nfhlen; in nfsrv_parselayoutget() local 8069 laytype = fxdr_unsigned(int, *tl); in nfsrv_parselayoutget() 8070 NFSCL_DEBUG(4, "layt=%d off=%ju len=%ju iom=%d\n", laytype, in nfsrv_parselayoutget() 8073 if (laytype == NFSLAYOUT_NFSV4_1_FILES) { in nfsrv_parselayoutget() 8132 } else if (laytype == NFSLAYOUT_FLEXFILE) { in nfsrv_parselayoutget()
|