Home
last modified time | relevance | path

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

/freebsd/include/
H A Dfstab.h50 #define FSTAB_RQ "rq" /* read/write with quotas */ macro
/freebsd/lib/libc/gen/
H A Dfstab.c190 if (!strcmp(cp, FSTAB_RQ)) { in fstabscan()
191 _fs_fstab.fs_type = FSTAB_RQ; in fstabscan()
/freebsd/sbin/dump/
H A Doptr.c317 strcmp(fs->fs_type, FSTAB_RQ)) || 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.c227 strcmp(fs->fs_type, FSTAB_RQ)) in umountall()
/freebsd/sbin/mount/
H A Dmount.c288 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) in main()