Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dballoc.c719 ext4_fsblk_t bitmap_count; in ext4_count_free_clusters() local
725 bitmap_count = 0; in ext4_count_free_clusters()
748 bitmap_count += x; in ext4_count_free_clusters()
754 desc_count, bitmap_count); in ext4_count_free_clusters()
755 return bitmap_count; in ext4_count_free_clusters()
Dialloc.c1284 unsigned long bitmap_count, x; in ext4_count_free_inodes() local
1289 bitmap_count = 0; in ext4_count_free_inodes()
1307 bitmap_count += x; in ext4_count_free_inodes()
1312 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()
/linux-4.19.296/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.c632 unsigned long bitmap_count = 0; in ext2_count_free_inodes() local
651 bitmap_count += x; in ext2_count_free_inodes()
657 desc_count, bitmap_count); in ext2_count_free_inodes()