Home
last modified time | relevance | path

Searched refs:vfs_stdfhtovp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_init.c477 vfsops->vfs_fhtovp = vfs_stdfhtovp; in vfs_register()
H A Dvfs_default.c1426 vfs_stdfhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in vfs_stdfhtovp() function
/freebsd/sys/sys/
H A Dmount.h1085 vfs_fhtovp_t vfs_stdfhtovp; variable