Searched refs:find_first_clear_extent_bit (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 571 find_first_clear_extent_bit(&tree, 0, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit() 585 find_first_clear_extent_bit(&tree, SZ_512K, &start, &end, in test_find_first_clear_extent_bit() 601 find_first_clear_extent_bit(&tree, 12 * SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 614 find_first_clear_extent_bit(&tree, SZ_2M, &start, &end, in test_find_first_clear_extent_bit() 628 find_first_clear_extent_bit(&tree, SZ_64M + SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 637 find_first_clear_extent_bit(&tree, SZ_64M - SZ_8M, &start, &end, in test_find_first_clear_extent_bit() 654 find_first_clear_extent_bit(&tree, -1, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit()
|
/openbmc/linux/fs/btrfs/ |
H A D | extent-io-tree.h | 188 void find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start,
|
H A D | extent-io-tree.c | 1439 void find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start, in find_first_clear_extent_bit() function
|
H A D | extent-tree.c | 6059 find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents() 6080 * If find_first_clear_extent_bit find a range that spans the in btrfs_trim_free_extents()
|