Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/nfs/
H A Dnfs_serv.c294 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo); in nfsrv_access()
424 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo); in nfsrv_getattr()
532 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo); in nfsrv_setattr()
818 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo); in nfsrv_readlink()
956 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo); in nfsrv_read()
1368 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo); in nfsrv_write()
1680 error = nfsrv_fhtovp(&nd->nd_fh, nd, &vp, &nx, &nxo); in nfsrv_writegather()
3424 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo); in nfsrv_link()
4287 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo); in nfsrv_readdir()
4542 error = nfsrv_fhtovp(&dnfh, nd, &vp, &nx, &nxo); in nfsrv_readdirplus()
[all …]
H A Dnfs.h1225 int nfsrv_fhtovp(struct nfs_filehandle *, struct nfsrv_descript *, vnode_t *,
H A Dnfs_subs.c966 error = nfsrv_fhtovp(nfhp, nd, &dp, nxp, nxop); in nfsrv_namei()
2295 nfsrv_fhtovp( in nfsrv_fhtovp() function
H A Dnfs_syscalls.c472 error = nfsrv_fhtovp(&nfh, NULL, &vp, &nx, &nxo); in fhopen()