Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/vfs/
H A Dunion_getdirentries.c120 …T_ASSERT_POSIX_SUCCESS(mount(FSTYPE_DEVFS, dir_path, MNT_UNION, NULL), "Mounting devfs layer 1 at …
/xnu-12377.41.6/bsd/sys/
H A Dmount.h301 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
354 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c429 if (flags & MNT_UNION) { in fmount()
1030 if (flags & MNT_UNION) { in __mac_mount()
1040 if (!(mp->mnt_flag & MNT_UNION)) { in __mac_mount()
1068 if (!(flags & MNT_UNION)) { in __mac_mount()
1418 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | in mount_common()
1435 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | in mount_common()
4284 if (error == ENOENT && (mp->mnt_flag & MNT_UNION)) { in vnode_getfromid()
9749 ((fvp->v_mount->mnt_flag & (MNT_UNION | MNT_ROOTFS)) == 0) && in renameat_internal()
11026 (vp->v_mount->mnt_flag & MNT_UNION)) { in getdirentries_common()
11362 if (eofflag && vp->v_mount->mnt_flag & MNT_UNION) { in getdirentriesattr()
[all …]
H A Dvfs_lookup.c1567 (dp->v_mount->mnt_flag & MNT_UNION)) {