Lines Matching defs:trans
67 static inline int bch2_btree_delete_at_buffered(struct btree_trans *trans, in bch2_btree_delete_at_buffered()
83 static inline int bch2_insert_snapshot_whiteouts(struct btree_trans *trans, in bch2_insert_snapshot_whiteouts()
107 static inline struct jset_entry *btree_trans_journal_entries_top(struct btree_trans *trans) in btree_trans_journal_entries_top()
113 bch2_trans_jset_entry_alloc(struct btree_trans *trans, unsigned u64s) in bch2_trans_jset_entry_alloc()
126 static inline int __must_check bch2_trans_update_buffered(struct btree_trans *trans, in bch2_trans_update_buffered()
159 static inline int bch2_trans_commit(struct btree_trans *trans, in bch2_trans_commit()
194 static inline void bch2_trans_reset_updates(struct btree_trans *trans) in bch2_trans_reset_updates()
213 static inline struct bkey_i *__bch2_bkey_make_mut_noupdate(struct btree_trans *trans, struct bkey_s… in __bch2_bkey_make_mut_noupdate()
235 static inline struct bkey_i *bch2_bkey_make_mut_noupdate(struct btree_trans *trans, struct bkey_s_c… in bch2_bkey_make_mut_noupdate()
244 static inline struct bkey_i *__bch2_bkey_make_mut(struct btree_trans *trans, struct btree_iter *ite… in __bch2_bkey_make_mut()
262 static inline struct bkey_i *bch2_bkey_make_mut(struct btree_trans *trans, struct btree_iter *iter, in bch2_bkey_make_mut()
272 static inline struct bkey_i *__bch2_bkey_get_mut_noupdate(struct btree_trans *trans, in __bch2_bkey_get_mut_noupdate()
287 static inline struct bkey_i *bch2_bkey_get_mut_noupdate(struct btree_trans *trans, in bch2_bkey_get_mut_noupdate()
295 static inline struct bkey_i *__bch2_bkey_get_mut(struct btree_trans *trans, in __bch2_bkey_get_mut()
316 static inline struct bkey_i *bch2_bkey_get_mut_minsize(struct btree_trans *trans, in bch2_bkey_get_mut_minsize()
324 static inline struct bkey_i *bch2_bkey_get_mut(struct btree_trans *trans, in bch2_bkey_get_mut()
337 static inline struct bkey_i *__bch2_bkey_alloc(struct btree_trans *trans, struct btree_iter *iter, in __bch2_bkey_alloc()