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

/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c458 nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp, argument
464 *nfhpp = NULL;
478 error = ENXIO; /* Return ENXIO so *nfhpp isn't used. */
482 error = nfsm_getfh(nd, nfhpp);
H A Dnfs_clrpcops.c1212 struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *stuff)
1239 *nfhpp = nfhp;
1271 *nfhpp = nfhp;
1295 error = nfsm_getfh(nd, nfhpp);
1791 struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp,
1799 *nfhpp = NULL;
1850 error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp);
1871 struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp,
1894 owp, &dp, cred, p, dnap, nnap, nfhpp, attrflagp, dattrflagp,
1904 (*nfhpp)
1210 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
1789 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
1869 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
1934 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
1982 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
2528 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
2589 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-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c664 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) argument
670 *nfhpp = NULL;
688 *nfhpp = nfhp;
812 struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize,
1202 } else if (nfhpp != NULL) {
1203 *nfhpp = tnfhp;
811 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 202 milliseconds