Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.c120 WARN_ON(refcount_read(&transaction->use_count) == 0); in btrfs_put_transaction()
121 if (refcount_dec_and_test(&transaction->use_count)) { in btrfs_put_transaction()
295 refcount_inc(&cur_trans->use_count); in join_transaction()
347 refcount_set(&cur_trans->use_count, 2); in join_transaction()
522 refcount_inc(&cur_trans->use_count); in wait_current_trans()
582 refcount_inc(&h->use_count); in start_transaction()
583 WARN_ON(refcount_read(&h->use_count) > 2); in start_transaction()
690 refcount_set(&h->use_count, 1); in start_transaction()
856 refcount_inc(&cur_trans->use_count); in btrfs_wait_for_commit()
885 refcount_inc(&cur_trans->use_count); in btrfs_wait_for_commit()
[all …]
Dtransaction.h40 refcount_t use_count; member
125 refcount_t use_count; member
Dordered-data.c514 refcount_inc(&trans->use_count); in btrfs_remove_ordered_extent()
Dblock-group.c1309 refcount_inc(&prev_trans->use_count); in clean_pinned_extents()
Ddisk-io.c4760 refcount_inc(&t->use_count); in btrfs_cleanup_transaction()
Dextent-tree.c2225 refcount_inc(&cur_trans->use_count); in check_delayed_ref()