Searched refs:FSTAB_RW (Results 1 – 8 of 8) sorted by relevance
51 #define FSTAB_RW "rw" /* read/write device */ macro
188 if (!strcmp(cp, FSTAB_RW)) { in fstabscan()189 _fs_fstab.fs_type = FSTAB_RW; in fstabscan()
115 strcmp(fs->fs_type, FSTAB_RW)) in main()
321 if ((strcmp(fs->fs_type, FSTAB_RW) && in dump_getfstab()
192 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) in main()
237 if (strcmp(fs->fs_type, FSTAB_RW) && in umountall()
804 md->fstab->fs_type = strdup(FSTAB_RW); in set_default_part_metadata()808 md->fstab->fs_type = strdup(FSTAB_RW); in set_default_part_metadata()
297 strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) in main()