Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c5921 unsigned long nr_clusters_in_group; in ext4_last_grp_cluster() local
5924 nr_clusters_in_group = EXT4_CLUSTERS_PER_GROUP(sb); in ext4_last_grp_cluster()
5926 nr_clusters_in_group = (ext4_blocks_count(EXT4_SB(sb)->s_es) - in ext4_last_grp_cluster()
5930 return nr_clusters_in_group - 1; in ext4_last_grp_cluster()
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c6921 unsigned long nr_clusters_in_group; in ext4_last_grp_cluster() local
6924 nr_clusters_in_group = EXT4_CLUSTERS_PER_GROUP(sb); in ext4_last_grp_cluster()
6926 nr_clusters_in_group = (ext4_blocks_count(EXT4_SB(sb)->s_es) - in ext4_last_grp_cluster()
6930 return nr_clusters_in_group - 1; in ext4_last_grp_cluster()

Completed in 16 milliseconds