Home
last modified time | relevance | path

Searched refs:EXT4_NUM_B2C (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/ext4/
Dballoc.c175 return EXT4_NUM_B2C(EXT4_SB(sb), blocks); in num_clusters_in_group()
762 EXT4_NUM_B2C(EXT4_SB(sb), ext4_free_blocks_count(es)), in ext4_count_free_clusters()
895 return EXT4_NUM_B2C(sbi, num); in ext4_num_base_meta_clusters()
Dresize.c377 EXT4_NUM_B2C(EXT4_SB(sb), in ext4_alloc_group_tables()
636 EXT4_NUM_B2C(sbi, overhead)); in setup_new_flex_group_blocks()
1443 EXT4_NUM_B2C(sbi, free_blocks)); in ext4_update_super()
1455 atomic64_add(EXT4_NUM_B2C(sbi, free_blocks), in ext4_update_super()
Dmballoc.c4163 ac->ac_g_ex.fe_len = EXT4_NUM_B2C(sbi, size); in ext4_mb_normalize_request()
4260 len = EXT4_NUM_B2C(sbi, end - start); in ext4_mb_use_inode_pa()
4622 EXT4_NUM_B2C(sbi, win); in ext4_mb_new_inode_pa()
5963 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_free_blocks()
6419 minlen = EXT4_NUM_B2C(EXT4_SB(sb), in ext4_trim_fs()
Dsuper.c3796 overhead += EXT4_NUM_B2C(sbi, sbi->s_journal->j_total_len); in ext4_calculate_overhead()
3802 overhead += EXT4_NUM_B2C(sbi, j_blocks); in ext4_calculate_overhead()
Dext4.h319 #define EXT4_NUM_B2C(sbi, blks) (((blks) + (sbi)->s_cluster_ratio - 1) >> \ macro
Dextents.c4236 ar.len = EXT4_NUM_B2C(sbi, offset+allocated); in ext4_ext_map_blocks()