Searched refs:FSTAB_RW (Results 1 – 8 of 8) sorted by relevance
52 #define FSTAB_RW "rw" /* read/write device */ macro
190 if (!strcmp(cp, FSTAB_RW)) { in fstabscan()191 _fs_fstab.fs_type = FSTAB_RW; in fstabscan()
117 strcmp(fs->fs_type, FSTAB_RW)) in main()
323 if ((strcmp(fs->fs_type, FSTAB_RW) && in dump_getfstab()
193 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) in main()
225 if (strcmp(fs->fs_type, FSTAB_RW) && in umountall()
757 md->fstab->fs_type = strdup(FSTAB_RW); in set_default_part_metadata()761 md->fstab->fs_type = strdup(FSTAB_RW); in set_default_part_metadata()
311 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) in main()