Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dlocking.c148 int btrfs_try_tree_read_lock(struct extent_buffer *eb) in btrfs_try_tree_read_lock() function
301 if (!btrfs_try_tree_read_lock(eb)) { in btrfs_try_read_lock_root_node()
Dlocking.h93 int btrfs_try_tree_read_lock(struct extent_buffer *eb);
Dctree.c2127 if (!btrfs_try_tree_read_lock(b)) { in btrfs_search_slot()
4783 ret = btrfs_try_tree_read_lock(next); in btrfs_next_old_leaf()
4828 if (!btrfs_try_tree_read_lock(next)) { in btrfs_next_old_leaf()
/linux-6.1.9/include/trace/events/
Dbtrfs.h2282 DEFINE_BTRFS_LOCK_EVENT(btrfs_try_tree_read_lock);