Home
last modified time | relevance | path

Searched refs:MNT_UNION (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dmount.h320 { MNT_UNION, "union" }, \
351 #define MNT_UNION 0x0000000000000020ULL /* union with underlying fs */ macro
397 MNT_NOSUID | MNT_UNION | MNT_SUJ | \
410 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | \
/f-stack/freebsd/kern/
H A Dvfs_default.c868 ((*dvp)->v_mount->mnt_flag & MNT_UNION)) { in vop_stdvptocnp()
H A Dvfs_lookup.c1065 (dp->v_mount->mnt_flag & MNT_UNION)) { in lookup()
H A Dvfs_mount.c756 fsflags |= MNT_UNION; in vfs_donmount()
H A Dkern_descrip.c848 mp->mnt_flag & MNT_UNION) in kern_fcntl()
H A Dvfs_syscalls.c4145 (vp->v_mount->mnt_flag & MNT_UNION)) { in kern_getdirentries()
H A Dvfs_subr.c4291 MNT_FLAG(MNT_UNION); in DB_SHOW_COMMAND()