Searched refs:test_range_bit (Results 1 – 4 of 4) sorted by relevance
/fs/btrfs/ |
D | extent_io.h | 289 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end,
|
D | extent_io.c | 1848 ret = test_range_bit(tree, delalloc_start, delalloc_end, in find_lock_delalloc_range() 2082 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, in test_range_bit() function 2140 if (test_range_bit(tree, start, end, EXTENT_UPTODATE, 1, NULL)) in check_page_uptodate() 3217 if (test_range_bit(tree, cur, cur_end, in __do_readpage() 4422 if (test_range_bit(tree, start, end, EXTENT_LOCKED, 0, NULL)) { in try_release_extent_state() 4475 if (test_range_bit(tree, em->start, in try_release_extent_mapping()
|
D | inode.c | 1782 test_range_bit(&BTRFS_I(inode)->io_tree, start, end, in need_force_cow() 3266 ret = test_range_bit(io_tree, ordered_extent->file_offset, in btrfs_finish_ordered_io() 3517 test_range_bit(io_tree, start, end, EXTENT_NODATASUM, 1, NULL)) { in btrfs_readpage_end_io_hook() 7669 ret = test_range_bit(io_tree, offset, range_end, in can_nocow_extent()
|
D | relocation.c | 3089 if (test_range_bit(&rc->processed_blocks, bytenr, in tree_block_processed()
|