Searched refs:find_first_clear_extent_bit (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/fs/btrfs/tests/ |
D | extent-io-tests.c | 494 find_first_clear_extent_bit(&tree, 0, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit() 508 find_first_clear_extent_bit(&tree, SZ_512K, &start, &end, in test_find_first_clear_extent_bit() 524 find_first_clear_extent_bit(&tree, 12 * SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 537 find_first_clear_extent_bit(&tree, SZ_2M, &start, &end, in test_find_first_clear_extent_bit() 551 find_first_clear_extent_bit(&tree, SZ_64M + SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 560 find_first_clear_extent_bit(&tree, SZ_64M - SZ_8M, &start, &end, in test_find_first_clear_extent_bit() 577 find_first_clear_extent_bit(&tree, -1, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit()
|
/linux-5.19.10/fs/btrfs/ |
D | extent-io-tree.h | 243 void find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start,
|
D | extent-tree.c | 6067 find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents()
|
D | extent_io.c | 1667 void find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start, in find_first_clear_extent_bit() function
|