HomeSort by: relevance | last modified time | path
    Searched refs:nfsrvfh_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/nfs/
nfs_srvsubs.c 119 nfs_namei(struct nameidata *ndp, nfsrvfh_t *nsfh, uint32_t len, struct nfssvc_sock *slp, struct mbuf *nam, struct mbuf **mdp, char **dposp, struct vnode **retdirp, int *dirattr_retp, struct vattr *dirattrp, struct lwp *l, int kerbflag, int pubflag)
295 nfsrv_fhtovp(nfsrvfh_t *nsfh, int lockflag, struct vnode **vpp,
374 nfs_ispublicfh(const nfsrvfh_t *nsfh)
392 nfsrv_composefh(struct vnode *vp, nfsrvfh_t *nsfh, bool v3)
418 nfsrv_comparefh(const nfsrvfh_t *fh1, const nfsrvfh_t *fh2)
428 nfsrv_copyfh(nfsrvfh_t *fh1, const nfsrvfh_t *fh2)
nfs_var.h 276 int nfs_namei(struct nameidata *, nfsrvfh_t *, uint32_t, struct nfssvc_sock *,
285 int nfsrv_fhtovp(nfsrvfh_t *, int, struct vnode **, kauth_cred_t,
287 int nfs_ispublicfh(const nfsrvfh_t *);
309 int nfsrv_composefh(struct vnode *, nfsrvfh_t *, bool);
310 int nfsrv_comparefh(const nfsrvfh_t *, const nfsrvfh_t *);
311 void nfsrv_copyfh(nfsrvfh_t *, const nfsrvfh_t *);
nfs_serv.c 170 nfsrvfh_t nsfh;
235 nfsrvfh_t nsfh;
276 nfsrvfh_t nsfh;
403 nfsrvfh_t nsfh;
543 nfsrvfh_t nsfh;
641 nfsrvfh_t nsfh;
868 nfsrvfh_t nsfh;
1044 nfsrv_nwdelayhash(struct nfssvc_sock *slp, const nfsrvfh_t *nsfh)
1440 nfsrvfh_t nsfh;
1681 nfsrvfh_t nsfh
    [all...]
nfs.h 511 } nfsrvfh_t; typedef in typeref:struct:nfsrvfh
542 nfsrvfh_t nd_fh; /* File handle */

Completed in 15 milliseconds