Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dmballoc.c6916 unsigned long nr_clusters_in_group; in ext4_last_grp_cluster() local
6919 nr_clusters_in_group = EXT4_CLUSTERS_PER_GROUP(sb); in ext4_last_grp_cluster()
6921 nr_clusters_in_group = (ext4_blocks_count(EXT4_SB(sb)->s_es) - in ext4_last_grp_cluster()
6925 return nr_clusters_in_group - 1; in ext4_last_grp_cluster()