Searched refs:btrfs_transaction (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | transaction.c | 47 void btrfs_put_transaction(struct btrfs_transaction *transaction)  in btrfs_put_transaction()80 static noinline void switch_commit_roots(struct btrfs_transaction *trans)  in switch_commit_roots()
 111 static inline void extwriter_counter_inc(struct btrfs_transaction *trans,  in extwriter_counter_inc()
 118 static inline void extwriter_counter_dec(struct btrfs_transaction *trans,  in extwriter_counter_dec()
 125 static inline void extwriter_counter_init(struct btrfs_transaction *trans,  in extwriter_counter_init()
 131 static inline int extwriter_counter_read(struct btrfs_transaction *trans)  in extwriter_counter_read()
 160 	struct btrfs_transaction *cur_trans;  in join_transaction()
 345 	struct btrfs_transaction *cur_trans = trans->transaction;  in btrfs_add_dropped_root()
 384 static inline int is_transaction_blocked(struct btrfs_transaction *trans)  in is_transaction_blocked()
 397 	struct btrfs_transaction *cur_trans;  in wait_current_trans()
 [all …]
 
 | 
| D | transaction.h | 28 struct btrfs_transaction {  struct114 	struct btrfs_transaction *transaction;
 226 void btrfs_put_transaction(struct btrfs_transaction *transaction);
 
 | 
| D | disk-io.h | 128 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *trans,130 void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans,
 
 | 
| D | volumes.h | 572 void btrfs_commit_device_sizes(struct btrfs_transaction *trans);
 | 
| D | disk-io.c | 55 static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans,1737 	struct btrfs_transaction *cur;  in transaction_kthread()
 4246 static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans,  in btrfs_destroy_delayed_refs()
 4456 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *cur_trans,  in btrfs_cleanup_dirty_bgs()
 4503 void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans,  in btrfs_cleanup_one_transaction()
 4539 	struct btrfs_transaction *t;  in btrfs_cleanup_transaction()
 4546 				     struct btrfs_transaction, list);  in btrfs_cleanup_transaction()
 
 | 
| D | block-group.c | 2307 	struct btrfs_transaction *cur_trans = trans->transaction;  in btrfs_setup_space_cache()2345 	struct btrfs_transaction *cur_trans = trans->transaction;  in btrfs_start_dirty_block_groups()
 2508 	struct btrfs_transaction *cur_trans = trans->transaction;  in btrfs_write_dirty_block_groups()
 
 | 
| D | ctree.h | 37 struct btrfs_transaction;604 	struct btrfs_transaction *running_transaction;
 
 | 
| D | extent-tree.c | 2249 	struct btrfs_transaction *cur_trans;  in check_delayed_ref()
 | 
| D | volumes.c | 7597 void btrfs_commit_device_sizes(struct btrfs_transaction *trans)  in btrfs_commit_device_sizes()
 |