Searched refs:nfhpp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c455 nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp, argument
461 *nfhpp = NULL;
473 error = nfsm_getfh(nd, nfhpp);
H A Dnfs_clrpcops.c1176 struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *stuff)
1203 *nfhpp = nfhp;
1235 *nfhpp = nfhp;
1259 error = nfsm_getfh(nd, nfhpp);
1749 struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp,
1757 *nfhpp = NULL;
1808 error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp);
1829 struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp,
1852 owp, &dp, cred, p, dnap, nnap, nfhpp, attrflagp, dattrflagp,
1862 (*nfhpp)
1174 nfsrpc_lookup(vnode_t dvp, char *name, int len, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *stuff) argument
1747 nfsrpc_mknod(vnode_t dvp, char *name, int namelen, struct vattr *vap, u_int32_t rdev, enum vtype vtyp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
1827 nfsrpc_create(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
1892 nfsrpc_createv23(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
1940 nfsrpc_createv4(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp) argument
2484 nfsrpc_symlink(vnode_t dvp, char *name, int namelen, char *target, struct vattr *vap, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
2541 nfsrpc_mkdir(vnode_t dvp, char *name, int namelen, struct vattr *vap, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
[all...]
/freebsd-10.2-release/sys/fs/nfs/
H A Dnfs_commonsubs.c652 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) argument
658 *nfhpp = NULL;
676 *nfhpp = nfhp;
800 struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize,
1177 } else if (nfhpp != NULL) {
1178 *nfhpp = tnfhp;
799 nfsv4_loadattr(struct nfsrv_descript *nd, vnode_t vp, struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize, struct nfsv3_pathconf *pc, struct statfs *sbp, struct nfsstatfs *sfp, struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp, u_int32_t *leasep, u_int32_t *rderrp, NFSPROC_T *p, struct ucred *cred) argument

Completed in 164 milliseconds