Home
last modified time | relevance | path

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

/fs/ext4/
Dballoc.c676 ext4_fsblk_t bitmap_count; in ext4_count_free_clusters() local
682 bitmap_count = 0; in ext4_count_free_clusters()
705 bitmap_count += x; in ext4_count_free_clusters()
711 desc_count, bitmap_count); in ext4_count_free_clusters()
712 return bitmap_count; in ext4_count_free_clusters()
Dialloc.c1192 unsigned long bitmap_count, x; in ext4_count_free_inodes() local
1197 bitmap_count = 0; in ext4_count_free_inodes()
1215 bitmap_count += x; in ext4_count_free_inodes()
1220 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()
/fs/ext2/
Dballoc.c1473 unsigned long bitmap_count, x; in ext2_count_free_blocks() local
1478 bitmap_count = 0; in ext2_count_free_blocks()
1493 bitmap_count += x; in ext2_count_free_blocks()
1498 desc_count, bitmap_count); in ext2_count_free_blocks()
1499 return bitmap_count; in ext2_count_free_blocks()
Dialloc.c631 unsigned long bitmap_count = 0; in ext2_count_free_inodes() local
650 bitmap_count += x; in ext2_count_free_inodes()
656 desc_count, bitmap_count); in ext2_count_free_inodes()