Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dscrub.c486 struct btrfs_full_stripe_locks_tree *locks_root, in insert_full_stripe_lock() argument
494 lockdep_assert_held(&locks_root->lock); in insert_full_stripe_lock()
496 p = &locks_root->root.rb_node; in insert_full_stripe_lock()
521 rb_insert_color(&ret->node, &locks_root->root); in insert_full_stripe_lock()
532 struct btrfs_full_stripe_locks_tree *locks_root, in search_full_stripe_lock() argument
538 lockdep_assert_held(&locks_root->lock); in search_full_stripe_lock()
540 node = locks_root->root.rb_node; in search_full_stripe_lock()
592 struct btrfs_full_stripe_locks_tree *locks_root; in lock_full_stripe() local
607 locks_root = &bg_cache->full_stripe_locks_root; in lock_full_stripe()
612 mutex_lock(&locks_root->lock); in lock_full_stripe()
[all …]