Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Dlocking.c155 int btrfs_try_tree_read_lock(struct extent_buffer *eb) in btrfs_try_tree_read_lock() function
304 if (!btrfs_try_tree_read_lock(eb)) { in btrfs_try_read_lock_root_node()
Dlocking.h182 int btrfs_try_tree_read_lock(struct extent_buffer *eb);
Dctree.c2218 if (!btrfs_try_tree_read_lock(b)) { in btrfs_search_slot()
4944 ret = btrfs_try_tree_read_lock(next); in btrfs_next_old_leaf()
4989 if (!btrfs_try_tree_read_lock(next)) { in btrfs_next_old_leaf()
/linux-6.12.1/include/trace/events/
Dbtrfs.h2343 DEFINE_BTRFS_LOCK_EVENT(btrfs_try_tree_read_lock);