Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c14752 int error, mount_flags = 0; in snapshot_mount() local
14778 mount_flags |= MNT_NOSUID; in snapshot_mount()
14781 mount_flags |= MNT_NODEV; in snapshot_mount()
14784 mount_flags |= MNT_DONTBROWSE; in snapshot_mount()
14787 mount_flags |= MNT_IGNORE_OWNERSHIP; in snapshot_mount()
14790 mount_flags |= MNT_NOFOLLOW; in snapshot_mount()
14796 if (mount_flags & MNT_NOFOLLOW) { in snapshot_mount()
14825 &dirndp->ni_cnd, CAST_USER_ADDR_T(&smnt_data), mount_flags, in snapshot_mount()