Searched refs:btrfs_transaction (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | transaction.c | 118 void btrfs_put_transaction(struct btrfs_transaction *transaction) in btrfs_put_transaction() 155 struct btrfs_transaction *cur_trans = trans->transaction; in switch_commit_roots() 226 static inline void extwriter_counter_inc(struct btrfs_transaction *trans, in extwriter_counter_inc() 233 static inline void extwriter_counter_dec(struct btrfs_transaction *trans, in extwriter_counter_dec() 240 static inline void extwriter_counter_init(struct btrfs_transaction *trans, in extwriter_counter_init() 246 static inline int extwriter_counter_read(struct btrfs_transaction *trans) in extwriter_counter_read() 275 struct btrfs_transaction *cur_trans; in join_transaction() 464 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_add_dropped_root() 503 static inline int is_transaction_blocked(struct btrfs_transaction *trans) in is_transaction_blocked() 516 struct btrfs_transaction *cur_trans; in wait_current_trans() [all …]
|
| H A D | transaction.h | 27 struct btrfs_transaction { struct 122 struct btrfs_transaction *transaction; 231 void btrfs_put_transaction(struct btrfs_transaction *transaction);
|
| H A D | disk-io.h | 125 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *trans, 127 void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans,
|
| H A D | qgroup.h | 430 void btrfs_qgroup_destroy_extent_records(struct btrfs_transaction *trans);
|
| H A D | volumes.h | 570 void btrfs_commit_device_sizes(struct btrfs_transaction *trans);
|
| H A D | disk-io.c | 55 static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans, 1784 struct btrfs_transaction *cur; in transaction_kthread() 4415 static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans, in btrfs_destroy_delayed_refs() 4635 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *cur_trans, in btrfs_cleanup_dirty_bgs() 4682 void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans, in btrfs_cleanup_one_transaction() 4716 struct btrfs_transaction *t; in btrfs_cleanup_transaction() 4723 struct btrfs_transaction, list); in btrfs_cleanup_transaction()
|
| H A D | block-group.c | 1293 struct btrfs_transaction *prev_trans = NULL; in clean_pinned_extents() 1301 struct btrfs_transaction, list); in clean_pinned_extents() 2529 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_setup_space_cache() 2567 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_start_dirty_block_groups() 2733 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_write_dirty_block_groups()
|
| H A D | ordered-data.c | 503 struct btrfs_transaction *trans; in btrfs_remove_ordered_extent()
|
| H A D | ctree.h | 39 struct btrfs_transaction; 661 struct btrfs_transaction *running_transaction;
|
| H A D | qgroup.c | 4348 void btrfs_qgroup_destroy_extent_records(struct btrfs_transaction *trans) in btrfs_qgroup_destroy_extent_records()
|
| H A D | extent-tree.c | 2209 struct btrfs_transaction *cur_trans; in check_delayed_ref()
|
| H A D | volumes.c | 7552 void btrfs_commit_device_sizes(struct btrfs_transaction *trans) in btrfs_commit_device_sizes()
|