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

/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h239 static const struct ext2_feature ro_compat[] = { variable in typeref:struct:ext2_feature
H A Dext2fs_vfsops.c1134 for (i = 0; i < nitems(ro_compat); i++)
1135 if (tmp & ro_compat[i].mask)
1136 printf("%s ", ro_compat[i].name);

Completed in 59 milliseconds