Searched refs:bitmap_count (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/ext4/ |
D | balloc.c | 575 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()
|
D | ialloc.c | 1000 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/ |
D | ialloc.c | 669 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()
|
D | balloc.c | 1787 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/ |
D | balloc.c | 1471 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()
|
D | ialloc.c | 626 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()
|