Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.c6771 unsigned long nr_clusters_in_group; in ext4_last_grp_cluster() local
6774 nr_clusters_in_group = EXT4_CLUSTERS_PER_GROUP(sb); in ext4_last_grp_cluster()
6776 nr_clusters_in_group = (ext4_blocks_count(EXT4_SB(sb)->s_es) - in ext4_last_grp_cluster()
6780 return nr_clusters_in_group - 1; in ext4_last_grp_cluster()