Searched refs:MNT_UNION (Results 1 – 3 of 3) sorted by relevance
301 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro354 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
428 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 …]
1482 (dp->v_mount->mnt_flag & MNT_UNION)) {