Home
last modified time | relevance | path

Searched refs:MNT_NOCLUSTERW (Results 1 – 10 of 10) sorted by relevance

/freebsd/sbin/mount/
H A Dmntopts.h51 #define MOPT_NOCLUSTERW { "clusterw", 1, MNT_NOCLUSTERW, 0 }
H A Dmount.c963 if (flags & MNT_NOCLUSTERW) res = catopt(res, "noclusterw"); in flags2opts()
/freebsd/sys/sys/
H A Dmount.h350 { MNT_NOCLUSTERW, "noclusterw" }, \
389 #define MNT_NOCLUSTERW 0x0000000080000000ULL /* disable cluster write */ macro
428 MNT_NOCLUSTERW | MNT_SUIDDIR | MNT_SOFTDEP | \
439 MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | \
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_denode.c347 if ((DETOV(dep)->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) in deupdat()
H A Dmsdosfs_vnops.c782 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) in msdosfs_write()
800 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) in msdosfs_write()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c708 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in fuse_write_biobackend()
/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c1008 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in ffs_write()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c2298 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in ext2_write()
/freebsd/sys/kern/
H A Dvfs_mount.c905 fsflags |= MNT_NOCLUSTERW; in vfs_donmount()
H A Dvfs_subr.c4674 MNT_FLAG(MNT_NOCLUSTERW); in DB_SHOW_COMMAND()