Searched refs:BITS_PER_BITMAP (Results 1 – 2 of 2) sorted by relevance
13 #define BITS_PER_BITMAP (PAGE_SIZE * 8UL) macro130 next_bitmap_offset = (u64)(BITS_PER_BITMAP * sectorsize); in test_bitmaps()161 u64 bitmap_offset = (u64)(BITS_PER_BITMAP * sectorsize); in test_bitmaps_and_extents()847 BITS_PER_BITMAP * sectorsize + PAGE_SIZE); in btrfs_test_free_space_cache()
26 #define BITS_PER_BITMAP (PAGE_SIZE * 8UL) macro670 u64 bytes_per_bg = BITS_PER_BITMAP * ctl->unit; in recalculate_thresholds()1519 bytes_per_bitmap = BITS_PER_BITMAP * ctl->unit; in offset_to_bitmap()1676 if (entry->offset + BITS_PER_BITMAP * ctl->unit > offset) in tree_search_offset()1686 if (entry->offset + BITS_PER_BITMAP * in tree_search_offset()1753 ASSERT(end <= BITS_PER_BITMAP); in __bitmap_clear_bits()1764 if (end < BITS_PER_BITMAP && test_bit(end, info->bitmap)) in __bitmap_clear_bits()1792 ASSERT(end <= BITS_PER_BITMAP); in bitmap_set_bits()1802 if (end < BITS_PER_BITMAP && test_bit(end, info->bitmap)) in bitmap_set_bits()1841 for_each_set_bit_from(i, bitmap_info->bitmap, BITS_PER_BITMAP) { in search_bitmap()[all …]