Home
last modified time | relevance | path

Searched refs:BITS_PER_BITMAP (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/tests/
A Dfree-space-tests.c13 #define BITS_PER_BITMAP (PAGE_SIZE * 8UL) macro
130 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()
/linux/fs/btrfs/
A Dfree-space-cache.c27 #define BITS_PER_BITMAP (PAGE_SIZE * 8UL) macro
674 u64 bytes_per_bg = BITS_PER_BITMAP * ctl->unit; in recalculate_thresholds()
1523 bytes_per_bitmap = BITS_PER_BITMAP * ctl->unit; in offset_to_bitmap()
1690 if (entry->offset + BITS_PER_BITMAP * in tree_search_offset()
1757 ASSERT(end <= BITS_PER_BITMAP); in __bitmap_clear_bits()
1796 ASSERT(end <= BITS_PER_BITMAP); in bitmap_set_bits()
1851 BITS_PER_BITMAP, i); in search_bitmap()
2080 end = info->offset + (u64)(BITS_PER_BITMAP * ctl->unit); in add_bytes_to_bitmap()
3223 BITS_PER_BITMAP, i); in btrfs_bitmap_cluster()
3851 offset += BITS_PER_BITMAP * ctl->unit; in trim_bitmaps()
[all …]

Completed in 16 milliseconds