Home
last modified time | relevance | path

Searched refs:MNT_NOCLUSTERR (Results 1 – 13 of 13) sorted by relevance

/freebsd/sbin/mount/
H A Dmntopts.h50 #define MOPT_NOCLUSTERR { "clusterr", 1, MNT_NOCLUSTERR, 0 }
H A Dmount.c962 if (flags & MNT_NOCLUSTERR) res = catopt(res, "noclusterr"); in flags2opts()
/freebsd/sys/sys/
H A Dmount.h349 { MNT_NOCLUSTERR, "noclusterr" }, \
388 #define MNT_NOCLUSTERR 0x0000000040000000ULL /* disable cluster read */ macro
427 MNT_ROOTFS | MNT_NOATIME | MNT_NOCLUSTERR| \
439 MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | \
/freebsd/sys/fs/ext2fs/
H A Dext2_balloc.c303 if (seqcount && (vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in ext2_balloc()
H A Dext2_vnops.c2080 else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in ext2_read()
/freebsd/sys/ufs/ffs/
H A Dffs_balloc.c465 (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()
H A Dffs_vnops.c743 } else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in ffs_read()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c176 } else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in fuse_read_biobackend()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vnops.c304 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in cd9660_read()
/freebsd/sys/fs/udf/
H A Dudf_vnops.c488 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in udf_read()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c579 } else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in msdosfs_read()
/freebsd/sys/kern/
H A Dvfs_mount.c899 fsflags |= MNT_NOCLUSTERR; in vfs_donmount()
H A Dvfs_subr.c4673 MNT_FLAG(MNT_NOCLUSTERR); in DB_SHOW_COMMAND()