Lines Matching defs:btrfs_trans_handle

136 struct btrfs_trans_handle {
167 * This accepts btrfs_transaction and btrfs_trans_handle as types. Once it's
191 static inline void btrfs_set_inode_last_trans(struct btrfs_trans_handle *trans,
205 static inline void btrfs_set_skip_qgroup(struct btrfs_trans_handle *trans,
215 static inline void btrfs_clear_skip_qgroup(struct btrfs_trans_handle *trans)
252 int btrfs_end_transaction(struct btrfs_trans_handle *trans);
253 struct btrfs_trans_handle *btrfs_start_transaction(struct btrfs_root *root,
255 struct btrfs_trans_handle *btrfs_start_transaction_fallback_global_rsv(
258 struct btrfs_trans_handle *btrfs_join_transaction(struct btrfs_root *root);
259 struct btrfs_trans_handle *btrfs_join_transaction_spacecache(struct btrfs_root *root);
260 struct btrfs_trans_handle *btrfs_join_transaction_nostart(struct btrfs_root *root);
261 struct btrfs_trans_handle *btrfs_attach_transaction(struct btrfs_root *root);
262 struct btrfs_trans_handle *btrfs_attach_transaction_barrier(
269 int btrfs_commit_transaction(struct btrfs_trans_handle *trans);
270 void btrfs_commit_transaction_async(struct btrfs_trans_handle *trans);
271 int btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans);
272 bool btrfs_should_end_transaction(struct btrfs_trans_handle *trans);
274 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans,
281 void btrfs_add_dropped_root(struct btrfs_trans_handle *trans,
283 void btrfs_trans_release_chunk_metadata(struct btrfs_trans_handle *trans);
284 void __cold __btrfs_abort_transaction(struct btrfs_trans_handle *trans,