Home
last modified time | relevance | path

Searched refs:laytype (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c224 fhandle_t *fhp, struct nfslayout *lyp, int changed, int laytype,
4434 int laytype, NFSPROC_T *p) in nfsrv_docallback() argument
4534 *tl++ = txdr_unsigned(laytype); in nfsrv_docallback()
7112 struct nfslayout *lyp, int changed, int laytype, NFSPROC_T *p) in nfsrv_recalllayout() argument
7127 stateidp, changed, fhp, NULL, NULL, laytype, p); in nfsrv_recalllayout()
7161 int error, laytype = 0, ret; in nfsrv_recalloldlayout() local
7177 laytype = lyp->lay_type; in nfsrv_recalloldlayout()
7184 laytype, p); in nfsrv_recalloldlayout()
7193 ret = nfsrv_findlayout(&clientid, &fh, laytype, p, in nfsrv_recalloldlayout()
7347 lyp->lay_type == laytype) in nfsrv_findlayout()
[all …]
/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clstate.c3563 int changed, gotone, laytype, recalltype; in nfscl_docb() local
3732 laytype = fxdr_unsigned(int, *tl++); in nfscl_docb()
3740 laytype, iomode, changed, recalltype); in nfscl_docb()
3743 if (laytype != NFSLAYOUT_NFSV4_1_FILES && in nfscl_docb()
3744 laytype != NFSLAYOUT_FLEXFILE) in nfscl_docb()
H A Dnfs_clrpcops.c7247 int cnt, error, fhcnt, gotiomode, i, iomode, j, k, l, laytype, nfhlen; in nfsrv_parselayoutget() local
7284 laytype = fxdr_unsigned(int, *tl); in nfsrv_parselayoutget()
7285 NFSCL_DEBUG(4, "layt=%d off=%ju len=%ju iom=%d\n", laytype, in nfsrv_parselayoutget()
7288 if (laytype == NFSLAYOUT_NFSV4_1_FILES) { in nfsrv_parselayoutget()
7347 } else if (laytype == NFSLAYOUT_FLEXFILE) { in nfsrv_parselayoutget()