Searched refs:find_first_clear_extent_bit (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 443 test_msg("running find_first_clear_extent_bit test"); in test_find_first_clear_extent_bit() 448 find_first_clear_extent_bit(&tree, 0, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit() 462 find_first_clear_extent_bit(&tree, SZ_512K, &start, &end, in test_find_first_clear_extent_bit() 478 find_first_clear_extent_bit(&tree, 12 * SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 491 find_first_clear_extent_bit(&tree, SZ_2M, &start, &end, in test_find_first_clear_extent_bit() 505 find_first_clear_extent_bit(&tree, SZ_64M + SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 514 find_first_clear_extent_bit(&tree, SZ_64M - SZ_8M, &start, &end, in test_find_first_clear_extent_bit() 531 find_first_clear_extent_bit(&tree, -1, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit()
|
/kernel/linux/linux-6.6/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 546 test_msg("running find_first_clear_extent_bit test"); in test_find_first_clear_extent_bit() 551 find_first_clear_extent_bit(&tree, 0, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit() 565 find_first_clear_extent_bit(&tree, SZ_512K, &start, &end, in test_find_first_clear_extent_bit() 581 find_first_clear_extent_bit(&tree, 12 * SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 594 find_first_clear_extent_bit(&tree, SZ_2M, &start, &end, in test_find_first_clear_extent_bit() 608 find_first_clear_extent_bit(&tree, SZ_64M + SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 617 find_first_clear_extent_bit(&tree, SZ_64M - SZ_8M, &start, &end, in test_find_first_clear_extent_bit() 634 find_first_clear_extent_bit(&tree, -1, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit()
|
/kernel/linux/linux-6.6/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 | 6018 find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents() 6039 * If find_first_clear_extent_bit find a range that spans the in btrfs_trim_free_extents()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent-io-tree.h | 228 void find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start,
|
H A D | extent_io.c | 1635 * find_first_clear_extent_bit - find the first range that has @bits not set. 1649 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 | 5758 find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents() 5779 * If find_first_clear_extent_bit find a range that spans the in btrfs_trim_free_extents()
|
Completed in 25 milliseconds