Searched refs:journal_entry_init (Results 1 – 2 of 2) sorted by relevance
/linux/fs/bcachefs/ |
H A D | journal.h | 199 static inline unsigned journal_entry_init(struct jset_entry *entry, unsigned type, in journal_entry_init() function 217 unsigned ret = journal_entry_init(entry, type, id, level, u64s); in journal_entry_set() 229 unsigned actual = journal_entry_init(entry, type, id, level, u64s); in bch2_journal_add_entry()
|
H A D | btree_update.c | 841 journal_entry_init(e, BCH_JSET_ENTRY_log, 0, 1, u64s); in bch2_trans_log_msg() 867 journal_entry_init(&l->entry, BCH_JSET_ENTRY_log, 0, 1, u64s); in __bch2_fs_log_msg()
|