Home
last modified time | relevance | path

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

/freebsd/include/
H A Dfstab.h51 #define FSTAB_RO "ro" /* read-only device */ macro
/freebsd/lib/libc/gen/
H A Dfstab.c194 if (!strcmp(cp, FSTAB_RO)) { in fstabscan()
195 _fs_fstab.fs_type = FSTAB_RO; in fstabscan()
/freebsd/sbin/fsck/
H A Dfsck.c188 (strcmp(type, FSTAB_RO) && \ in main()
266 if (!strcmp(fs->fs_type, FSTAB_RO)) in isok()
283 if ((flags & CHECK_BACKGRD) == 0 || !strcmp(fs->fs_type, FSTAB_RO)) in isok()
/freebsd/sbin/dump/
H A Doptr.c316 strcmp(fs->fs_type, FSTAB_RO) && in dump_getfstab()
/freebsd/sbin/umount/
H A Dumount.c226 strcmp(fs->fs_type, FSTAB_RO) && in umountall()
/freebsd/sbin/mount/
H A Dmount.c286 (strcmp(type, FSTAB_RO) && \ in main()