Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dballoc.c1451 unsigned long bitmap_count, x; in ext2_count_free_blocks() local
1456 bitmap_count = 0; in ext2_count_free_blocks()
1471 bitmap_count += x; in ext2_count_free_blocks()
1476 desc_count, bitmap_count); in ext2_count_free_blocks()
1477 return bitmap_count; in ext2_count_free_blocks()
H A Dialloc.c620 unsigned long bitmap_count = 0; in ext2_count_free_inodes() local
639 bitmap_count += x; in ext2_count_free_inodes()
645 desc_count, bitmap_count); in ext2_count_free_inodes()
/linux/fs/ext4/
H A Dialloc.c1443 unsigned long bitmap_count, x; in ext4_count_free_inodes() local
1448 bitmap_count = 0; in ext4_count_free_inodes()
1466 bitmap_count += x; in ext4_count_free_inodes()
1471 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()