Searched refs:jset_entry_log (Results 1 – 4 of 4) sorted by relevance
840 struct jset_entry_log *l = container_of(e, struct jset_entry_log, entry); in bch2_trans_log_msg()866 struct jset_entry_log *l = (void *) &darray_top(c->journal.early_journal_entries); in __bch2_fs_log_msg()
1231 struct jset_entry_log { struct1236 static inline unsigned jset_entry_log_msg_bytes(struct jset_entry_log *l) in jset_entry_log_msg_bytes() argument1238 unsigned b = vstruct_bytes(&l->entry) - offsetof(struct jset_entry_log, d); in jset_entry_log_msg_bytes()
364 struct jset_entry_log *l = in journal_transaction_name()365 container_of(entry, struct jset_entry_log, entry); in journal_transaction_name()
745 struct jset_entry_log *l = container_of(entry, struct jset_entry_log, entry); in journal_entry_log_to_text()