Home
last modified time | relevance | path

Searched refs:__try_lock_extent (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dextent-io-tree.h142 bool __try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end, u32 bits,
154 return __try_lock_extent(tree, start, end, EXTENT_LOCKED, cached); in try_lock_extent()
237 return __try_lock_extent(tree, start, end, EXTENT_DIO_LOCKED, cached); in try_lock_dio_extent()
H A Dextent-io-tree.c1832 bool __try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, in __try_lock_extent() function