HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_r_blocks_count (Results 1 - 11 of 11) sorted by null

  /external/e2fsprogs/misc/
findsuper.c 221 if (ext2fs_r_blocks_count(&ext2) > ext2fs_blocks_count(&ext2))
223 ext2fs_r_blocks_count(&ext2),
mke2fs.c 690 ext2fs_r_blocks_count(s),
691 100.0 * ext2fs_r_blocks_count(s) / ext2fs_blocks_count(s));
    [all...]
fuse2fs.c 600 ext2fs_r_blocks_count(fs->super));
612 reserved = ext2fs_r_blocks_count(fs->super);
    [all...]
tune2fs.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
initialize.c 260 ext2fs_r_blocks_count_set(super, ext2fs_r_blocks_count(param));
261 if (ext2fs_r_blocks_count(super) >= ext2fs_blocks_count(param)) {
446 reserved_ratio = 100.0 * ext2fs_r_blocks_count(param) /
blknum.c 121 blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super) function
144 tmp = ext2fs_r_blocks_count(super) + blk;
ext2fs.h 885 extern blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super);
    [all...]
  /external/e2fsprogs/ext2ed/
super_com.c 34 wmove (show_pad,2,40);wprintw (show_pad,"%2.2f%%",100*(float) ext2fs_r_blocks_count(super)/ (float) ext2fs_blocks_count(super));
  /external/e2fsprogs/resize/
online.c 188 percent = (ext2fs_r_blocks_count(sb) * 100.0) /
resize2fs.c 782 percent = (ext2fs_r_blocks_count(old_fs->super) * 100.0) /
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 525 check_super_value(ctx, "r_blocks_count", ext2fs_r_blocks_count(sb),

Completed in 160 milliseconds