Home
last modified time | relevance | path

Searched refs:VFS_VGET_SNAPDIR (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/sys/
H A Dmount.h859 extern int VFS_VGET_SNAPDIR(mount_t, vnode_t *, vfs_context_t);
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c412 VFS_VGET_SNAPDIR(mount_t mp, vnode_t *vpp, vfs_context_t ctx) in VFS_VGET_SNAPDIR() function
H A Dvfs_syscalls.c14297 return VFS_VGET_SNAPDIR(vnode_mount(rvp), sdvpp, ctx); in vnode_get_snapdir()