Searched refs:locked_ref (Results 1 – 1 of 1) sorted by relevance
1916 struct btrfs_delayed_ref_head *locked_ref, in btrfs_run_delayed_refs_for_head() argument1928 lockdep_assert_held(&locked_ref->mutex); in btrfs_run_delayed_refs_for_head()1929 lockdep_assert_held(&locked_ref->lock); in btrfs_run_delayed_refs_for_head()1931 while ((ref = btrfs_select_delayed_ref(locked_ref))) { in btrfs_run_delayed_refs_for_head()1934 spin_unlock(&locked_ref->lock); in btrfs_run_delayed_refs_for_head()1935 btrfs_unselect_ref_head(delayed_refs, locked_ref); in btrfs_run_delayed_refs_for_head()1939 rb_erase_cached(&ref->ref_node, &locked_ref->ref_tree); in btrfs_run_delayed_refs_for_head()1950 locked_ref->ref_mod -= ref->ref_mod; in btrfs_run_delayed_refs_for_head()1953 locked_ref->ref_mod += ref->ref_mod; in btrfs_run_delayed_refs_for_head()1963 must_insert_reserved = locked_ref->must_insert_reserved; in btrfs_run_delayed_refs_for_head()[all …]