Searched refs:bitmap_count (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/mm/ |
D | cma.c | 85 unsigned long bitmap_no, bitmap_count; in cma_clear_bitmap() local 89 bitmap_count = cma_bitmap_pages_to_bits(cma, count); in cma_clear_bitmap() 92 bitmap_clear(cma->bitmap, bitmap_no, bitmap_count); in cma_clear_bitmap() 430 unsigned long bitmap_maxno, bitmap_no, bitmap_count; in cma_alloc() local 449 bitmap_count = cma_bitmap_pages_to_bits(cma, count); in cma_alloc() 451 if (bitmap_count > bitmap_maxno) in cma_alloc() 457 bitmap_maxno, start, bitmap_count, mask, in cma_alloc() 463 bitmap_set(cma->bitmap, bitmap_no, bitmap_count); in cma_alloc()
|
/Linux-v6.1/fs/ext4/ |
D | balloc.c | 729 ext4_fsblk_t bitmap_count; in ext4_count_free_clusters() local 735 bitmap_count = 0; in ext4_count_free_clusters() 758 bitmap_count += x; in ext4_count_free_clusters() 764 desc_count, bitmap_count); in ext4_count_free_clusters() 765 return bitmap_count; in ext4_count_free_clusters()
|
D | ialloc.c | 1446 unsigned long bitmap_count, x; in ext4_count_free_inodes() local 1451 bitmap_count = 0; in ext4_count_free_inodes() 1469 bitmap_count += x; in ext4_count_free_inodes() 1474 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()
|
/Linux-v6.1/fs/ext2/ |
D | ialloc.c | 623 unsigned long bitmap_count = 0; in ext2_count_free_inodes() local 642 bitmap_count += x; in ext2_count_free_inodes() 648 desc_count, bitmap_count); in ext2_count_free_inodes()
|
D | balloc.c | 1456 unsigned long bitmap_count, x; in ext2_count_free_blocks() local 1461 bitmap_count = 0; in ext2_count_free_blocks() 1476 bitmap_count += x; in ext2_count_free_blocks() 1481 desc_count, bitmap_count); in ext2_count_free_blocks() 1482 return bitmap_count; in ext2_count_free_blocks()
|