Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c15048 int error, mount_flags = 0; in snapshot_mount() local
15080 mount_flags |= MNT_NOEXEC; in snapshot_mount()
15083 mount_flags |= MNT_NOSUID; in snapshot_mount()
15086 mount_flags |= MNT_NODEV; in snapshot_mount()
15089 mount_flags |= MNT_DONTBROWSE; in snapshot_mount()
15092 mount_flags |= MNT_IGNORE_OWNERSHIP; in snapshot_mount()
15095 mount_flags |= MNT_NOFOLLOW; in snapshot_mount()
15101 if (mount_flags & MNT_NOFOLLOW) { in snapshot_mount()
15130 &dirndp->ni_cnd, CAST_USER_ADDR_T(&smnt_data), mount_flags, in snapshot_mount()