Searched refs:laytype (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_nfsdstate.c | 227 fhandle_t *fhp, struct nfslayout *lyp, int changed, int laytype, 4436 int laytype, NFSPROC_T *p) in nfsrv_docallback() argument 4536 *tl++ = txdr_unsigned(laytype); in nfsrv_docallback() 7171 struct nfslayout *lyp, int changed, int laytype, NFSPROC_T *p) in nfsrv_recalllayout() argument 7186 stateidp, changed, fhp, NULL, NULL, laytype, p); in nfsrv_recalllayout() 7220 int error, laytype = 0, ret; in nfsrv_recalloldlayout() local 7236 laytype = lyp->lay_type; in nfsrv_recalloldlayout() 7243 laytype, p); in nfsrv_recalloldlayout() 7252 ret = nfsrv_findlayout(&clientid, &fh, laytype, p, in nfsrv_recalloldlayout() 7406 lyp->lay_type == laytype) in nfsrv_findlayout() [all …]
|
| /freebsd-14.2/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 3572 int changed, gotone, laytype, recalltype; in nfscl_docb() local 3741 laytype = fxdr_unsigned(int, *tl++); in nfscl_docb() 3749 laytype, iomode, changed, recalltype); in nfscl_docb() 3752 if (laytype != NFSLAYOUT_NFSV4_1_FILES && in nfscl_docb() 3753 laytype != NFSLAYOUT_FLEXFILE) in nfscl_docb()
|
| H A D | nfs_clrpcops.c | 7815 int cnt, error, fhcnt, gotiomode, i, iomode, j, k, l, laytype, nfhlen; in nfsrv_parselayoutget() local 7852 laytype = fxdr_unsigned(int, *tl); in nfsrv_parselayoutget() 7853 NFSCL_DEBUG(4, "layt=%d off=%ju len=%ju iom=%d\n", laytype, in nfsrv_parselayoutget() 7856 if (laytype == NFSLAYOUT_NFSV4_1_FILES) { in nfsrv_parselayoutget() 7915 } else if (laytype == NFSLAYOUT_FLEXFILE) { in nfsrv_parselayoutget()
|