Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/ !
H A Dmount.h301 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
354 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/xnu-11417.140.69/bsd/vfs/ !
H A Dvfs_syscalls.c428 if (flags & MNT_UNION) { in fmount()
956 if (flags & MNT_UNION) { in __mac_mount()
966 if (!(mp->mnt_flag & MNT_UNION)) { in __mac_mount()
994 if (!(flags & MNT_UNION)) { in __mac_mount()
1344 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | in mount_common()
1361 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | in mount_common()
9438 ((fvp->v_mount->mnt_flag & (MNT_UNION | MNT_ROOTFS)) == 0) && in renameat_internal()
10659 (vp->v_mount->mnt_flag & MNT_UNION)) { in getdirentries_common()
10988 if (eofflag && vp->v_mount->mnt_flag & MNT_UNION) { in getdirentriesattr()
11398 if ((vp->v_mount->mnt_flag & MNT_UNION) == 0) { in searchfs()
[all …]
H A Dvfs_lookup.c1482 (dp->v_mount->mnt_flag & MNT_UNION)) {