Home
last modified time | relevance | path

Searched refs:VFS_FHTOVP (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/vfs/nullfs/
H A Dnull_vfsops.c394 return VFS_FHTOVP(xmp->nullm_vfs, xmp->nullm_rootvp, fhp, vpp); in nullfs_fhtovp()
/dragonfly/sys/sys/
H A Dmount.h649 #define VFS_FHTOVP(MP, ROOTVP, FIDP, VPP) \ macro
/dragonfly/sys/kern/
H A Dkern_checkpoint.c496 error = VFS_FHTOVP(mp, NULL, &fh->fh_fid, vpp); in ckpt_fhtovp()
H A Dvfs_syscalls.c4852 error = VFS_FHTOVP(mp, NULL, &fhp.fh_fid, &vp); in sys_fhopen()
5018 if ((error = VFS_FHTOVP(mp, NULL, &fh.fh_fid, &vp)) == 0) { in sys_fhstat()
5066 if ((error = VFS_FHTOVP(mp, NULL, &fh.fh_fid, &vp)) != 0) in sys_fhstatfs()
5127 if ((error = VFS_FHTOVP(mp, NULL, &fh.fh_fid, &vp))) in sys_fhstatvfs()
/dragonfly/sys/vfs/nfs/
H A Dnfs_subs.c1243 error = VFS_FHTOVP(mp, NULL, &fhp->fh_fid, vpp); in nfsrv_fhtovp()
/dragonfly/share/man/man9/
H A DMakefile180 VFS_FHTOVP.9 \