Searched refs:extent_buffer_bitmap_clear (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/btrfs/tests/ |
D | extent-io-tests.c | 370 extent_buffer_bitmap_clear(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps() 395 extent_buffer_bitmap_clear(eb, PAGE_SIZE - sizeof(long) / 2, 0, in __test_eb_bitmaps() 410 extent_buffer_bitmap_clear(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
|
/linux-6.1.9/fs/btrfs/ |
D | extent_io.h | 232 void extent_buffer_bitmap_clear(const struct extent_buffer *eb,
|
D | free-space-tree.c | 560 extent_buffer_bitmap_clear(leaf, ptr, first, last - first); in free_space_set_bits()
|
D | extent_io.c | 5549 void extent_buffer_bitmap_clear(const struct extent_buffer *eb, in extent_buffer_bitmap_clear() function
|