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

/xnu-2422.115.4/bsd/sys/
H A Dmount.h288 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
332 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c386 if (!(flags & MNT_UNION)) {
668 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC |
673 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC |
6150 ((fvp->v_mount->mnt_flag & (MNT_UNION | MNT_ROOTFS)) == 0) &&
7056 if ((vp->v_mount->mnt_flag & MNT_UNION)) {
7350 if (eofflag && vp->v_mount->mnt_flag & MNT_UNION) {
7734 if ((vp->v_mount->mnt_flag & MNT_UNION) == 0)
7791 if ((vp->v_mount->mnt_flag & MNT_UNION) && fserror == 0) {
9500 if (error == ENOENT && (mp->mnt_flag & MNT_UNION)) {
H A Dvfs_lookup.c1104 (dp->v_mount->mnt_flag & MNT_UNION)) {

Completed in 95 milliseconds