Home
last modified time | relevance | path

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

/NextBSD/sys/nfsclient/
HDnfsm_subs.h139 #define nfsm_getfh(f, s, v3) \ macro
/NextBSD/sys/fs/nfsclient/
HDnfs_clcomsubs.c473 error = nfsm_getfh(nd, nfhpp); in nfscl_mtofh()
HDnfs_clstate.c3225 error = nfsm_getfh(nd, &nfhp); in nfscl_docb()
3294 error = nfsm_getfh(nd, &nfhp); in nfscl_docb()
3337 error = nfsm_getfh(nd, &nfhp); in nfscl_docb()
HDnfs_clrpcops.c1268 error = nfsm_getfh(nd, nfhpp); in nfsrpc_lookup()
3423 error = nfsm_getfh(nd, &nfhp); in nfsrpc_readdirplus()
/NextBSD/sys/fs/nfs/
HDnfs_var.h310 int nfsm_getfh(struct nfsrv_descript *, struct nfsfh **);
HDnfs_commonsubs.c658 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) in nfsm_getfh() function
1179 error = nfsm_getfh(nd, &tnfhp); in nfsv4_loadattr()