Searched refs:MNT_NOCLUSTERW (Results 1 – 10 of 10) sorted by relevance
51 #define MOPT_NOCLUSTERW { "clusterw", 1, MNT_NOCLUSTERW, 0 }
964 if (flags & MNT_NOCLUSTERW) res = catopt(res, "noclusterw"); in flags2opts()
350 { MNT_NOCLUSTERW, "noclusterw" }, \389 #define MNT_NOCLUSTERW 0x0000000080000000ULL /* disable cluster write */ macro428 MNT_NOCLUSTERW | MNT_SUIDDIR | MNT_SOFTDEP | \439 MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | \
347 if ((DETOV(dep)->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) in deupdat()
782 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()
708 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in fuse_write_biobackend()
1008 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in ffs_write()
2298 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in ext2_write()
905 fsflags |= MNT_NOCLUSTERW; in vfs_donmount()
4755 MNT_FLAG(MNT_NOCLUSTERW); in DB_SHOW_COMMAND()