Home
last modified time | relevance | path

Searched refs:jset_entry_clock (Results 1 – 5 of 5) sorted by relevance

/linux/fs/bcachefs/
H A Dsb-clean.c202 struct jset_entry_clock *clock = in bch2_journal_super_entries_add_common()
204 struct jset_entry_clock, entry); in bch2_journal_super_entries_add_common()
H A Djournal_io.c661 struct jset_entry_clock *clock = in journal_entry_clock_validate()
662 container_of(entry, struct jset_entry_clock, entry); in journal_entry_clock_validate()
689 struct jset_entry_clock *clock = in journal_entry_clock_to_text()
690 container_of(entry, struct jset_entry_clock, entry); in journal_entry_clock_to_text()
H A Drecovery.c553 struct jset_entry_clock *clock = in journal_replay_entry_early()
554 container_of(entry, struct jset_entry_clock, entry); in journal_replay_entry_early()
H A Dbcachefs_format.h1239 struct jset_entry_clock { struct
1240 entryjset_entry_clock global() argument
1241 rwjset_entry_clock global() argument
1242 padjset_entry_clock global() argument
1243 timejset_entry_clock global() argument
H A Dsuper.c1061 (sizeof(struct jset_entry_clock) / sizeof(u64)) * 2); in bch2_fs_alloc()