Searched refs:super_blk (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_sb.c | 47 blk64_t super_blk, old_desc_blk, new_desc_blk; in ext2fs_reserve_super_and_bgd() local 51 ext2fs_super_and_bgd_loc2(fs, group, &super_blk, in ext2fs_reserve_super_and_bgd() 60 if (super_blk || (group == 0)) in ext2fs_reserve_super_and_bgd() 61 ext2fs_mark_block_bitmap2(bmap, super_blk); in ext2fs_reserve_super_and_bgd()
|
D | closefs.c | 70 blk64_t group_block, super_blk = 0, old_desc_blk = 0, new_desc_blk = 0; in ext2fs_super_and_bgd_loc2() local 89 super_blk = group_block; in ext2fs_super_and_bgd_loc2() 113 *ret_super_blk = super_blk; in ext2fs_super_and_bgd_loc2() 348 blk64_t super_blk, old_desc_blk, new_desc_blk; in ext2fs_flush2() local 351 ext2fs_super_and_bgd_loc2(fs, i, &super_blk, &old_desc_blk, in ext2fs_flush2() 354 if (!(fs->flags & EXT2_FLAG_MASTER_SB_ONLY) &&i && super_blk) { in ext2fs_flush2() 355 retval = write_backup_super(fs, i, super_blk, in ext2fs_flush2()
|
D | alloc.c | 35 blk64_t blk, super_blk, old_desc_blk, new_desc_blk; in check_block_uninit() local 45 ext2fs_super_and_bgd_loc2(fs, group, &super_blk, in check_block_uninit() 59 if ((blk == super_blk) || in check_block_uninit()
|
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 156 blk64_t super_blk, old_desc_blk, new_desc_blk; in list_desc() local 193 ext2fs_super_and_bgd_loc2(fs, i, &super_blk, in list_desc() 210 has_super = ((i==0) || super_blk); in list_desc() 214 print_number(super_blk); in list_desc()
|
/external/e2fsprogs/e2fsck/ |
D | pass5.c | 214 blk64_t super_blk, old_desc_blk, new_desc_blk; in check_block_bitmaps() local 315 super_blk = 0; in check_block_bitmaps() 318 ext2fs_super_and_bgd_loc2(fs, group, &super_blk, in check_block_bitmaps() 337 if (EQ_CLSTR(i, super_blk) || in check_block_bitmaps()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 1905 blk64_t super_blk, old_desc_blk, new_desc_blk; in ext2fs_calculate_summary_stats() local 1912 ext2fs_super_and_bgd_loc2(fs, group, &super_blk, &old_desc_blk, in ext2fs_calculate_summary_stats() 1923 !(EQ_CLSTR(blk, super_blk) || in ext2fs_calculate_summary_stats() 1948 ext2fs_super_and_bgd_loc2(fs, group, &super_blk, in ext2fs_calculate_summary_stats() 2025 blk64_t super_blk, old_desc_blk, new_desc_blk; in calc_group_overhead() local 2031 ext2fs_super_and_bgd_loc2(fs, grp, &super_blk, in calc_group_overhead() 2033 if ((grp == 0) || super_blk) in calc_group_overhead()
|