Searched refs:first_meta_bg (Results 1 – 3 of 3) sorted by relevance
118 unsigned long i, first_meta_bg; in ext2fs_open2() local404 first_meta_bg = fs->super->s_first_meta_bg; in ext2fs_open2()405 if (first_meta_bg > fs->desc_blocks) in ext2fs_open2()406 first_meta_bg = fs->desc_blocks; in ext2fs_open2()408 first_meta_bg = fs->desc_blocks; in ext2fs_open2()409 if (first_meta_bg) { in ext2fs_open2()412 first_meta_bg, dest); in ext2fs_open2()417 for (j=0; j < groups_per_block*first_meta_bg; j++) { in ext2fs_open2()422 dest += fs->blocksize*first_meta_bg; in ext2fs_open2()424 for (i=first_meta_bg ; i < fs->desc_blocks; i++) { in ext2fs_open2()
59 uint32_t first_meta_bg; // First metablock block group member
1287 msgstr "Waarde van 'first_meta_bg' is te groot (%N, maximum is %g). "