Searched refs:ro_compat (Results 1 – 2 of 2) sorted by relevance
1134 for (i = 0; i < nitems(ro_compat); i++) in e2fs_sbcheck()1135 if (tmp & ro_compat[i].mask) in e2fs_sbcheck()1136 printf("%s ", ro_compat[i].name); in e2fs_sbcheck()
280 static const struct ext2_feature ro_compat[] = { variable