Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dmballoc.c6770 unsigned long nr_clusters_in_group; in ext4_last_grp_cluster() local
6773 nr_clusters_in_group = EXT4_CLUSTERS_PER_GROUP(sb); in ext4_last_grp_cluster()
6775 nr_clusters_in_group = (ext4_blocks_count(EXT4_SB(sb)->s_es) - in ext4_last_grp_cluster()
6779 return nr_clusters_in_group - 1; in ext4_last_grp_cluster()