Searched refs:MNT_UNION (Results 1 – 13 of 13) sorted by relevance
49 #define MOPT_UNION { "union", 0, MNT_UNION, 0 }
988 if (flags & MNT_UNION) res = catopt(res, "union"); in flags2opts()
325 { MNT_UNION, "union" }, \356 #define MNT_UNION 0x0000000000000020ULL /* union with underlying fs */ macro400 MNT_NOSUID | MNT_UNION | MNT_SUJ | \413 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | \
376 if ((mp->mnt_flag & MNT_UNION) == 0) { in tmpfs_mount()474 if (!nonc && (mp->mnt_flag & MNT_UNION) == 0) in tmpfs_mount()
339 sbp->f_flags &= MNT_RDONLY | MNT_NOEXEC | MNT_NOSUID | MNT_UNION | in nullfs_statfs()
813 fsflags |= MNT_UNION; in vfs_donmount()1262 if ((mp->mnt_flag & MNT_UNION) == 0 && in vfs_domount_update()1263 (fsflags & MNT_UNION) != 0) { in vfs_domount_update()1264 fsflags &= ~MNT_UNION; in vfs_domount_update()1265 mnt_union = MNT_UNION; in vfs_domount_update()
722 ((*dvp)->v_mount->mnt_flag & MNT_UNION)) { in vop_stdvptocnp()
1099 (dp->v_mount->mnt_flag & MNT_UNION)) { in lookup()
4223 (vp->v_mount->mnt_flag & MNT_UNION)) { in kern_getdirentries()
861 mp->mnt_flag & MNT_UNION) in kern_fcntl()
4697 MNT_FLAG(MNT_UNION); in DB_SHOW_COMMAND()
501 ADD_OPTION(MNT_UNION, "union"); in _sbuf_mntoptions_helper()
741 if ((mp->mnt_flag & (MNT_ACLS | MNT_NFS4ACLS | MNT_UNION)) == 0) in ffs_mount()