Home
last modified time | relevance | path

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

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