Searched refs:bitmap_count (Results 1 – 4 of 4) sorted by relevance
702 ext4_fsblk_t bitmap_count; in ext4_count_free_clusters() local708 bitmap_count = 0; in ext4_count_free_clusters()731 bitmap_count += x; in ext4_count_free_clusters()737 desc_count, bitmap_count); in ext4_count_free_clusters()738 return bitmap_count; in ext4_count_free_clusters()
1204 unsigned long bitmap_count, x; in ext4_count_free_inodes() local1209 bitmap_count = 0; in ext4_count_free_inodes()1227 bitmap_count += x; in ext4_count_free_inodes()1232 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()
1450 unsigned long bitmap_count, x; in ext2_count_free_blocks() local1455 bitmap_count = 0; in ext2_count_free_blocks()1470 bitmap_count += x; in ext2_count_free_blocks()1475 desc_count, bitmap_count); in ext2_count_free_blocks()1476 return bitmap_count; in ext2_count_free_blocks()
627 unsigned long bitmap_count = 0; in ext2_count_free_inodes() local646 bitmap_count += x; in ext2_count_free_inodes()652 desc_count, bitmap_count); in ext2_count_free_inodes()