Searched refs:btrfs_transaction (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | transaction.c | 123 void btrfs_put_transaction(struct btrfs_transaction *transaction) in btrfs_put_transaction() 160 struct btrfs_transaction *cur_trans = trans->transaction; in switch_commit_roots() 231 static inline void extwriter_counter_inc(struct btrfs_transaction *trans, in extwriter_counter_inc() 238 static inline void extwriter_counter_dec(struct btrfs_transaction *trans, in extwriter_counter_dec() 245 static inline void extwriter_counter_init(struct btrfs_transaction *trans, in extwriter_counter_init() 251 static inline int extwriter_counter_read(struct btrfs_transaction *trans) in extwriter_counter_read() 281 struct btrfs_transaction *cur_trans; in join_transaction() 473 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_add_dropped_root() 513 static inline int is_transaction_blocked(struct btrfs_transaction *trans) in is_transaction_blocked() 526 struct btrfs_transaction *cur_trans; in wait_current_trans() [all …]
|
D | zoned.h | 52 void btrfs_redirty_list_add(struct btrfs_transaction *trans, 54 void btrfs_free_redirty_list(struct btrfs_transaction *trans); 152 static inline void btrfs_redirty_list_add(struct btrfs_transaction *trans, in btrfs_redirty_list_add() 154 static inline void btrfs_free_redirty_list(struct btrfs_transaction *trans) { } in btrfs_free_redirty_list()
|
D | transaction.h | 28 struct btrfs_transaction { struct 123 struct btrfs_transaction *transaction; 231 void btrfs_put_transaction(struct btrfs_transaction *transaction);
|
D | disk-io.h | 129 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *trans, 131 void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans,
|
D | qgroup.h | 430 void btrfs_qgroup_destroy_extent_records(struct btrfs_transaction *trans);
|
D | volumes.h | 570 void btrfs_commit_device_sizes(struct btrfs_transaction *trans);
|
D | disk-io.c | 56 static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans, 1910 struct btrfs_transaction *cur; in transaction_kthread() 4626 static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans, in btrfs_destroy_delayed_refs() 4843 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *cur_trans, in btrfs_cleanup_dirty_bgs() 4890 void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans, in btrfs_cleanup_one_transaction() 4926 struct btrfs_transaction *t; in btrfs_cleanup_transaction() 4933 struct btrfs_transaction, list); in btrfs_cleanup_transaction()
|
D | block-group.c | 1232 struct btrfs_transaction *prev_trans = NULL; in clean_pinned_extents() 1240 struct btrfs_transaction, list); in clean_pinned_extents() 2817 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_setup_space_cache() 2855 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_start_dirty_block_groups() 3023 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_write_dirty_block_groups()
|
D | zoned.c | 1259 void btrfs_redirty_list_add(struct btrfs_transaction *trans, in btrfs_redirty_list_add() 1281 void btrfs_free_redirty_list(struct btrfs_transaction *trans) in btrfs_free_redirty_list()
|
D | ordered-data.c | 574 struct btrfs_transaction *trans; in btrfs_remove_ordered_extent()
|
D | ctree.h | 39 struct btrfs_transaction; 692 struct btrfs_transaction *running_transaction;
|
D | qgroup.c | 4263 void btrfs_qgroup_destroy_extent_records(struct btrfs_transaction *trans) in btrfs_qgroup_destroy_extent_records()
|
D | extent-tree.c | 2211 struct btrfs_transaction *cur_trans; in check_delayed_ref()
|
D | volumes.c | 7885 void btrfs_commit_device_sizes(struct btrfs_transaction *trans) in btrfs_commit_device_sizes()
|