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

/freebsd-10-stable/include/
H A Dfstab.h52 #define FSTAB_RO "ro" /* read-only device */ macro
/freebsd-10-stable/lib/libc/gen/
H A Dfstab.c198 if (!strcmp(cp, FSTAB_RO)) {
199 _fs_fstab.fs_type = FSTAB_RO;
/freebsd-10-stable/sbin/fsck/
H A Dfsck.c191 (strcmp(type, FSTAB_RO) && \
266 if (!strcmp(fs->fs_type, FSTAB_RO))
283 if ((flags & CHECK_BACKGRD) == 0 || !strcmp(fs->fs_type, FSTAB_RO))
/freebsd-10-stable/sbin/dump/
H A Doptr.c322 strcmp(fs->fs_type, FSTAB_RO) &&
/freebsd-10-stable/sbin/umount/
H A Dumount.c203 strcmp(fs->fs_type, FSTAB_RO) &&
/freebsd-10-stable/sbin/mount/
H A Dmount.c320 (strcmp(type, FSTAB_RO) && \

Completed in 67 milliseconds