Home
last modified time | relevance | path

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

/linux/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/fs/bcachefs/
H A Djournal_io.c126 struct journal_list { struct
142 struct journal_list *jlist, struct jset *j) in journal_entry_add() argument
1012 struct journal_list *jlist, in journal_read_bucket()
1164 struct journal_list *jlist = in CLOSURE_CALLBACK()
1165 container_of(cl->parent, struct journal_list, cl); in CLOSURE_CALLBACK()
1210 struct journal_list jlist; in bch2_journal_read()