Home
last modified time | relevance | path

Searched refs:bch2_trans_log_msg (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbtree_update.h172 int bch2_trans_log_msg(struct btree_trans *, struct printbuf *);
H A Dbtree_update.c829 int bch2_trans_log_msg(struct btree_trans *trans, struct printbuf *buf) in bch2_trans_log_msg() function
888 bch2_trans_log_msg(trans, &buf)); in __bch2_fs_log_msg()
H A Ddata_update.c386 ret = bch2_trans_log_msg(trans, &journal_msg) ?: in __bch2_data_update_index_update()
H A Dsnapshot.c1582 ret = commit_do(trans, NULL, NULL, 0, bch2_trans_log_msg(trans, &buf)); in bch2_delete_dead_snapshots()