Searched refs:nfsm_getfh (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/nfsclient/ |
| HD | nfsm_subs.h | 139 #define nfsm_getfh(f, s, v3) \ macro
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clcomsubs.c | 473 error = nfsm_getfh(nd, nfhpp); in nfscl_mtofh()
|
| HD | nfs_clstate.c | 3225 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()
|
| HD | nfs_clrpcops.c | 1268 error = nfsm_getfh(nd, nfhpp); in nfsrpc_lookup() 3423 error = nfsm_getfh(nd, &nfhp); in nfsrpc_readdirplus()
|
| /NextBSD/sys/fs/nfs/ |
| HD | nfs_var.h | 310 int nfsm_getfh(struct nfsrv_descript *, struct nfsfh **);
|
| HD | nfs_commonsubs.c | 658 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) in nfsm_getfh() function 1179 error = nfsm_getfh(nd, &tnfhp); in nfsv4_loadattr()
|