Home
last modified time | relevance | path

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

/freebsd-14.2/include/
H A Dfstab.h53 #define FSTAB_RO "ro" /* read-only device */ macro
/freebsd-14.2/lib/libc/gen/
H A Dfstab.c196 if (!strcmp(cp, FSTAB_RO)) { in fstabscan()
197 _fs_fstab.fs_type = FSTAB_RO; in fstabscan()
/freebsd-14.2/sbin/fsck/
H A Dfsck.c191 (strcmp(type, FSTAB_RO) && \ in main()
269 if (!strcmp(fs->fs_type, FSTAB_RO)) in isok()
286 if ((flags & CHECK_BACKGRD) == 0 || !strcmp(fs->fs_type, FSTAB_RO)) in isok()
/freebsd-14.2/sbin/dump/
H A Doptr.c322 strcmp(fs->fs_type, FSTAB_RO) && in dump_getfstab()
/freebsd-14.2/sbin/umount/
H A Dumount.c238 strcmp(fs->fs_type, FSTAB_RO) && in umountall()
/freebsd-14.2/sbin/mount/
H A Dmount.c296 (strcmp(type, FSTAB_RO) && \ in main()