Lines Matching defs:btrfs_trans_handle
121 struct btrfs_trans_handle {
149 * This accepts btrfs_transaction and btrfs_trans_handle as types. Once it's
173 static inline void btrfs_set_inode_last_trans(struct btrfs_trans_handle *trans,
187 static inline void btrfs_set_skip_qgroup(struct btrfs_trans_handle *trans,
197 static inline void btrfs_clear_skip_qgroup(struct btrfs_trans_handle *trans)
234 int btrfs_end_transaction(struct btrfs_trans_handle *trans);
235 struct btrfs_trans_handle *btrfs_start_transaction(struct btrfs_root *root,
237 struct btrfs_trans_handle *btrfs_start_transaction_fallback_global_rsv(
240 struct btrfs_trans_handle *btrfs_join_transaction(struct btrfs_root *root);
241 struct btrfs_trans_handle *btrfs_join_transaction_spacecache(struct btrfs_root *root);
242 struct btrfs_trans_handle *btrfs_join_transaction_nostart(struct btrfs_root *root);
243 struct btrfs_trans_handle *btrfs_attach_transaction(struct btrfs_root *root);
244 struct btrfs_trans_handle *btrfs_attach_transaction_barrier(
252 int btrfs_commit_transaction(struct btrfs_trans_handle *trans);
253 void btrfs_commit_transaction_async(struct btrfs_trans_handle *trans);
254 int btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans);
255 bool btrfs_should_end_transaction(struct btrfs_trans_handle *trans);
257 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans,
265 void btrfs_add_dropped_root(struct btrfs_trans_handle *trans,
267 void btrfs_trans_release_chunk_metadata(struct btrfs_trans_handle *trans);
268 void __cold __btrfs_abort_transaction(struct btrfs_trans_handle *trans,