Home
last modified time | relevance | path

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

/freebsd-13.1/include/
H A Dfstab.h54 #define FSTAB_RO "ro" /* read-only device */ macro
/freebsd-13.1/lib/libc/gen/
H A Dfstab.c198 if (!strcmp(cp, FSTAB_RO)) { in fstabscan()
199 _fs_fstab.fs_type = FSTAB_RO; in fstabscan()
/freebsd-13.1/sbin/fsck/
H A Dfsck.c192 (strcmp(type, FSTAB_RO) && \ in main()
270 if (!strcmp(fs->fs_type, FSTAB_RO)) in isok()
287 if ((flags & CHECK_BACKGRD) == 0 || !strcmp(fs->fs_type, FSTAB_RO)) in isok()
/freebsd-13.1/sbin/dump/
H A Doptr.c324 strcmp(fs->fs_type, FSTAB_RO) && in dump_getfstab()
/freebsd-13.1/sbin/umount/
H A Dumount.c226 strcmp(fs->fs_type, FSTAB_RO) && in umountall()
/freebsd-13.1/sbin/mount/
H A Dmount.c310 (strcmp(type, FSTAB_RO) && \ in main()