Searched refs:nfhpp (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/nfs/client/ |
H A D | nfs_clcomsubs.c | 457 nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp, in nfscl_mtofh() argument 463 *nfhpp = NULL; in nfscl_mtofh() 475 error = nfsm_getfh(nd, nfhpp); in nfscl_mtofh()
|
H A D | nfs_clrpcops.c | 1190 struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *stuff) in nfsrpc_lookup() argument 1217 *nfhpp = nfhp; in nfsrpc_lookup() 1249 *nfhpp = nfhp; in nfsrpc_lookup() 1273 error = nfsm_getfh(nd, nfhpp); in nfsrpc_lookup() 1761 struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, in nfsrpc_mknod() argument 1769 *nfhpp = NULL; in nfsrpc_mknod() 1820 error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp); in nfsrpc_mknod() 1841 struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, in nfsrpc_create() argument 1864 owp, &dp, cred, p, dnap, nnap, nfhpp, attrflagp, dattrflagp, in nfsrpc_create() 1874 (*nfhpp)->nfh_fh, (*nfhpp)->nfh_len, cred, p, &dp); in nfsrpc_create() [all …]
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_commonsubs.c | 663 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) in nfsm_getfh() argument 669 *nfhpp = NULL; in nfsm_getfh() 687 *nfhpp = nfhp; in nfsm_getfh() 811 struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize, in nfsv4_loadattr() argument 1200 } else if (nfhpp != NULL) { in nfsv4_loadattr() 1201 *nfhpp = tnfhp; in nfsv4_loadattr()
|