Home
last modified time | relevance | path

Searched refs:vfs_vget_snapdir (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount.h774 int (*vfs_vget_snapdir)(struct mount *mp, struct vnode **vpp, vfs_context_t context); member
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c418 if ((mp == dead_mountp) || (mp->mnt_op->vfs_vget_snapdir == 0)) { in VFS_VGET_SNAPDIR()
426 error = (*mp->mnt_op->vfs_vget_snapdir)(mp, vpp, ctx); in VFS_VGET_SNAPDIR()