/external/e2fsprogs/misc/ |
findsuper.c | 220 if (ext2fs_r_blocks_count(&ext2) > ext2fs_blocks_count(&ext2)) 223 ext2fs_blocks_count(&ext2)); 224 if (ext2fs_free_blocks_count(&ext2) > ext2fs_blocks_count(&ext2)) 227 ext2fs_blocks_count(&ext2)); 253 sk + ext2fs_blocks_count(&ext2) * bsize - 255 jnl_copy ? "*" : " ", ext2fs_blocks_count(&ext2), bsize,
|
e2freefrag.c | 97 unsigned long long blocks_count = ext2fs_blocks_count(fs->super); 157 ext2fs_blocks_count(fs->super), fs->super->s_free_blocks_count, 159 ext2fs_blocks_count(fs->super)); 164 total_chunks = (ext2fs_blocks_count(fs->super) +
|
mke2fs.c | 222 fs->device_name, ext2fs_blocks_count(fs->super)-1); 507 ext2fs_blocks_count(fs->super), 0, &buf); 519 ext2fs_blocks_count(fs->super)); 521 count = ext2fs_blocks_count(fs->super); 562 if (ext2fs_blocks_count(&fs_param) != ext2fs_blocks_count(s)) 564 ext2fs_blocks_count(&fs_param) - ext2fs_blocks_count(s)); 586 ext2fs_blocks_count(s)); 589 100.0 * ext2fs_r_blocks_count(s) / ext2fs_blocks_count(s)) [all...] |
e2image.c | 564 blk64_t end = ext2fs_blocks_count(fs->super); 593 if (distance < ext2fs_blocks_count(fs->super)) 594 start = ext2fs_blocks_count(fs->super) - distance; 605 if (distance >= ext2fs_blocks_count(fs->super) || 606 start == ext2fs_blocks_count(fs->super) - distance) 719 fs->blocksize * ext2fs_blocks_count(fs->super) + dest_offset); 876 total_size = ext2fs_blocks_count(sb) << cluster_bits; 1170 for (blk = 0; blk < ext2fs_blocks_count(fs->super); blk++) { [all...] |
/external/e2fsprogs/lib/ext2fs/ |
alloc_sb.c | 70 if (old_desc_blk + num_blocks >= ext2fs_blocks_count(fs->super)) 71 num_blocks = ext2fs_blocks_count(fs->super) -
|
initialize.c | 65 if (ext2fs_blocks_count(sb) < max_blocks / 1024) 66 max_blocks = ext2fs_blocks_count(sb) * 1024; 105 if (!param || !ext2fs_blocks_count(param)) 244 ext2fs_blocks_count_set(super, ext2fs_blocks_count(param) & 247 if (ext2fs_r_blocks_count(super) >= ext2fs_blocks_count(param)) { 267 ext2fs_blocks_count(super) - super->s_first_data_block, 284 (ext2fs_blocks_count(super) / i) > (1ULL << 32)) 287 set_field(s_inodes_count, ext2fs_blocks_count(super) / i); 308 ext2fs_blocks_count(param)); 397 rem = ((ext2fs_blocks_count(super) - super->s_first_data_block) [all...] |
check_desc.c | 38 blk64_t last_block = ext2fs_blocks_count(fs->super)-1;
|
read_bb.c | 52 (*block_nr >= ext2fs_blocks_count(fs->super)))
|
read_bb_file.c | 65 (blockno >= ext2fs_blocks_count(fs->super)))) {
|
alloc.c | 178 if (!goal || (goal >= ext2fs_blocks_count(fs->super))) 199 if (i >= ext2fs_blocks_count(fs->super)) 297 if (b+num-1 > ext2fs_blocks_count(fs->super))
|
alloc_stats.c | 66 if (blk >= ext2fs_blocks_count(fs->super)) {
|
blknum.c | 40 ext2fs_blocks_count(fs->super) - 1 : 53 num_blocks = (ext2fs_blocks_count(fs->super) - 92 blk64_t ext2fs_blocks_count(struct ext2_super_block *super) function 115 tmp = ext2fs_blocks_count(super) + blk;
|
bitmaps.c | 95 end = EXT2FS_B2C(fs, ext2fs_blocks_count(fs->super)-1); 140 end = ext2fs_blocks_count(fs->super)-1;
|
openfs.c | 60 ext2fs_blocks_count(fs->super))) 324 fs->super->s_first_data_block >= ext2fs_blocks_count(fs->super)) { 328 fs->group_desc_count = ext2fs_div64_ceil(ext2fs_blocks_count(fs->super) -
|
bmove.c | 57 if (++block >= ext2fs_blocks_count(fs->super))
|
ext_attr.c | 121 if ((blk >= ext2fs_blocks_count(fs->super)) ||
|
mmp.c | 39 (mmp_blk >= ext2fs_blocks_count(fs->super))) 104 fs->super->s_mmp_block > ext2fs_blocks_count(fs->super))
|
/external/e2fsprogs/e2fsck/ |
badblocks.c | 78 fs->device_name, ext2fs_blocks_count(fs->super)-1); 128 if (*block_nr >= ext2fs_blocks_count(fs->super) ||
|
pass5.c | 201 blk64_t first_free = ext2fs_blocks_count(fs->super); 228 (B2C(ext2fs_blocks_count(fs->super)-1) > 232 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1); 243 (B2C(ext2fs_blocks_count(fs->super)-1) > 247 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1); 266 i < ext2fs_blocks_count(fs->super); 439 first_free = ext2fs_blocks_count(fs->super); 444 EXT2FS_B2C(fs, ext2fs_blocks_count(fs->super)-1))) { 453 first_free = ext2fs_blocks_count(fs->super); 465 (i != ext2fs_blocks_count(fs->super)-1) & [all...] |
super.c | 82 (blk >= ext2fs_blocks_count(fs->super))) { 385 blk >= ext2fs_blocks_count(fs->super))) { 509 check_super_value(ctx, "blocks_count", ext2fs_blocks_count(sb), 512 MAX_CHECK, 0, ext2fs_blocks_count(sb)); 528 MAX_CHECK, 0, ext2fs_blocks_count(sb) / 2); 553 (ctx->num_blocks < ext2fs_blocks_count(sb))) { 554 pctx.blk = ext2fs_blocks_count(sb); 597 last_block = ext2fs_blocks_count(sb)-1; 705 if ((ext2fs_free_blocks_count(sb) > ext2fs_blocks_count(sb)) ||
|
/external/e2fsprogs/ext2ed/ |
super_com.c | 32 if (ext2fs_blocks_count(super) != 0) { 33 wmove (show_pad,2,40);wprintw (show_pad,"%2.2f%%",100*(float) ext2fs_r_blocks_count(super)/ (float) ext2fs_blocks_count(super)); 34 wmove (show_pad,3,40);wprintw (show_pad,"%2.2f%%",100*(float) ext2fs_free_blocks_count(super)/ (float) ext2fs_blocks_count(super));
|
/external/e2fsprogs/debugfs/ |
unused.c | 39 blk < ext2fs_blocks_count(current_fs->super); blk++) {
|
lsdel.c | 62 *block_nr >= ext2fs_blocks_count(fs->super)) {
|
/external/e2fsprogs/resize/ |
online.c | 81 if (*new_size < ext2fs_blocks_count(sb)) { 120 if ((ext2fs_blocks_count(sb) > MAX_32_NUM) || 167 size = ext2fs_blocks_count(sb); 183 ext2fs_blocks_count(sb);
|
resize2fs.c | 135 *new_size = ext2fs_blocks_count(rfs->new_fs->super); 283 (blk < ext2fs_blocks_count(fs->super))) { 290 (blk < ext2fs_blocks_count(fs->super))) { 297 (blk >= ext2fs_blocks_count(fs->super))) 302 if (blk >= ext2fs_blocks_count(fs->super)) 331 fs->group_desc_count = ext2fs_div64_ceil(ext2fs_blocks_count(fs->super) - 356 rem = (ext2fs_blocks_count(fs->super) - fs->super->s_first_data_block) % 362 ext2fs_blocks_count(fs->super) - rem); 380 blk = ext2fs_blocks_count(old_fs->super); 381 if (blk > ext2fs_blocks_count(fs->super) [all...] |