Home
last modified time | relevance | path

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

/freebsd-head/lib/libutil/
HDmntopts.h53 #define MOPT_NOCLUSTERR { "clusterr", 1, MNT_NOCLUSTERR, 0 }
/freebsd-head/sys/sys/
HDmount.h349 { MNT_NOCLUSTERR, "noclusterr" }, \
389 #define MNT_NOCLUSTERR 0x0000000040000000ULL /* disable cluster read */ macro
429 MNT_ROOTFS | MNT_NOATIME | MNT_NOCLUSTERR| \
441 MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | \
/freebsd-head/sys/fs/ext2fs/
HDext2_balloc.c303 if (seqcount && (vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in ext2_balloc()
HDext2_vnops.c2082 else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in ext2_read()
/freebsd-head/sys/ufs/ffs/
HDffs_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()
HDffs_vnops.c743 } else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in ffs_read()
/freebsd-head/sbin/mount/
HDmount.c963 if (flags & MNT_NOCLUSTERR) res = catopt(res, "noclusterr"); in flags2opts()
/freebsd-head/sys/fs/fuse/
HDfuse_io.c176 } else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in fuse_read_biobackend()
/freebsd-head/sys/fs/cd9660/
HDcd9660_vnops.c304 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in cd9660_read()
/freebsd-head/sys/fs/udf/
HDudf_vnops.c488 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in udf_read()
/freebsd-head/sys/fs/msdosfs/
HDmsdosfs_vnops.c579 } else if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) { in msdosfs_read()
/freebsd-head/sys/kern/
HDvfs_mount.c899 fsflags |= MNT_NOCLUSTERR; in vfs_donmount()
HDvfs_subr.c4758 MNT_FLAG(MNT_NOCLUSTERR); in DB_SHOW_COMMAND()