Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_update.c840 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()
H A Dbcachefs_format.h1231 struct jset_entry_log { struct
1236 static inline unsigned jset_entry_log_msg_bytes(struct jset_entry_log *l) in jset_entry_log_msg_bytes() argument
1238 unsigned b = vstruct_bytes(&l->entry) - offsetof(struct jset_entry_log, d); in jset_entry_log_msg_bytes()
H A Dbtree_trans_commit.c364 struct jset_entry_log *l = in journal_transaction_name()
365 container_of(entry, struct jset_entry_log, entry); in journal_transaction_name()
H A Djournal_io.c745 struct jset_entry_log *l = container_of(entry, struct jset_entry_log, entry); in journal_entry_log_to_text()