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, 4443 int laytype, NFSPROC_T *p) in nfsrv_docallback() argument 4543 *tl++ = txdr_unsigned(laytype); in nfsrv_docallback() 7178 struct nfslayout *lyp, int changed, int laytype, NFSPROC_T *p) in nfsrv_recalllayout() argument 7193 stateidp, changed, fhp, NULL, NULL, laytype, p); in nfsrv_recalllayout() 7227 int error, laytype = 0, ret; in nfsrv_recalloldlayout() local 7243 laytype = lyp->lay_type; in nfsrv_recalloldlayout() [all …]
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 3571 int changed, gotone, laytype, recalltype; in nfscl_docb() local 3740 laytype = fxdr_unsigned(int, *tl++); in nfscl_docb() 3748 laytype, iomode, changed, recalltype); in nfscl_docb() 3751 if (laytype != NFSLAYOUT_NFSV4_1_FILES && in nfscl_docb() 3752 laytype != NFSLAYOUT_FLEXFILE) in nfscl_docb()
|
H A D | nfs_clrpcops.c | 7822 int cnt, error, fhcnt, gotiomode, i, iomode, j, k, l, laytype, nfhlen; in nfsrv_parselayoutget() local 7859 laytype = fxdr_unsigned(int, *tl); in nfsrv_parselayoutget() 7860 NFSCL_DEBUG(4, "layt=%d off=%ju len=%ju iom=%d\n", laytype, in nfsrv_parselayoutget() 7863 if (laytype == NFSLAYOUT_NFSV4_1_FILES) { in nfsrv_parselayoutget() 7922 } else if (laytype == NFSLAYOUT_FLEXFILE) { in nfsrv_parselayoutget()
|