Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:first_meta_bg

118 	unsigned long	i, first_meta_bg;
404 first_meta_bg = fs->super->s_first_meta_bg;
405 if (first_meta_bg > fs->desc_blocks)
406 first_meta_bg = fs->desc_blocks;
408 first_meta_bg = fs->desc_blocks;
409 if (first_meta_bg) {
412 first_meta_bg, dest);
417 for (j=0; j < groups_per_block*first_meta_bg; j++) {
422 dest += fs->blocksize*first_meta_bg;
424 for (i=first_meta_bg ; i < fs->desc_blocks; i++) {