Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c174 struct nfsvattr *nap, nfsattrbit_t *attrbitp, int laytype, NFSPROC_T *p);
219 static void nfsrv_freelayouts(nfsquad_t *clid, fsid_t *fs, int laytype,
231 fhandle_t *fhp, struct nfslayout *lyp, int changed, int laytype,
233 static int nfsrv_findlayout(nfsquad_t *clientidp, fhandle_t *fhp, int laytype,
4261 int laytype, NFSPROC_T *p) in nfsrv_docallback() argument
4361 *tl++ = txdr_unsigned(laytype); in nfsrv_docallback()
6996 struct nfslayout *lyp, int changed, int laytype, NFSPROC_T *p) in nfsrv_recalllayout() argument
7011 stateidp, changed, fhp, NULL, NULL, laytype, p); in nfsrv_recalllayout()
7045 int error, laytype = 0, ret; in nfsrv_recalloldlayout() local
7061 laytype = lyp->lay_type; in nfsrv_recalloldlayout()
[all …]
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c3593 int changed, gotone, laytype, recalltype; in nfscl_docb() local
3755 laytype = fxdr_unsigned(int, *tl++); in nfscl_docb()
3763 laytype, iomode, changed, recalltype); in nfscl_docb()
3766 if (laytype != NFSLAYOUT_NFSV4_1_FILES && in nfscl_docb()
3767 laytype != NFSLAYOUT_FLEXFILE) in nfscl_docb()
H A Dnfs_clrpcops.c7993 int cnt, error, fhcnt, gotiomode, i, iomode, j, k, l, laytype, nfhlen; in nfsrv_parselayoutget() local
8030 laytype = fxdr_unsigned(int, *tl); in nfsrv_parselayoutget()
8031 NFSCL_DEBUG(4, "layt=%d off=%ju len=%ju iom=%d\n", laytype, in nfsrv_parselayoutget()
8034 if (laytype == NFSLAYOUT_NFSV4_1_FILES) { in nfsrv_parselayoutget()
8093 } else if (laytype == NFSLAYOUT_FLEXFILE) { in nfsrv_parselayoutget()