Searched refs:try_lock_extent (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | extent-io-tree.h | 109 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end);
|
D | ordered-data.c | 1076 if (!try_lock_extent(&inode->io_tree, start, end)) in btrfs_try_lock_ordered_range()
|
D | extent-io-tree.c | 1624 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in try_lock_extent() function
|
D | file.c | 1311 if (!try_lock_extent(&inode->io_tree, start_pos, last_pos)) { in lock_and_cleanup_extent_if_need()
|
D | relocation.c | 1122 ret = try_lock_extent(&BTRFS_I(inode)->io_tree, in replace_file_extents()
|
D | extent_io.c | 4971 if (!try_lock_extent(io_tree, eb->start, eb->start + eb->len - 1)) in read_extent_buffer_subpage()
|
D | inode.c | 7258 if (!try_lock_extent(io_tree, lockstart, lockend)) in lock_extent_direct()
|