Searched refs:MNT_NOCLUSTERR (Results 1 – 13 of 13) sorted by relevance
50 #define MOPT_NOCLUSTERR { "clusterr", 1, MNT_NOCLUSTERR, 0 }
963 if (flags & MNT_NOCLUSTERR) res = catopt(res, "noclusterr"); in flags2opts()
349 { MNT_NOCLUSTERR, "noclusterr" }, \388 #define MNT_NOCLUSTERR 0x0000000040000000ULL /* disable cluster read */ macro427 MNT_ROOTFS | MNT_NOATIME | MNT_NOCLUSTERR| \439 MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | \
303 if (seqcount && (vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in ext2_balloc()
2082 else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in ext2_read()
465 (vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0 && in ffs_balloc_ufs1()1093 (vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0 && in ffs_balloc_ufs2()
743 } else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in ffs_read()
176 } else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in fuse_read_biobackend()
304 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in cd9660_read()
488 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in udf_read()
579 } else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in msdosfs_read()
899 fsflags |= MNT_NOCLUSTERR; in vfs_donmount()
4757 MNT_FLAG(MNT_NOCLUSTERR); in DB_SHOW_COMMAND()