Searched refs:test_range_bit (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | extent_io.h | 286 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end,
|
D | extent_io.c | 1634 ret = test_range_bit(tree, delalloc_start, delalloc_end, in find_lock_delalloc_range() 1867 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, in test_range_bit() function 1925 if (test_range_bit(tree, start, end, EXTENT_UPTODATE, 1, NULL)) in check_page_uptodate() 3033 if (test_range_bit(tree, cur, cur_end, in __do_readpage() 4194 if (test_range_bit(tree, start, end, in try_release_extent_state() 4248 if (!test_range_bit(tree, em->start, in try_release_extent_mapping()
|
D | inode.c | 1572 test_range_bit(&BTRFS_I(inode)->io_tree, start, end, in need_force_cow() 3005 ret = test_range_bit(io_tree, ordered_extent->file_offset, in btrfs_finish_ordered_io() 3238 test_range_bit(io_tree, start, end, EXTENT_NODATASUM, 1, NULL)) { in btrfs_readpage_end_io_hook() 7295 ret = test_range_bit(io_tree, offset, range_end, in can_nocow_extent()
|
D | relocation.c | 2894 if (test_range_bit(&rc->processed_blocks, bytenr, in tree_block_processed()
|
D | ioctl.c | 3262 !test_range_bit(&BTRFS_I(inode)->io_tree, off, in lock_extent_range()
|