Lines Matching refs:nfhpp
1502 struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, uint32_t openmode) in nfsrpc_lookup() argument
1533 *nfhpp = nfhp; in nfsrpc_lookup()
1595 *nfhpp = nfhp; in nfsrpc_lookup()
1620 error = nfsm_getfh(nd, nfhpp); in nfsrpc_lookup()
1650 error = nfsm_getfh(nd, nfhpp); in nfsrpc_lookup()
1682 (*nfhpp)->nfh_len, M_NFSCLDELEG, M_WAITOK); in nfsrpc_lookup()
1683 ndp->nfsdl_fhlen = (*nfhpp)->nfh_len; in nfsrpc_lookup()
1684 NFSBCOPY((*nfhpp)->nfh_fh, ndp->nfsdl_fh, in nfsrpc_lookup()
1703 ret = nfscl_open(dvp, (*nfhpp)->nfh_fh, (*nfhpp)->nfh_len, in nfsrpc_lookup()
2396 struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, in nfsrpc_mknod() argument
2404 *nfhpp = NULL; in nfsrpc_mknod()
2455 error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp); in nfsrpc_mknod()
2476 struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, in nfsrpc_create() argument
2501 fmode, owp, &dp, cred, p, dnap, nnap, nfhpp, in nfsrpc_create()
2505 cverf, fmode, owp, &dp, cred, p, dnap, nnap, nfhpp, in nfsrpc_create()
2515 (*nfhpp)->nfh_fh, (*nfhpp)->nfh_len, cred, p, dp); in nfsrpc_create()
2535 fmode, cred, p, dnap, nnap, nfhpp, attrflagp, dattrflagp); in nfsrpc_create()
2546 struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, in nfsrpc_createv23() argument
2553 *nfhpp = NULL; in nfsrpc_createv23()
2578 error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp); in nfsrpc_createv23()
2595 struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, in nfsrpc_createv4() argument
2614 *nfhpp = NULL; in nfsrpc_createv4()
2767 error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp); in nfsrpc_createv4()
2785 nfhp = *nfhpp; in nfsrpc_createv4()
3278 struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, in nfsrpc_symlink() argument
3286 *nfhpp = NULL; in nfsrpc_symlink()
3313 error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp); in nfsrpc_symlink()
3339 struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, in nfsrpc_mkdir() argument
3349 *nfhpp = NULL; in nfsrpc_mkdir()
3387 error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp); in nfsrpc_mkdir()
8544 struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, in nfsrpc_createlayout() argument
8565 *nfhpp = NULL; in nfsrpc_createlayout()
8727 error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp); in nfsrpc_createlayout()
8760 nfhp = *nfhpp; in nfsrpc_createlayout()
8818 struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, in nfsrpc_getcreatelayout() argument
8839 owp, dpp, cred, p, dnap, nnap, nfhpp, attrflagp, dattrflagp, in nfsrpc_getcreatelayout()
8846 nfhp = *nfhpp; in nfsrpc_getcreatelayout()
9678 struct nfsfh **nfhpp, int *attrflagp) in nfsrpc_openattr() argument
9704 error = nfsm_getfh(nd, nfhpp); in nfsrpc_openattr()