Searched refs:BITS_PER_BITMAP (Results 1 – 1 of 1) sorted by relevance
34 #define BITS_PER_BITMAP (PAGE_SIZE * 8UL) macro697 u64 bytes_per_bg = BITS_PER_BITMAP * unit; in recalculate_thresholds()1571 bytes_per_bitmap = BITS_PER_BITMAP * ctl->block_group->fs_info->sectorsize; in offset_to_bitmap()1786 if (entry->offset + BITS_PER_BITMAP * unit > offset) in tree_search_offset()1800 if (entry->offset + BITS_PER_BITMAP * unit > offset) in tree_search_offset()1882 ASSERT(end <= BITS_PER_BITMAP); in bitmap_clear_bits()1895 if (end < BITS_PER_BITMAP && test_bit(end, info->bitmap)) in bitmap_clear_bits()1919 ASSERT(end <= BITS_PER_BITMAP); in btrfs_bitmap_set_bits()1936 if (end < BITS_PER_BITMAP && test_bit(end, info->bitmap)) in btrfs_bitmap_set_bits()1976 for_each_set_bit_from(i, bitmap_info->bitmap, BITS_PER_BITMAP) { in search_bitmap()[all …]