Searched refs:vfs_vget (Results 1 – 4 of 4) sorted by relevance
510 .vfs_vget = devfs_vget,
484 .vfs_vget = routefs_vget,
679 int (*vfs_vget)(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context); member
352 if ((mp == dead_mountp) || (mp->mnt_op->vfs_vget == 0)) { in VFS_VGET()360 error = (*mp->mnt_op->vfs_vget)(mp, ino, vpp, ctx); in VFS_VGET()