Lines Matching defs:trans
70 static inline int bch2_btree_delete_at_buffered(struct btree_trans *trans, in bch2_btree_delete_at_buffered()
86 static inline int bch2_insert_snapshot_whiteouts(struct btree_trans *trans, in bch2_insert_snapshot_whiteouts()
110 static inline struct jset_entry *btree_trans_journal_entries_top(struct btree_trans *trans) in btree_trans_journal_entries_top()
116 bch2_trans_jset_entry_alloc(struct btree_trans *trans, unsigned u64s) in bch2_trans_jset_entry_alloc()
132 static inline int __must_check bch2_trans_update_buffered(struct btree_trans *trans, in bch2_trans_update_buffered()
183 static inline int bch2_trans_commit(struct btree_trans *trans, in bch2_trans_commit()
210 static inline void bch2_trans_reset_updates(struct btree_trans *trans) in bch2_trans_reset_updates()
221 static inline struct bkey_i *__bch2_bkey_make_mut_noupdate(struct btree_trans *trans, struct bkey_s… in __bch2_bkey_make_mut_noupdate()
244 static inline struct bkey_i *bch2_bkey_make_mut_noupdate(struct btree_trans *trans, struct bkey_s_c… in bch2_bkey_make_mut_noupdate()
253 static inline struct bkey_i *__bch2_bkey_make_mut(struct btree_trans *trans, struct btree_iter *ite… in __bch2_bkey_make_mut()
272 static inline struct bkey_i *bch2_bkey_make_mut(struct btree_trans *trans, in bch2_bkey_make_mut()
283 static inline struct bkey_i *__bch2_bkey_get_mut_noupdate(struct btree_trans *trans, in __bch2_bkey_get_mut_noupdate()
299 static inline struct bkey_i *bch2_bkey_get_mut_noupdate(struct btree_trans *trans, in bch2_bkey_get_mut_noupdate()
307 static inline struct bkey_i *__bch2_bkey_get_mut(struct btree_trans *trans, in __bch2_bkey_get_mut()
329 static inline struct bkey_i *bch2_bkey_get_mut_minsize(struct btree_trans *trans, in bch2_bkey_get_mut_minsize()
338 static inline struct bkey_i *bch2_bkey_get_mut(struct btree_trans *trans, in bch2_bkey_get_mut()
351 static inline struct bkey_i *__bch2_bkey_alloc(struct btree_trans *trans, struct btree_iter *iter, in __bch2_bkey_alloc()