Searched refs:jset_entry_log (Results 1 – 4 of 4) sorted by relevance
843 struct jset_entry_log *l = container_of(e, struct jset_entry_log, entry); in bch2_trans_log_msg()882 struct jset_entry_log *l = (void *) &darray_top(c->journal.early_journal_entries); in __bch2_fs_log_msg()
1247 struct jset_entry_log { struct1252 static inline unsigned jset_entry_log_msg_bytes(struct jset_entry_log *l) in jset_entry_log_msg_bytes() argument1254 unsigned b = vstruct_bytes(&l->entry) - offsetof(struct jset_entry_log, d); in jset_entry_log_msg_bytes()
366 struct jset_entry_log *l = in journal_transaction_name()367 container_of(entry, struct jset_entry_log, entry); in journal_transaction_name()
746 struct jset_entry_log *l = container_of(entry, struct jset_entry_log, entry); in journal_entry_log_to_text()