Home
last modified time | relevance | path

Searched refs:nfsm_getfh (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/nfs/
H A Dnfsm_subs.h171 nfsm_getfh(ttfhp, ttfhsize, (v3)); \
192 * nfsm_getfh: dissect a filehandle.
199 #define nfsm_getfh(f, s, v3) \
200 #define nfsm_getfh( global() macro
H A Dnfs_vnops.c877 nfsm_getfh(fhp, fhsize, v3); in nfs_lookup()
2731 nfsm_getfh(fhp, fhsize, 1); in nfs_readdirplusrpc()
2919 nfsm_getfh(nfhp, fhlen, v3); in nfs_lookitup()
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clcomsubs.c475 error = nfsm_getfh(nd, nfhpp); in nfscl_mtofh()
H A Dnfs_clstate.c3227 error = nfsm_getfh(nd, &nfhp); in nfscl_docb()
3296 error = nfsm_getfh(nd, &nfhp); in nfscl_docb()
3339 error = nfsm_getfh(nd, &nfhp); in nfscl_docb()
H A Dnfs_clrpcops.c1273 error = nfsm_getfh(nd, nfhpp); in nfsrpc_lookup()
3425 error = nfsm_getfh(nd, &nfhp); in nfsrpc_readdirplus()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_var.h311 int nfsm_getfh(struct nfsrv_descript *, struct nfsfh **);
H A Dnfs_commonsubs.c663 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) in nfsm_getfh() function
1190 error = nfsm_getfh(nd, &tnfhp); in nfsv4_loadattr()