Searched refs:first_meta_bg (Results 1 – 3 of 3) sorted by relevance
124 unsigned long i, first_meta_bg; in ext2fs_open2() local422 first_meta_bg = fs->super->s_first_meta_bg; in ext2fs_open2()423 if (first_meta_bg > fs->desc_blocks) in ext2fs_open2()424 first_meta_bg = fs->desc_blocks; in ext2fs_open2()426 first_meta_bg = fs->desc_blocks; in ext2fs_open2()427 if (first_meta_bg) { in ext2fs_open2()430 first_meta_bg, dest); in ext2fs_open2()435 for (j=0; j < groups_per_block*first_meta_bg; j++) { in ext2fs_open2()440 dest += fs->blocksize*first_meta_bg; in ext2fs_open2()443 for (i = first_meta_bg ; i < fs->desc_blocks; i++) { in ext2fs_open2()[all …]
155 uint32_t first_meta_bg; // First metablock block group member
1330 msgstr "Waarde van 'first_meta_bg' is te groot (%N, maximum is %g). "