Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/mount/
Dmntopts.h52 #define MOPT_NOCLUSTERW { "clusterw", 1, MNT_NOCLUSTERW, 0 }
Dmount.c109 { MNT_NOCLUSTERW, "noclusterw" },
935 if (flags & MNT_NOCLUSTERW) res = catopt(res, "noclusterw"); in flags2opts()
/freebsd-9-stable/sys/sys/
Dmount.h284 #define MNT_NOCLUSTERW 0x0000000080000000ULL /* disable cluster write */ macro
319 MNT_NOCLUSTERW | MNT_SUIDDIR | MNT_SOFTDEP | \
329 MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | \
/freebsd-9-stable/sys/fs/msdosfs/
Dmsdosfs_denode.c328 if ((DETOV(dep)->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0)
Dmsdosfs_vnops.c803 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0)
821 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0)
/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_vnops.c669 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in xfs_write_file()
/freebsd-9-stable/sys/ufs/ffs/
Dffs_vnops.c798 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) {
/freebsd-9-stable/sys/kern/
Dvfs_mount.c612 fsflags |= MNT_NOCLUSTERW; in vfs_donmount()
Dvfs_subr.c3173 MNT_FLAG(MNT_NOCLUSTERW); in DB_SHOW_COMMAND()
/freebsd-9-stable/sys/fs/ext2fs/
Dext2_vnops.c2029 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in ext2_write()