Searched refs:MNT_NOCLUSTERW (Results 1 – 10 of 10) sorted by relevance
52 #define MOPT_NOCLUSTERW { "clusterw", 1, MNT_NOCLUSTERW, 0 }
109 { MNT_NOCLUSTERW, "noclusterw" },935 if (flags & MNT_NOCLUSTERW) res = catopt(res, "noclusterw"); in flags2opts()
284 #define MNT_NOCLUSTERW 0x0000000080000000ULL /* disable cluster write */ macro319 MNT_NOCLUSTERW | MNT_SUIDDIR | MNT_SOFTDEP | \329 MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | \
328 if ((DETOV(dep)->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0)
803 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0)821 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0)
669 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in xfs_write_file()
798 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) {
612 fsflags |= MNT_NOCLUSTERW; in vfs_donmount()
3173 MNT_FLAG(MNT_NOCLUSTERW); in DB_SHOW_COMMAND()
2029 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in ext2_write()