Searched refs:super_blk (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_sb.c | 48 blk64_t super_blk, old_desc_blk, new_desc_blk; in ext2fs_reserve_super_and_bgd() local 52 ext2fs_super_and_bgd_loc2(fs, group, &super_blk, in ext2fs_reserve_super_and_bgd() 61 if (super_blk || (group == 0)) in ext2fs_reserve_super_and_bgd() 62 ext2fs_mark_block_bitmap2(bmap, super_blk); in ext2fs_reserve_super_and_bgd()
|
D | closefs.c | 78 blk64_t group_block, super_blk = 0, old_desc_blk = 0, new_desc_blk = 0; in ext2fs_super_and_bgd_loc2() local 97 super_blk = group_block; in ext2fs_super_and_bgd_loc2() 121 *ret_super_blk = super_blk; in ext2fs_super_and_bgd_loc2() 374 blk64_t super_blk, old_desc_blk, new_desc_blk; in ext2fs_flush2() local 378 ext2fs_super_and_bgd_loc2(fs, i, &super_blk, &old_desc_blk, in ext2fs_flush2() 381 if (!(fs->flags & EXT2_FLAG_MASTER_SB_ONLY) &&i && super_blk) { in ext2fs_flush2() 382 retval = write_backup_super(fs, i, super_blk, in ext2fs_flush2()
|
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 157 blk64_t super_blk, old_desc_blk, new_desc_blk; in list_desc() local 195 ext2fs_super_and_bgd_loc2(fs, i, &super_blk, in list_desc() 200 if (i == 0 || super_blk) in list_desc() 201 printf("%llu:", super_blk); in list_desc() 231 has_super = ((i==0) || super_blk); in list_desc() 235 print_number(super_blk); in list_desc()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 2806 blk64_t super_blk, old_desc_blk, new_desc_blk; in ext2fs_calculate_summary_stats() local 2813 ext2fs_super_and_bgd_loc2(fs, group, &super_blk, &old_desc_blk, in ext2fs_calculate_summary_stats() 2824 !(EQ_CLSTR(blk, super_blk) || in ext2fs_calculate_summary_stats() 2849 ext2fs_super_and_bgd_loc2(fs, group, &super_blk, in ext2fs_calculate_summary_stats() 2925 blk64_t super_blk, old_desc_blk, new_desc_blk; in calc_group_overhead() local 2931 ext2fs_super_and_bgd_loc2(fs, grp, &super_blk, in calc_group_overhead() 2933 if ((grp == 0) || super_blk) in calc_group_overhead()
|