Home
last modified time | relevance | path

Searched refs:journal_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/jfs/
H A Djfs_logmgr.h358 struct list_head journal_list; /* Global list */ member
H A Djfs_logmgr.c1072 list_for_each_entry(log, &jfs_external_logs, journal_list) { in lmLogOpen()
1119 list_add(&log->journal_list, &jfs_external_logs); in lmLogOpen()
1140 list_del(&log->journal_list); in lmLogOpen()
1484 list_del(&log->journal_list); in lmLogClose()
/linux-6.15/fs/bcachefs/
H A Djournal_io.c127 struct journal_list { struct
143 struct journal_list *jlist, struct jset *j) in journal_entry_add() argument
1030 struct journal_list *jlist, in journal_read_bucket()
1191 struct journal_list *jlist = in CLOSURE_CALLBACK()
1192 container_of(cl->parent, struct journal_list, cl); in CLOSURE_CALLBACK()
1237 struct journal_list jlist; in bch2_journal_read()