Searched refs:try_lock_extent (Results 1 – 6 of 6) sorted by relevance
/linux/fs/btrfs/ |
H A D | extent-io-tree.h | 151 static inline bool try_lock_extent(struct extent_io_tree *tree, u64 start, in try_lock_extent() function
|
H A D | direct-io.c | 53 if (!try_lock_extent(io_tree, lockstart, lockend, in lock_extent_direct()
|
H A D | ordered-data.c | 1194 if (!try_lock_extent(&inode->io_tree, start, end, cached_state)) in btrfs_try_lock_ordered_range()
|
H A D | file.c | 927 if (!try_lock_extent(&inode->io_tree, start_pos, last_pos, in lock_and_cleanup_extent_if_need()
|
H A D | relocation.c | 913 ret = try_lock_extent(&inode->io_tree, key.offset, in replace_file_extents()
|
H A D | inode.c | 9354 if (!try_lock_extent(io_tree, start, lockend, cached_state)) { in btrfs_encoded_read()
|