Searched refs:MNT_UNION (Results 1 – 4 of 4) sorted by relevance
120 …T_ASSERT_POSIX_SUCCESS(mount(FSTYPE_DEVFS, dir_path, MNT_UNION, NULL), "Mounting devfs layer 1 at …
301 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro354 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
429 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 …]
1567 (dp->v_mount->mnt_flag & MNT_UNION)) {