Searched refs:nfsvno_getfh (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/fs/nfs/server/ |
| D | nfs_nfsdserv.c | 244 nd->nd_repstat = nfsvno_getfh(vp, &fh, p); in nfsrvd_getattr() 559 nd->nd_repstat = nfsvno_getfh(vp, fhp, p); in nfsrvd_lookup() 1104 nd->nd_repstat = nfsvno_getfh(vp, &fh, p); in nfsrvd_create() 1311 nd->nd_repstat = nfsvno_getfh(vp, fhp, p); in nfsrvd_mknod() 1502 error = nfsvno_getfh(dp, &fh, p); in nfsrvd_rename() 1810 nd->nd_repstat = nfsvno_getfh(ndp->ni_vp, fhp, p); in nfsrvd_symlinksub() 1944 nd->nd_repstat = nfsvno_getfh(vp, fhp, p); in nfsrvd_mkdirsub() 3149 nd->nd_repstat = nfsvno_getfh(vp, &fh, p); in nfsrvd_getfh() 3380 nd->nd_repstat = nfsvno_getfh(vp, (fhandle_t *)fh.nfsrvfh_data, p); in nfsrvd_secinfo() 3615 nd->nd_repstat = nfsvno_getfh(vp, &fh, p); in nfsrvd_verify()
|
| D | nfs_nfsdport.c | 217 nfsvno_getfh(struct vnode *vp, fhandle_t *fhp, struct thread *p) in nfsvno_getfh() function 2181 r = nfsvno_getfh(nvp, &nfh, p); in nfsrvd_readdirplus() 2918 error = nfsvno_getfh(nd.ni_vp, &fh, p); in nfsrv_v4rootexport()
|
| D | nfs_nfsdstate.c | 3400 error = nfsvno_getfh(vp, &fh, p); in nfsrv_delegupdate() 3548 error = nfsvno_getfh(vp, fhp, p); in nfsrv_getlockfh()
|
| /netbsd/src/sys/fs/nfs/common/ |
| D | nfs_var.h | 606 int nfsvno_getfh(vnode_t, fhandle_t *, NFSPROC_T *);
|