Searched refs:btrfs_find_first_clear_extent_bit (Results 1 – 4 of 4) sorted by relevance
| /fs/btrfs/tests/ |
| A D | extent-io-tests.c | 570 btrfs_find_first_clear_extent_bit(&tree, 0, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit() 584 btrfs_find_first_clear_extent_bit(&tree, SZ_512K, &start, &end, in test_find_first_clear_extent_bit() 600 btrfs_find_first_clear_extent_bit(&tree, 12 * SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 613 btrfs_find_first_clear_extent_bit(&tree, SZ_2M, &start, &end, in test_find_first_clear_extent_bit() 627 btrfs_find_first_clear_extent_bit(&tree, SZ_64M + SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 636 btrfs_find_first_clear_extent_bit(&tree, SZ_64M - SZ_8M, &start, &end, in test_find_first_clear_extent_bit() 653 btrfs_find_first_clear_extent_bit(&tree, -1, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit()
|
| /fs/btrfs/ |
| A D | extent-io-tree.h | 215 void btrfs_find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start,
|
| A D | extent-io-tree.c | 1547 void btrfs_find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start, in btrfs_find_first_clear_extent_bit() function
|
| A D | extent-tree.c | 6446 btrfs_find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents()
|
Completed in 22 milliseconds