Home | History | Annotate | Download | only in resize

Lines Matching refs:EXT2FS_CLUSTER_RATIO

403 	cluster_ratio = EXT2FS_CLUSTER_RATIO(rfs->new_fs);
642 if (EXT2FS_CLUSTER_RATIO(fs) > 1) {
1383 if (EXT2FS_CLUSTER_RATIO(fs) > 1) {
1407 EXT2FS_CLUSTER_RATIO(fs) -
1413 blk += EXT2FS_CLUSTER_RATIO(fs);
1698 blk += EXT2FS_CLUSTER_RATIO(fs)) {
1808 new_block += old_loc & (EXT2FS_CLUSTER_RATIO(fs) - 1);
2316 if (EXT2FS_CLUSTER_RATIO(fs) > 1) {
2412 cluster_freed = EXT2FS_CLUSTER_RATIO(fs) -
2664 blk += EXT2FS_CLUSTER_RATIO(fs)) {
2979 if (EXT2FS_CLUSTER_RATIO(fs) > 1)
2980 overhead += EXT2FS_CLUSTER_RATIO(fs) * 2;