Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/vfs/
H A Dvfs_syscalls.c14715 int error, mount_flags = 0; in snapshot_mount() local
14741 mount_flags |= MNT_DONTBROWSE; in snapshot_mount()
14744 mount_flags |= MNT_IGNORE_OWNERSHIP; in snapshot_mount()
14747 mount_flags |= MNT_NOFOLLOW; in snapshot_mount()
14753 if (mount_flags & MNT_NOFOLLOW) { in snapshot_mount()
14782 &dirndp->ni_cnd, CAST_USER_ADDR_T(&smnt_data), mount_flags, in snapshot_mount()