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

/linux-master/fs/btrfs/tests/
H A Dextent-io-tests.c566 test_msg("running find_first_clear_extent_bit test");
571 find_first_clear_extent_bit(&tree, 0, &start, &end, CHUNK_TRIMMED);
585 find_first_clear_extent_bit(&tree, SZ_512K, &start, &end,
601 find_first_clear_extent_bit(&tree, 12 * SZ_1M, &start, &end,
614 find_first_clear_extent_bit(&tree, SZ_2M, &start, &end,
628 find_first_clear_extent_bit(&tree, SZ_64M + SZ_1M, &start, &end,
637 find_first_clear_extent_bit(&tree, SZ_64M - SZ_8M, &start, &end,
654 find_first_clear_extent_bit(&tree, -1, &start, &end, CHUNK_TRIMMED);
/linux-master/fs/btrfs/
H A Dextent-io-tree.h208 void find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start,
H A Dextent-io-tree.c1521 void find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start, function
H A Dextent-tree.c6248 find_first_clear_extent_bit(&device->alloc_state, start,
6269 * If find_first_clear_extent_bit find a range that spans the

Completed in 202 milliseconds