Home
last modified time | relevance | path

Searched refs:nfsvno_getfh (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdserv.c242 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()
HDnfs_nfsdport.c209 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()
HDnfs_nfsdstate.c3394 error = nfsvno_getfh(vp, &fh, p); in nfsrv_delegupdate()
3542 error = nfsvno_getfh(vp, fhp, p); in nfsrv_getlockfh()
/NextBSD/sys/fs/nfs/
HDnfs_var.h605 int nfsvno_getfh(vnode_t, fhandle_t *, NFSPROC_T *);