Home
last modified time | relevance | path

Searched refs:EXT4_CLUSTER_BITS (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/ext4/
Dballoc.c43 (EXT4_BLOCK_SIZE_BITS(sb) + EXT4_CLUSTER_BITS(sb) + 3); in ext4_get_group_number()
Dresize.c2032 n_blocks_count &= ~((1 << EXT4_CLUSTER_BITS(sb)) - 1); in ext4_resize_fs()
Dext4.h345 # define EXT4_CLUSTER_BITS(s) (EXT4_SB(s)->s_cluster_bits) macro
Dmballoc.c6917 EXT4_CLUSTER_BITS(sb); in ext4_last_grp_cluster()