Searched refs:nfsvno_getfh (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/fs/nfsserver/ |
| HD | nfs_nfsdserv.c | 242 nd->nd_repstat = nfsvno_getfh(vp, &fh, p); in nfsrvd_getattr() 557 nd->nd_repstat = nfsvno_getfh(vp, fhp, p); in nfsrvd_lookup() 1103 nd->nd_repstat = nfsvno_getfh(vp, &fh, p); in nfsrvd_create() 1310 nd->nd_repstat = nfsvno_getfh(vp, fhp, p); in nfsrvd_mknod() 1501 error = nfsvno_getfh(dp, &fh, p); in nfsrvd_rename() 1809 nd->nd_repstat = nfsvno_getfh(ndp->ni_vp, fhp, p); in nfsrvd_symlinksub() 1943 nd->nd_repstat = nfsvno_getfh(vp, fhp, p); in nfsrvd_mkdirsub() 3148 nd->nd_repstat = nfsvno_getfh(vp, &fh, p); in nfsrvd_getfh() 3379 nd->nd_repstat = nfsvno_getfh(vp, (fhandle_t *)fh.nfsrvfh_data, p); in nfsrvd_secinfo() 3614 nd->nd_repstat = nfsvno_getfh(vp, &fh, p); in nfsrvd_verify()
|
| HD | nfs_nfsdport.c | 209 nfsvno_getfh(struct vnode *vp, fhandle_t *fhp, struct thread *p) in nfsvno_getfh() function 2159 r = nfsvno_getfh(nvp, &nfh, p); in nfsrvd_readdirplus() 2896 error = nfsvno_getfh(nd.ni_vp, &fh, p); in nfsrv_v4rootexport()
|
| HD | nfs_nfsdstate.c | 3394 error = nfsvno_getfh(vp, &fh, p); in nfsrv_delegupdate() 3542 error = nfsvno_getfh(vp, fhp, p); in nfsrv_getlockfh()
|
| /NextBSD/sys/fs/nfs/ |
| HD | nfs_var.h | 605 int nfsvno_getfh(vnode_t, fhandle_t *, NFSPROC_T *);
|