Home
last modified time | relevance | path

Searched refs:btrfs_try_tree_read_lock (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/btrfs/
Dlocking.c150 int btrfs_try_tree_read_lock(struct extent_buffer *eb) in btrfs_try_tree_read_lock() function
303 if (!btrfs_try_tree_read_lock(eb)) { in btrfs_try_read_lock_root_node()
Dlocking.h169 int btrfs_try_tree_read_lock(struct extent_buffer *eb);
Dctree.c2333 if (!btrfs_try_tree_read_lock(b)) { in btrfs_search_slot()
5049 ret = btrfs_try_tree_read_lock(next); in btrfs_next_old_leaf()
5094 if (!btrfs_try_tree_read_lock(next)) { in btrfs_next_old_leaf()
/linux-6.6.21/include/trace/events/
Dbtrfs.h2390 DEFINE_BTRFS_LOCK_EVENT(btrfs_try_tree_read_lock);