Searched refs:bitmap_count (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/mm/ |
H A D | cma.c | 86 unsigned long bitmap_no, bitmap_count; in cma_clear_bitmap() local 90 bitmap_count = cma_bitmap_pages_to_bits(cma, count); in cma_clear_bitmap() 93 bitmap_clear(cma->bitmap, bitmap_no, bitmap_count); in cma_clear_bitmap() 431 unsigned long bitmap_maxno, bitmap_no, bitmap_count; in cma_alloc() local 450 bitmap_count = cma_bitmap_pages_to_bits(cma, count); in cma_alloc() 452 if (bitmap_count > bitmap_maxno) in cma_alloc() 458 bitmap_maxno, start, bitmap_count, mask, in cma_alloc() 464 bitmap_set(cma->bitmap, bitmap_no, bitmap_count); in cma_alloc()
|
/openbmc/linux/fs/ext4/ |
H A D | balloc.c | 771 ext4_fsblk_t bitmap_count; in ext4_count_free_clusters() local 777 bitmap_count = 0; in ext4_count_free_clusters() 800 bitmap_count += x; in ext4_count_free_clusters() 806 desc_count, bitmap_count); in ext4_count_free_clusters() 807 return bitmap_count; in ext4_count_free_clusters()
|
H A D | ialloc.c | 1453 unsigned long bitmap_count, x; in ext4_count_free_inodes() local 1458 bitmap_count = 0; in ext4_count_free_inodes() 1476 bitmap_count += x; in ext4_count_free_inodes() 1481 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()
|
/openbmc/linux/fs/ext2/ |
H A D | balloc.c | 1451 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 D | ialloc.c | 620 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()
|