Home
last modified time | relevance | path

Searched refs:FSTAB_RW (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dfstab.c182 if (!strcmp(cp, FSTAB_RW)) { in fstabscan()
183 _fs_fstab.fs_type = FSTAB_RW; in fstabscan()
/dragonfly/include/
H A Dfstab.h51 #define FSTAB_RW "rw" /* read/write device */ macro
/dragonfly/usr.sbin/quotaon/
H A Dquotaon.c110 strcmp(fs->fs_type, FSTAB_RW)) in main()
/dragonfly/sbin/dump/
H A Doptr.c299 if (strcmp(fs->fs_type, FSTAB_RW) && in dump_getfstab()
/dragonfly/sbin/fsck/
H A Dmain.c176 (strcmp(fsp->fs_type, FSTAB_RW) && in docheck()
/dragonfly/sbin/quotacheck/
H A Dquotacheck.c206 strcmp(fs->fs_type, FSTAB_RW)) in needchk()
/dragonfly/sbin/mount_ufs/
H A Dmount.c157 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) in main()
/dragonfly/sbin/mount/
H A Dmount.c184 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) in main()
/dragonfly/sbin/umount/
H A Dumount.c216 if (strcmp(fs->fs_type, FSTAB_RW) && in umountall()