Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext4/
Dballoc.c575 ext4_fsblk_t bitmap_count; in ext4_count_free_clusters() local
581 bitmap_count = 0; in ext4_count_free_clusters()
598 bitmap_count += x; in ext4_count_free_clusters()
604 desc_count, bitmap_count); in ext4_count_free_clusters()
605 return bitmap_count; in ext4_count_free_clusters()
Dialloc.c1000 unsigned long bitmap_count, x; in ext4_count_free_inodes() local
1005 bitmap_count = 0; in ext4_count_free_inodes()
1021 bitmap_count += x; in ext4_count_free_inodes()
1026 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()
/linux-3.4.99/fs/ext3/
Dialloc.c669 unsigned long bitmap_count, x; in ext3_count_free_inodes() local
674 bitmap_count = 0; in ext3_count_free_inodes()
689 bitmap_count += x; in ext3_count_free_inodes()
693 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext3_count_free_inodes()
Dballoc.c1787 ext3_fsblk_t bitmap_count; in ext3_count_free_blocks() local
1793 bitmap_count = 0; in ext3_count_free_blocks()
1810 bitmap_count += x; in ext3_count_free_blocks()
1816 desc_count, bitmap_count); in ext3_count_free_blocks()
1817 return bitmap_count; in ext3_count_free_blocks()
/linux-3.4.99/fs/ext2/
Dballoc.c1471 unsigned long bitmap_count, x; in ext2_count_free_blocks() local
1476 bitmap_count = 0; in ext2_count_free_blocks()
1491 bitmap_count += x; in ext2_count_free_blocks()
1496 desc_count, bitmap_count); in ext2_count_free_blocks()
1497 return bitmap_count; in ext2_count_free_blocks()
Dialloc.c626 unsigned long bitmap_count = 0; in ext2_count_free_inodes() local
645 bitmap_count += x; in ext2_count_free_inodes()
650 desc_count, bitmap_count); in ext2_count_free_inodes()