Home
last modified time | relevance | path

Searched refs:find_first_clear_extent_bit (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/btrfs/tests/
Dextent-io-tests.c453 find_first_clear_extent_bit(&tree, SZ_512K, &start, &end, in test_find_first_clear_extent_bit()
469 find_first_clear_extent_bit(&tree, 12 * SZ_1M, &start, &end, in test_find_first_clear_extent_bit()
482 find_first_clear_extent_bit(&tree, SZ_2M, &start, &end, in test_find_first_clear_extent_bit()
496 find_first_clear_extent_bit(&tree, SZ_64M + SZ_1M, &start, &end, in test_find_first_clear_extent_bit()
505 find_first_clear_extent_bit(&tree, SZ_64M - SZ_8M, &start, &end, in test_find_first_clear_extent_bit()
522 find_first_clear_extent_bit(&tree, -1, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit()
/Linux-v5.4/fs/btrfs/
Dextent_io.h404 void find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start,
Dextent-tree.c5567 find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents()
Dextent_io.c1575 void find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start, in find_first_clear_extent_bit() function