Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmount.h337 #define MNT_NOFOLLOW 0x08000000 /* don't follow symlink when resolving mount point */ macro
360 MNT_NOFOLLOW | MNT_NOATIME | MNT_STRICTATIME | \
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_syscalls.c309 if (syscall_flags & MNT_NOFOLLOW) { in kernel_mount()
897 if (flags & MNT_NOFOLLOW) { in __mac_mount()
1441 if (flags & MNT_NOFOLLOW) { in mount_common()
2740 if (flags & MNT_NOFOLLOW) { in unmount()
14790 mount_flags |= MNT_NOFOLLOW; in snapshot_mount()
14796 if (mount_flags & MNT_NOFOLLOW) { in snapshot_mount()