Searched refs:test_range_bit (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | extent_io.h | 287 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end,
 | 
| D | extent_io.c | 1846 	ret = test_range_bit(tree, delalloc_start, delalloc_end,  in find_lock_delalloc_range()2079 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end,  in test_range_bit()  function
 2137 	if (test_range_bit(tree, start, end, EXTENT_UPTODATE, 1, NULL))  in check_page_uptodate()
 3214 		if (test_range_bit(tree, cur, cur_end,  in __do_readpage()
 4372 	if (test_range_bit(tree, start, end, EXTENT_LOCKED, 0, NULL)) {  in try_release_extent_state()
 4425 			if (!test_range_bit(tree, em->start,  in try_release_extent_mapping()
 
 | 
| D | inode.c | 1683 	    test_range_bit(&BTRFS_I(inode)->io_tree, start, end,  in need_force_cow()3093 	ret = test_range_bit(io_tree, ordered_extent->file_offset,  in btrfs_finish_ordered_io()
 3337 	    test_range_bit(io_tree, start, end, EXTENT_NODATASUM, 1, NULL)) {  in btrfs_readpage_end_io_hook()
 7438 		ret = test_range_bit(io_tree, offset, range_end,  in can_nocow_extent()
 
 | 
| D | relocation.c | 2992 	if (test_range_bit(&rc->processed_blocks, bytenr,  in tree_block_processed()
 |