Home
last modified time | relevance | path

Searched refs:ro_compat (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c1134 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()
H A Dext2fs.h280 static const struct ext2_feature ro_compat[] = { variable