Lines Matching defs:trans

72 static inline int bch2_btree_delete_at_buffered(struct btree_trans *trans,  in bch2_btree_delete_at_buffered()
88 static inline int bch2_insert_snapshot_whiteouts(struct btree_trans *trans, in bch2_insert_snapshot_whiteouts()
112 static inline struct jset_entry *btree_trans_journal_entries_top(struct btree_trans *trans) in btree_trans_journal_entries_top()
118 bch2_trans_jset_entry_alloc(struct btree_trans *trans, unsigned u64s) in bch2_trans_jset_entry_alloc()
131 static inline int __must_check bch2_trans_update_buffered(struct btree_trans *trans, in bch2_trans_update_buffered()
176 static inline int bch2_trans_commit(struct btree_trans *trans, in bch2_trans_commit()
203 static inline void bch2_trans_reset_updates(struct btree_trans *trans) in bch2_trans_reset_updates()
214 static inline struct bkey_i *__bch2_bkey_make_mut_noupdate(struct btree_trans *trans, struct bkey_s… in __bch2_bkey_make_mut_noupdate()
237 static inline struct bkey_i *bch2_bkey_make_mut_noupdate(struct btree_trans *trans, struct bkey_s_c… in bch2_bkey_make_mut_noupdate()
246 static inline struct bkey_i *__bch2_bkey_make_mut(struct btree_trans *trans, struct btree_iter *ite… in __bch2_bkey_make_mut()
264 static inline struct bkey_i *bch2_bkey_make_mut(struct btree_trans *trans, struct btree_iter *iter, in bch2_bkey_make_mut()
274 static inline struct bkey_i *__bch2_bkey_get_mut_noupdate(struct btree_trans *trans, in __bch2_bkey_get_mut_noupdate()
289 static inline struct bkey_i *bch2_bkey_get_mut_noupdate(struct btree_trans *trans, in bch2_bkey_get_mut_noupdate()
297 static inline struct bkey_i *__bch2_bkey_get_mut(struct btree_trans *trans, in __bch2_bkey_get_mut()
318 static inline struct bkey_i *bch2_bkey_get_mut_minsize(struct btree_trans *trans, in bch2_bkey_get_mut_minsize()
326 static inline struct bkey_i *bch2_bkey_get_mut(struct btree_trans *trans, in bch2_bkey_get_mut()
339 static inline struct bkey_i *__bch2_bkey_alloc(struct btree_trans *trans, struct btree_iter *iter, in __bch2_bkey_alloc()