Searched refs:nfsm_getfh (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/nfs/ |
H A D | nfsm_subs.h | 171 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 D | nfs_vnops.c | 877 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 D | nfs_clcomsubs.c | 475 error = nfsm_getfh(nd, nfhpp); in nfscl_mtofh()
|
H A D | nfs_clstate.c | 3227 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 D | nfs_clrpcops.c | 1273 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 D | nfs_var.h | 311 int nfsm_getfh(struct nfsrv_descript *, struct nfsfh **);
|
H A D | nfs_commonsubs.c | 663 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) in nfsm_getfh() function 1190 error = nfsm_getfh(nd, &tnfhp); in nfsv4_loadattr()
|