Home
last modified time | relevance | path

Searched refs:ext2fs_r_blocks_count (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/misc/
Dfindsuper.c221 if (ext2fs_r_blocks_count(&ext2) > ext2fs_blocks_count(&ext2)) in main()
223 ext2fs_r_blocks_count(&ext2), in main()
Dmke2fs.c697 ext2fs_r_blocks_count(s), in show_stats()
698 100.0 * ext2fs_r_blocks_count(s) / ext2fs_blocks_count(s)); in show_stats()
Dfuse2fs.c607 ext2fs_r_blocks_count(fs->super)); in fs_can_allocate()
619 reserved = ext2fs_r_blocks_count(fs->super); in fs_can_allocate()
2367 reserved = ext2fs_r_blocks_count(fs->super); in op_statfs()
Dtune2fs.c3116 reserved_ratio, ext2fs_r_blocks_count(sb)); in main()
/external/e2fsprogs/lib/ext2fs/
Dinitialize.c260 ext2fs_r_blocks_count_set(super, ext2fs_r_blocks_count(param)); in ext2fs_initialize()
261 if (ext2fs_r_blocks_count(super) >= ext2fs_blocks_count(param)) { in ext2fs_initialize()
448 reserved_ratio = 100.0 * ext2fs_r_blocks_count(param) / in ext2fs_initialize()
Dblknum.c121 blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super) in ext2fs_r_blocks_count() function
144 tmp = ext2fs_r_blocks_count(super) + blk; in ext2fs_r_blocks_count_add()
Dext2fs.h902 extern blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super);
/external/e2fsprogs/ext2ed/
Dsuper_com.c34 …wmove (show_pad,2,40);wprintw (show_pad,"%2.2f%%",100*(float) ext2fs_r_blocks_count(super)/ (float… in type_ext2_super_block___show()
/external/e2fsprogs/resize/
Donline.c188 percent = (ext2fs_r_blocks_count(sb) * 100.0) / in online_resize_fs()
Dresize2fs.c782 percent = (ext2fs_r_blocks_count(old_fs->super) * 100.0) / in adjust_fs_info()
/external/e2fsprogs/debian/
Dlibext2fs2.symbols436 ext2fs_r_blocks_count@Base 1.42
/external/e2fsprogs/e2fsck/
Dsuper.c662 if (!check_super_value(ctx, "r_blocks_count", ext2fs_r_blocks_count(sb), in check_super_block()