Searched refs:journal_entry_init (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/bcachefs/ |
| 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()
|
| A D | btree_update.h | 155 journal_entry_init(e, BCH_JSET_ENTRY_write_buffer_keys, btree, 0, k->k.u64s); in bch2_trans_update_buffered()
|
| A D | btree_update.c | 838 journal_entry_init(e, BCH_JSET_ENTRY_log, 0, 1, u64s); in __bch2_trans_log_msg() 864 journal_entry_init(&l->entry, BCH_JSET_ENTRY_log, 0, 1, u64s); in __bch2_fs_log_msg()
|
Completed in 9 milliseconds