Lines Matching refs:ext2fs_blocks_count
259 fs->device_name, ext2fs_blocks_count(fs->super)-1); in test_disk()
397 blk64_t end = ext2fs_blocks_count(fs->super) - 1; in packed_allocate_tables()
609 ext2fs_blocks_count(fs->super), 0, &buf); in create_journal_dev()
621 ext2fs_blocks_count(fs->super)); in create_journal_dev()
623 count = ext2fs_blocks_count(fs->super); in create_journal_dev()
667 ext2fs_blocks_count(s), fs->blocksize >> 10, in show_stats()
672 if (ext2fs_blocks_count(&fs_param) != ext2fs_blocks_count(s)) in show_stats()
674 ext2fs_blocks_count(&fs_param) - ext2fs_blocks_count(s)); in show_stats()
695 ext2fs_blocks_count(s)); in show_stats()
698 100.0 * ext2fs_r_blocks_count(s) / ext2fs_blocks_count(s)); in show_stats()
961 if (resize <= ext2fs_blocks_count(param)) { in parse_extended_opts()
975 ext2fs_blocks_count(param), bpg); in parse_extended_opts()
2491 n = ext2fs_blocks_count(&fs_param) * blocksize / inode_ratio; in PRS()
2512 (ext2fs_blocks_count(&fs_param) * blocksize) / inode_ratio; in PRS()
2516 ((ext2fs_blocks_count(&fs_param)) * in PRS()
2525 (unsigned long long) ext2fs_blocks_count(&fs_param)); in PRS()
2533 ext2fs_blocks_count(&fs_param) / 100.0); in PRS()
2686 blk64_t blocks = ext2fs_blocks_count(fs->super); in mke2fs_discard_device()
2739 num_blocks = ext2fs_blocks_count(fs->super); in fix_cluster_bg_counts()
3161 blk64_t blocks = ext2fs_blocks_count(fs->super); in main()