Home
last modified time | relevance | path

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

/fs/ocfs2/
Dlocalalloc.c1153 u32 cluster_off, cluster_count; in ocfs2_local_alloc_new_window() local
1173 &cluster_off, &cluster_count); in ocfs2_local_alloc_new_window()
1189 &cluster_count); in ocfs2_local_alloc_new_window()
1199 osb->local_alloc_bits = cluster_count; in ocfs2_local_alloc_new_window()
1212 alloc->id1.bitmap1.i_total = cpu_to_le32(cluster_count); in ocfs2_local_alloc_new_window()
1221 ocfs2_resmap_restart(&osb->osb_la_resmap, cluster_count, in ocfs2_local_alloc_new_window()
/fs/ext4/
Dmballoc.c5047 unsigned long cluster_count = last_cluster - first_cluster + 1; in ext4_group_add_blocks() local
5059 if (bit + cluster_count > EXT4_CLUSTERS_PER_GROUP(sb)) { in ext4_group_add_blocks()
5106 for (i = 0, clusters_freed = 0; i < cluster_count; i++) { in ext4_group_add_blocks()
5127 mb_clear_bits(bitmap_bh->b_data, bit, cluster_count); in ext4_group_add_blocks()
5128 mb_free_blocks(NULL, &e4b, bit, cluster_count); in ext4_group_add_blocks()