Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_update.c843 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()
H A Dbcachefs_format.h1247 struct jset_entry_log { struct
1252 static inline unsigned jset_entry_log_msg_bytes(struct jset_entry_log *l) in jset_entry_log_msg_bytes() argument
1254 unsigned b = vstruct_bytes(&l->entry) - offsetof(struct jset_entry_log, d); in jset_entry_log_msg_bytes()
H A Dbtree_trans_commit.c366 struct jset_entry_log *l = in journal_transaction_name()
367 container_of(entry, struct jset_entry_log, entry); in journal_transaction_name()
H A Djournal_io.c746 struct jset_entry_log *l = container_of(entry, struct jset_entry_log, entry); in journal_entry_log_to_text()