Searched refs:btrfs_transaction (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | transaction.c | 42 void btrfs_put_transaction(struct btrfs_transaction *transaction) in btrfs_put_transaction() 110 static noinline void switch_commit_roots(struct btrfs_transaction *trans) in switch_commit_roots() 140 static inline void extwriter_counter_inc(struct btrfs_transaction *trans, in extwriter_counter_inc() 147 static inline void extwriter_counter_dec(struct btrfs_transaction *trans, in extwriter_counter_dec() 154 static inline void extwriter_counter_init(struct btrfs_transaction *trans, in extwriter_counter_init() 160 static inline int extwriter_counter_read(struct btrfs_transaction *trans) in extwriter_counter_read() 171 struct btrfs_transaction *cur_trans; in join_transaction() 359 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_add_dropped_root() 398 static inline int is_transaction_blocked(struct btrfs_transaction *trans) in is_transaction_blocked() 411 struct btrfs_transaction *cur_trans; in wait_current_trans() [all …]
|
D | transaction.h | 28 struct btrfs_transaction { struct 115 struct btrfs_transaction *transaction; 227 void btrfs_put_transaction(struct btrfs_transaction *transaction);
|
D | disk-io.h | 132 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *trans, 134 void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans,
|
D | volumes.h | 443 int find_free_dev_extent_start(struct btrfs_transaction *transaction, 551 void btrfs_update_commit_device_bytes_used(struct btrfs_transaction *trans);
|
D | disk-io.c | 56 static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans, 1762 struct btrfs_transaction *cur; in transaction_kthread() 4190 static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans, in btrfs_destroy_delayed_refs() 4398 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *cur_trans, in btrfs_cleanup_dirty_bgs() 4444 void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans, in btrfs_cleanup_one_transaction() 4473 struct btrfs_transaction *t; in btrfs_cleanup_transaction() 4480 struct btrfs_transaction, list); in btrfs_cleanup_transaction()
|
D | ordered-data.c | 489 struct btrfs_transaction *trans; in btrfs_remove_ordered_extent()
|
D | ctree.h | 36 struct btrfs_transaction; 826 struct btrfs_transaction *running_transaction;
|
D | extent-tree.c | 2999 struct btrfs_transaction *cur_trans; in check_delayed_ref() 3481 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_setup_space_cache() 3519 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_start_dirty_block_groups() 3682 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_write_dirty_block_groups() 10785 struct btrfs_transaction *trans; in btrfs_trim_free_extents()
|
D | volumes.c | 1260 static int contains_pending_extent(struct btrfs_transaction *transaction, in contains_pending_extent() 1336 int find_free_dev_extent_start(struct btrfs_transaction *transaction, in find_free_dev_extent_start() 7298 void btrfs_update_commit_device_bytes_used(struct btrfs_transaction *trans) in btrfs_update_commit_device_bytes_used()
|