Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dtransaction.c139 void btrfs_put_transaction(struct btrfs_transaction *transaction) in btrfs_put_transaction()
180 struct btrfs_transaction *cur_trans = trans->transaction; in switch_commit_roots()
220 static inline void extwriter_counter_inc(struct btrfs_transaction *trans, in extwriter_counter_inc()
227 static inline void extwriter_counter_dec(struct btrfs_transaction *trans, in extwriter_counter_dec()
234 static inline void extwriter_counter_init(struct btrfs_transaction *trans, in extwriter_counter_init()
240 static inline int extwriter_counter_read(struct btrfs_transaction *trans) in extwriter_counter_read()
270 struct btrfs_transaction *cur_trans; in join_transaction()
470 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_add_dropped_root()
510 static inline int is_transaction_blocked(struct btrfs_transaction *trans) in is_transaction_blocked()
523 struct btrfs_transaction *cur_trans; in wait_current_trans()
[all …]
Ddisk-io.h23 struct btrfs_transaction;
124 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *trans,
126 void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans);
Dtransaction.h54 struct btrfs_transaction { struct
149 struct btrfs_transaction *transaction;
301 void btrfs_put_transaction(struct btrfs_transaction *transaction);
Ddelayed-ref.h420 void btrfs_destroy_delayed_refs(struct btrfs_transaction *trans);
Dfs.h43 struct btrfs_transaction;
499 struct btrfs_transaction *running_transaction;
Dqgroup.h449 void btrfs_qgroup_destroy_extent_records(struct btrfs_transaction *trans);
Ddisk-io.c1563 struct btrfs_transaction *cur; in transaction_kthread()
4237 struct btrfs_transaction *trans; in warn_about_uncommitted_trans()
4238 struct btrfs_transaction *tmp; in warn_about_uncommitted_trans()
4761 void btrfs_cleanup_dirty_bgs(struct btrfs_transaction *cur_trans, in btrfs_cleanup_dirty_bgs()
4834 void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans) in btrfs_cleanup_one_transaction()
4866 struct btrfs_transaction *t; in btrfs_cleanup_transaction()
4873 struct btrfs_transaction, list); in btrfs_cleanup_transaction()
Dvolumes.h846 void btrfs_commit_device_sizes(struct btrfs_transaction *trans);
Dblock-group.c1418 struct btrfs_transaction *prev_trans = NULL; in clean_pinned_extents()
1426 struct btrfs_transaction, list); in clean_pinned_extents()
3336 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_setup_space_cache()
3374 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_start_dirty_block_groups()
3540 struct btrfs_transaction *cur_trans = trans->transaction; in btrfs_write_dirty_block_groups()
Dordered-data.c685 struct btrfs_transaction *trans; in btrfs_remove_ordered_extent()
Ddelayed-ref.c1253 void btrfs_destroy_delayed_refs(struct btrfs_transaction *trans) in btrfs_destroy_delayed_refs()
Dqgroup.c4879 void btrfs_qgroup_destroy_extent_records(struct btrfs_transaction *trans) in btrfs_qgroup_destroy_extent_records()
Dextent-tree.c2210 struct btrfs_transaction *cur_trans; in check_delayed_ref()
Dvolumes.c7924 void btrfs_commit_device_sizes(struct btrfs_transaction *trans) in btrfs_commit_device_sizes()
/linux-6.14.4/fs/btrfs/tests/
Dbtrfs-tests.h37 struct btrfs_transaction;
57 void btrfs_init_dummy_transaction(struct btrfs_transaction *trans, struct btrfs_fs_info *fs_info);
Dbtrfs-tests.c256 void btrfs_init_dummy_transaction(struct btrfs_transaction *trans, struct btrfs_fs_info *fs_info) in btrfs_init_dummy_transaction()
Ddelayed-refs-tests.c976 struct btrfs_transaction *transaction; in btrfs_test_delayed_refs()