Searched refs:bitmap_count (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | cma.c | 96 unsigned long bitmap_no, bitmap_count; in cma_clear_bitmap() local 99 bitmap_count = cma_bitmap_pages_to_bits(cma, count); in cma_clear_bitmap() 102 bitmap_clear(cma->bitmap, bitmap_no, bitmap_count); in cma_clear_bitmap() 461 unsigned long bitmap_maxno, bitmap_no, bitmap_count; in cma_alloc() local 486 bitmap_count = cma_bitmap_pages_to_bits(cma, count); in cma_alloc() 488 if (bitmap_count > bitmap_maxno) in cma_alloc() 497 bitmap_maxno, start, bitmap_count, mask, in cma_alloc() 524 bitmap_set(cma->bitmap, bitmap_no, bitmap_count); in cma_alloc()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | balloc.c | 722 ext4_fsblk_t bitmap_count; in ext4_count_free_clusters() local 728 bitmap_count = 0; in ext4_count_free_clusters() 751 bitmap_count += x; in ext4_count_free_clusters() 757 desc_count, bitmap_count); in ext4_count_free_clusters() 758 return bitmap_count; in ext4_count_free_clusters()
|
| H A D | ialloc.c | 1444 unsigned long bitmap_count, x; in ext4_count_free_inodes() local 1449 bitmap_count = 0; in ext4_count_free_inodes() 1467 bitmap_count += x; in ext4_count_free_inodes() 1472 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | balloc.c | 1455 unsigned long bitmap_count, x; in ext2_count_free_blocks() local 1460 bitmap_count = 0; in ext2_count_free_blocks() 1475 bitmap_count += x; in ext2_count_free_blocks() 1480 desc_count, bitmap_count); in ext2_count_free_blocks() 1481 return bitmap_count; in ext2_count_free_blocks()
|
| H A D | ialloc.c | 629 unsigned long bitmap_count = 0; in ext2_count_free_inodes() local 648 bitmap_count += x; in ext2_count_free_inodes() 654 desc_count, bitmap_count); in ext2_count_free_inodes()
|