Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c14716 int error, mount_flags = 0; in snapshot_mount() local
14742 mount_flags |= MNT_NOSUID; in snapshot_mount()
14745 mount_flags |= MNT_NODEV; in snapshot_mount()
14748 mount_flags |= MNT_DONTBROWSE; in snapshot_mount()
14751 mount_flags |= MNT_IGNORE_OWNERSHIP; in snapshot_mount()
14754 mount_flags |= MNT_NOFOLLOW; in snapshot_mount()
14760 if (mount_flags & MNT_NOFOLLOW) { in snapshot_mount()
14789 &dirndp->ni_cnd, CAST_USER_ADDR_T(&smnt_data), mount_flags, in snapshot_mount()