Searched refs:FSTAB_RW (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/include/
H A Dfstab.h49 #define FSTAB_RW "rw" /* read/write device */ macro
/freebsd-current/usr.sbin/quotaon/
H A Dquotaon.c103 strcmp(fs->fs_type, FSTAB_RW))
/freebsd-current/lib/libc/gen/
H A Dfstab.c186 if (!strcmp(cp, FSTAB_RW)) {
187 _fs_fstab.fs_type = FSTAB_RW;
/freebsd-current/sbin/dump/
H A Doptr.c315 if ((strcmp(fs->fs_type, FSTAB_RW) &&
/freebsd-current/sbin/fsck/
H A Dfsck.c189 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ))
/freebsd-current/sbin/umount/
H A Dumount.c225 if (strcmp(fs->fs_type, FSTAB_RW) &&
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c805 md->fstab->fs_type = strdup(FSTAB_RW);
809 md->fstab->fs_type = strdup(FSTAB_RW);
/freebsd-current/sbin/mount/
H A Dmount.c287 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ))

Completed in 190 milliseconds