Searched refs:vfs_vget (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmount.h630 @function vfs_vget
639 int (*vfs_vget)(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context); member in struct:vfsops
/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c326 if ((mp == dead_mountp) || (mp->mnt_op->vfs_vget == 0))
333 error = (*mp->mnt_op->vfs_vget)(mp, ino, vpp, ctx);

Completed in 41 milliseconds