Searched refs:EXT2FS_CLUSTER_RATIO (Results 1 - 15 of 15) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Di_block.c41 num_blocks *= EXT2FS_CLUSTER_RATIO(fs);
65 num_blocks *= EXT2FS_CLUSTER_RATIO(fs);
84 b *= EXT2FS_CLUSTER_RATIO(fs);
H A Dalloc_sb.c63 EXT2FS_CLUSTER_RATIO(fs) > 1)
H A Dalloc_stats.c81 -inuse * EXT2FS_CLUSTER_RATIO(fs));
H A Dpunch.c191 if (EXT2FS_CLUSTER_RATIO(fs) == 1) {
212 cluster_freed = EXT2FS_CLUSTER_RATIO(fs) -
222 while (free_count > 0 && free_count >= EXT2FS_CLUSTER_RATIO(fs)) {
225 cluster_freed = EXT2FS_CLUSTER_RATIO(fs);
H A Dinitialize.c213 ((param->s_clusters_per_group * EXT2FS_CLUSTER_RATIO(fs)) !=
223 EXT2FS_CLUSTER_RATIO(fs);
H A Dbmap.c161 for (i = 0; i < EXT2FS_CLUSTER_RATIO(fs); i++) {
H A Dextent.c1035 EXT2FS_CLUSTER_RATIO(handle->fs)) / 512;
1517 EXT2FS_CLUSTER_RATIO(handle->fs)) / 512;
H A Dext2fs.h610 #define EXT2FS_CLUSTER_RATIO(fs) (1 << (fs)->cluster_ratio_bits) macro
611 #define EXT2FS_CLUSTER_MASK(fs) (EXT2FS_CLUSTER_RATIO(fs) - 1)
/external/e2fsprogs/e2fsck/
H A Dsuper.c491 bpg_max = 8 * EXT2_BLOCK_SIZE(sb) * EXT2FS_CLUSTER_RATIO(fs);
544 EXT2FS_CLUSTER_RATIO(fs))) {
545 pctx.num = sb->s_clusters_per_group * EXT2FS_CLUSTER_RATIO(fs);
563 EXT2FS_CLUSTER_RATIO(fs) == 1) ? 1 : 0;
H A Dpass5.c267 i += EXT2FS_CLUSTER_RATIO(fs)) {
413 (pctx.blk2 == i - EXT2FS_CLUSTER_RATIO(fs)))
414 pctx.blk2 += EXT2FS_CLUSTER_RATIO(fs);
H A Drehash.c655 if (blk % EXT2FS_CLUSTER_RATIO(fs) == 0) {
H A Dpass1.c2115 pb.num_blocks *= EXT2FS_CLUSTER_RATIO(fs);
/external/e2fsprogs/misc/
H A Ddumpe2fs.c268 EXT2FS_CLUSTER_RATIO(fs));
H A Dtune2fs.c296 ext2fs_free_blocks_count_add(fs->super, EXT2FS_CLUSTER_RATIO(fs));
/external/e2fsprogs/resize/
H A Dresize2fs.c1250 blk += EXT2FS_CLUSTER_RATIO(fs)) {
1360 new_block += old_loc & (EXT2FS_CLUSTER_RATIO(fs) - 1);
1921 blk += EXT2FS_CLUSTER_RATIO(fs)) {

Completed in 226 milliseconds