Searched refs:btrfs_try_lock_extent (Results 1 – 5 of 5) sorted by relevance
/linux/fs/btrfs/ |
H A D | extent-io-tree.h | 155 static inline bool btrfs_try_lock_extent(struct extent_io_tree *tree, u64 start, in btrfs_try_lock_extent() function
|
H A D | ordered-data.c | 1218 if (!btrfs_try_lock_extent(&inode->io_tree, start, end, cached_state)) in btrfs_try_lock_ordered_range()
|
H A D | file.c | 918 if (!btrfs_try_lock_extent(&inode->io_tree, start_pos, in lock_and_cleanup_extent_if_need()
|
H A D | relocation.c | 941 ret = btrfs_try_lock_extent(&inode->io_tree, key.offset, in replace_file_extents()
|
H A D | inode.c | 9543 if (!btrfs_try_lock_extent(io_tree, start, lockend, cached_state)) { in btrfs_encoded_read()
|