Home
last modified time | relevance | path

Searched refs:btrfs_transaction (Results 1 – 13 of 13) sorted by relevance

/linux/fs/btrfs/
H A Ddisk-io.h25 struct btrfs_transaction;
124 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *trans,
126 void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans);
H A Dtransaction.c142 void btrfs_put_transaction(struct btrfs_transaction *transaction) in btrfs_put_transaction()
182 struct btrfs_transaction *cur_trans = trans->transaction; in switch_commit_roots()
223 static inline void extwriter_counter_inc(struct btrfs_transaction *trans, in extwriter_counter_inc()
230 static inline void extwriter_counter_dec(struct btrfs_transaction *trans, in extwriter_counter_dec()
237 static inline void extwriter_counter_init(struct btrfs_transaction *trans, in extwriter_counter_init()
243 static inline int extwriter_counter_read(struct btrfs_transaction *trans) in extwriter_counter_read()
273 struct btrfs_transaction *cur_trans; in join_transaction()
474 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_add_dropped_root()
514 static inline int is_transaction_blocked(struct btrfs_transaction *trans) in is_transaction_blocked()
527 struct btrfs_transaction *cur_trans; in wait_current_trans()
[all …]
H A Dtransaction.h52 struct btrfs_transaction { struct
159 struct btrfs_transaction *transaction;
337 void btrfs_put_transaction(struct btrfs_transaction *transaction);
H A Ddelayed-ref.h422 void btrfs_destroy_delayed_refs(struct btrfs_transaction *trans);
H A Dvolumes.h32 struct btrfs_transaction;
905 void btrfs_commit_device_sizes(struct btrfs_transaction *trans);
H A Dfs.h47 struct btrfs_transaction;
601 struct btrfs_transaction *running_transaction;
H A Ddisk-io.c1536 struct btrfs_transaction *cur; in transaction_kthread()
4288 struct btrfs_transaction *trans; in warn_about_uncommitted_trans()
4289 struct btrfs_transaction *tmp; in warn_about_uncommitted_trans()
4883 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *cur_trans, in btrfs_cleanup_dirty_bgs()
4956 void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans) in btrfs_cleanup_one_transaction()
4988 struct btrfs_transaction *t; in btrfs_cleanup_transaction()
4995 struct btrfs_transaction, list); in btrfs_cleanup_transaction()
H A Dblock-group.c1511 struct btrfs_transaction *prev_trans = NULL; in clean_pinned_extents()
3542 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_setup_space_cache()
3579 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_start_dirty_block_groups()
3744 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_write_dirty_block_groups()
H A Dqgroup.c4924 void btrfs_qgroup_destroy_extent_records(struct btrfs_transaction *trans) in btrfs_qgroup_destroy_extent_records()
H A Dextent-tree.c2298 struct btrfs_transaction *cur_trans; in check_delayed_ref()
H A Dvolumes.c8562 void btrfs_commit_device_sizes(struct btrfs_transaction *trans) in btrfs_commit_device_sizes()
/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c976 struct btrfs_transaction *transaction; in btrfs_test_delayed_refs()
/linux/include/trace/events/
H A Dbtrfs.h35 struct btrfs_transaction;
213 TP_PROTO(const struct btrfs_transaction *trans),