Home
last modified time | relevance | path

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

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