Searched refs:MNT_UNION (Results 1 – 12 of 12) sorted by relevance
47 #define MOPT_UNION { "union", 0, MNT_UNION, 0 }
960 if (flags & MNT_UNION) res = catopt(res, "union"); in flags2opts()
348 { MNT_UNION, "union" }, \379 #define MNT_UNION 0x0000000000000020ULL /* union with underlying fs */ macro423 MNT_NOSUID | MNT_UNION | MNT_SUJ | \436 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | \
378 if ((mp->mnt_flag & MNT_UNION) == 0) { in tmpfs_mount()481 if (!nonc && (mp->mnt_flag & MNT_UNION) == 0) in tmpfs_mount()
955 fsflags |= MNT_UNION; in vfs_donmount()1420 if ((mp->mnt_flag & MNT_UNION) == 0 && in vfs_domount_update()1421 (fsflags & MNT_UNION) != 0) { in vfs_domount_update()1422 fsflags &= ~MNT_UNION; in vfs_domount_update()1423 mnt_union = MNT_UNION; in vfs_domount_update()
1289 (dp->v_mount->mnt_flag & MNT_UNION)) { in vfs_lookup()
721 ((*dvp)->v_mount->mnt_flag & MNT_UNION)) { in vop_stdvptocnp()
4271 (vp->v_mount->mnt_flag & MNT_UNION)) { in kern_getdirentries()
868 mp->mnt_flag & MNT_UNION) in kern_fcntl()
4748 MNT_FLAG(MNT_UNION); in DB_SHOW_COMMAND()
494 ADD_OPTION(MNT_UNION, "union"); in _sbuf_mntoptions_helper()
712 if ((mp->mnt_flag & (MNT_ACLS | MNT_NFS4ACLS | MNT_UNION)) == 0) in ffs_mount()