Searched refs:FSTAB_RO (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/include/
H A Dfstab.h54 #define FSTAB_RO "ro" /* read-only device */ macro
/freebsd-12-stable/lib/libc/gen/
H A Dfstab.c198 if (!strcmp(cp, FSTAB_RO)) {
199 _fs_fstab.fs_type = FSTAB_RO;
/freebsd-12-stable/sbin/fsck/
H A Dfsck.c192 (strcmp(type, FSTAB_RO) && \
267 if (!strcmp(fs->fs_type, FSTAB_RO))
284 if ((flags & CHECK_BACKGRD) == 0 || !strcmp(fs->fs_type, FSTAB_RO))
/freebsd-12-stable/sbin/dump/
H A Doptr.c324 strcmp(fs->fs_type, FSTAB_RO) &&
/freebsd-12-stable/sbin/umount/
H A Dumount.c226 strcmp(fs->fs_type, FSTAB_RO) &&
/freebsd-12-stable/sbin/mount/
H A Dmount.c335 (strcmp(type, FSTAB_RO) && \

Completed in 110 milliseconds