Searched refs:try_lock_extent (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-io-tree.h | 122 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end,
|
H A D | ordered-data.c | 1135 if (!try_lock_extent(&inode->io_tree, start, end, cached_state)) in btrfs_try_lock_ordered_range()
|
H A D | extent-io-tree.c | 1720 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end, in try_lock_extent() function
|
H A D | relocation.c | 1134 ret = try_lock_extent(&BTRFS_I(inode)->io_tree, in replace_file_extents()
|
H A D | file.c | 995 if (!try_lock_extent(&inode->io_tree, start_pos, last_pos, in lock_and_cleanup_extent_if_need()
|
H A D | inode.c | 7164 if (!try_lock_extent(io_tree, lockstart, lockend, in lock_extent_direct()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent-io-tree.h | 101 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end);
|
H A D | file.c | 1493 if (!try_lock_extent(&inode->io_tree, lockstart, lockend)) in check_can_nocow()
|
H A D | relocation.c | 1111 ret = try_lock_extent(&BTRFS_I(inode)->io_tree, in replace_file_extents()
|
H A D | extent_io.c | 1475 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in try_lock_extent() function
|
Completed in 41 milliseconds