Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h321 { MNT_NOCLUSTERR, "noclusterr" }, \
360 #define MNT_NOCLUSTERR 0x0000000040000000ULL /* disable cluster read */ macro
401 MNT_ROOTFS | MNT_NOATIME | MNT_NOCLUSTERR| \
413 MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | \
/f-stack/freebsd/kern/
H A Dvfs_mount.c700 fsflags |= MNT_NOCLUSTERR; in vfs_donmount()
H A Dvfs_subr.c4300 MNT_FLAG(MNT_NOCLUSTERR); in DB_SHOW_COMMAND()