Searched refs:first_meta_bg (Results 1 – 3 of 3) sorted by relevance
123 unsigned long i, first_meta_bg; in ext2fs_open2() local430 first_meta_bg = fs->super->s_first_meta_bg; in ext2fs_open2()431 if (first_meta_bg > fs->desc_blocks) in ext2fs_open2()432 first_meta_bg = fs->desc_blocks; in ext2fs_open2()434 first_meta_bg = fs->desc_blocks; in ext2fs_open2()435 if (first_meta_bg) { in ext2fs_open2()438 first_meta_bg, dest); in ext2fs_open2()443 for (j=0; j < groups_per_block*first_meta_bg; j++) { in ext2fs_open2()449 dest += fs->blocksize*first_meta_bg; in ext2fs_open2()452 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
1294 msgstr "Waarde van 'first_meta_bg' is te groot (%N, maximum is %g). "