Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dlocking.c155 int btrfs_try_tree_read_lock(struct extent_buffer *eb) in btrfs_try_tree_read_lock() function
289 if (!btrfs_try_tree_read_lock(eb)) { in btrfs_try_read_lock_root_node()
Dlocking.h192 int btrfs_try_tree_read_lock(struct extent_buffer *eb);
Dctree.c2190 if (!btrfs_try_tree_read_lock(b)) { in btrfs_search_slot()
4916 ret = btrfs_try_tree_read_lock(next); in btrfs_next_old_leaf()
4960 if (!btrfs_try_tree_read_lock(next)) { in btrfs_next_old_leaf()
/linux-6.14.4/include/trace/events/
Dbtrfs.h2347 DEFINE_BTRFS_LOCK_EVENT(btrfs_try_tree_read_lock);