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

  /external/e2fsprogs/lib/ext2fs/
i_block.c 41 num_blocks *= EXT2FS_CLUSTER_RATIO(fs);
64 num_blocks *= EXT2FS_CLUSTER_RATIO(fs);
82 b *= EXT2FS_CLUSTER_RATIO(fs);
alloc_sb.c 64 EXT2FS_CLUSTER_RATIO(fs) > 1)
alloc_stats.c 81 -inuse * (blk64_t) EXT2FS_CLUSTER_RATIO(fs));
139 inuse*n/EXT2FS_CLUSTER_RATIO(fs));
fallocate.c 88 clusters = (len + EXT2FS_CLUSTER_RATIO(fs) - 1) /
89 EXT2FS_CLUSTER_RATIO(fs);
91 clusters * EXT2FS_CLUSTER_RATIO(fs), +1);
136 if (left_ext && EXT2FS_CLUSTER_RATIO(fs) > 1) {
152 cluster_fill = EXT2FS_CLUSTER_RATIO(fs) -
201 if (right_ext && EXT2FS_CLUSTER_RATIO(fs) > 1) {
363 if (EXT2FS_CLUSTER_RATIO(fs) > 1) {
434 if (EXT2FS_CLUSTER_RATIO(fs) > 1) {
440 fillable -= EXT2FS_CLUSTER_RATIO(fs) -
494 cluster_fill = EXT2FS_CLUSTER_RATIO(fs)
    [all...]
punch.c 204 if (EXT2FS_CLUSTER_RATIO(fs) == 1) {
225 cluster_freed = EXT2FS_CLUSTER_RATIO(fs) -
235 while (free_count > 0 && free_count >= (unsigned) EXT2FS_CLUSTER_RATIO(fs)) {
238 cluster_freed = EXT2FS_CLUSTER_RATIO(fs);
initialize.c 227 ((param->s_clusters_per_group * EXT2FS_CLUSTER_RATIO(fs)) !=
237 EXT2FS_CLUSTER_RATIO(fs);
bmap.c 161 for (i = 0; i < EXT2FS_CLUSTER_RATIO(fs); i++) {
openfs.c 47 if (i == 0 && fs->blocksize == 1024 && EXT2FS_CLUSTER_RATIO(fs) > 1)
extent.c 953 goal_blk -= EXT2FS_CLUSTER_RATIO(handle->fs);
    [all...]
ext2fs.h 628 #define EXT2FS_CLUSTER_RATIO(fs) (1 << (fs)->cluster_ratio_bits)
629 #define EXT2FS_CLUSTER_MASK(fs) (EXT2FS_CLUSTER_RATIO(fs) - 1)
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 403 cluster_ratio = EXT2FS_CLUSTER_RATIO(rfs->new_fs);
642 if (EXT2FS_CLUSTER_RATIO(fs) > 1) {
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 489 bpg_max = 8 * EXT2_BLOCK_SIZE(sb) * EXT2FS_CLUSTER_RATIO(fs);
542 EXT2FS_CLUSTER_RATIO(fs))) {
543 pctx.num = sb->s_clusters_per_group * EXT2FS_CLUSTER_RATIO(fs);
561 EXT2FS_CLUSTER_RATIO(fs) == 1) ? 1 : 0;
pass5.c 374 i += EXT2FS_CLUSTER_RATIO(fs)) {
451 (pctx.blk2 == i - EXT2FS_CLUSTER_RATIO(fs)))
452 pctx.blk2 += EXT2FS_CLUSTER_RATIO(fs);
pass1b.c 648 if ((*block_nr % EXT2FS_CLUSTER_RATIO(ctx->fs)) == 0)
pass1.c     [all...]
pass2.c     [all...]
  /external/e2fsprogs/misc/
mk_hugefiles.c 427 if (part_offset % EXT2FS_CLUSTER_RATIO(fs)) {
dumpe2fs.c 299 EXT2FS_CLUSTER_RATIO(fs));
tune2fs.c 346 ext2fs_free_blocks_count_add(fs->super, EXT2FS_CLUSTER_RATIO(fs));
    [all...]
fuse2fs.c 760 b *= EXT2FS_CLUSTER_RATIO(fs);
    [all...]

Completed in 143 milliseconds