Home
last modified time | relevance | path

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

/fs/ext4/
Dballoc.c702 ext4_fsblk_t bitmap_count; in ext4_count_free_clusters() local
708 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()
Dialloc.c1204 unsigned long bitmap_count, x; in ext4_count_free_inodes() local
1209 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()
/fs/ext2/
Dballoc.c1450 unsigned long bitmap_count, x; in ext2_count_free_blocks() local
1455 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()
Dialloc.c627 unsigned long bitmap_count = 0; in ext2_count_free_inodes() local
646 bitmap_count += x; in ext2_count_free_inodes()
652 desc_count, bitmap_count); in ext2_count_free_inodes()