Searched refs:FSTAB_RW (Results 1 – 8 of 8) sorted by relevance
49 #define FSTAB_RW "rw" /* read/write device */ macro
186 if (!strcmp(cp, FSTAB_RW)) { in fstabscan()187 _fs_fstab.fs_type = FSTAB_RW; in fstabscan()
103 strcmp(fs->fs_type, FSTAB_RW)) in main()
315 if ((strcmp(fs->fs_type, FSTAB_RW) && in dump_getfstab()
189 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) in main()
225 if (strcmp(fs->fs_type, FSTAB_RW) && in umountall()
805 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()
288 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) in main()