Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c510 .vfs_vget = devfs_vget,
/xnu-12377.41.6/bsd/miscfs/routefs/
H A Droutefs_ops.c484 .vfs_vget = routefs_vget,
/xnu-12377.41.6/bsd/sys/
H A Dmount.h679 int (*vfs_vget)(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context); member
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c352 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()