Home
last modified time | relevance | path

Searched refs:super_blk (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dalloc_sb.c47 blk_t super_blk, old_desc_blk, new_desc_blk; in ext2fs_reserve_super_and_bgd() local
50 num_blocks = ext2fs_super_and_bgd_loc(fs, group, &super_blk, in ext2fs_reserve_super_and_bgd()
59 if (super_blk || (group == 0)) in ext2fs_reserve_super_and_bgd()
60 ext2fs_mark_block_bitmap(bmap, super_blk); in ext2fs_reserve_super_and_bgd()
Dclosefs.c68 blk_t group_block, super_blk = 0, old_desc_blk = 0, new_desc_blk = 0; in ext2fs_super_and_bgd_loc() local
93 super_blk = group_block; in ext2fs_super_and_bgd_loc()
119 *ret_super_blk = super_blk; in ext2fs_super_and_bgd_loc()
296 blk_t super_blk, old_desc_blk, new_desc_blk; in ext2fs_flush() local
299 ext2fs_super_and_bgd_loc(fs, i, &super_blk, &old_desc_blk, in ext2fs_flush()
302 if (!(fs->flags & EXT2_FLAG_MASTER_SB_ONLY) &&i && super_blk) { in ext2fs_flush()
303 retval = write_backup_super(fs, i, super_blk, in ext2fs_flush()
Dalloc.c35 blk_t blk, super_blk, old_desc_blk, new_desc_blk; in check_block_uninit() local
46 ext2fs_super_and_bgd_loc(fs, group, &super_blk, in check_block_uninit()
56 if ((blk == super_blk) || in check_block_uninit()
/external/e2fsprogs/misc/
Ddumpe2fs.c148 blk_t super_blk, old_desc_blk, new_desc_blk; in list_desc() local
179 ext2fs_super_and_bgd_loc(fs, i, &super_blk, in list_desc()
190 has_super = ((i==0) || super_blk); in list_desc()
194 print_number(super_blk); in list_desc()
/external/e2fsprogs/e2fsck/
Dpass5.c168 blk_t super_blk, old_desc_blk, new_desc_blk; in check_block_bitmaps() local
171 ext2fs_super_and_bgd_loc(fs, group, &super_blk, in check_block_bitmaps()
182 if (i == super_blk) in check_block_bitmaps()
/external/e2fsprogs/resize/
Dresize2fs.c193 blk_t i, blk, super_blk, old_desc_blk, new_desc_blk; in fix_uninit_block_bitmaps() local
208 ext2fs_super_and_bgd_loc(fs, g, &super_blk, in fix_uninit_block_bitmaps()
220 if ((blk == super_blk) || in fix_uninit_block_bitmaps()
1769 blk_t super_blk, old_desc_blk, new_desc_blk; in ext2fs_calculate_summary_stats() local
1776 ext2fs_super_and_bgd_loc(fs, group, &super_blk, &old_desc_blk, in ext2fs_calculate_summary_stats()
1786 !((blk == super_blk) || in ext2fs_calculate_summary_stats()
1813 ext2fs_super_and_bgd_loc(fs, group, &super_blk, in ext2fs_calculate_summary_stats()