Searched refs:journal_replay (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/md/bcache/ |
D | journal.c | 39 struct journal_replay *i; in journal_read_bucket() 103 struct journal_replay, list); in journal_read_bucket() 125 i = kmalloc(offsetof(struct journal_replay, j) + in journal_read_bucket() 205 seq = list_entry(list->prev, struct journal_replay, in bch_journal_read() 211 if (seq != list_entry(list->prev, struct journal_replay, in bch_journal_read() 259 struct journal_replay, in bch_journal_read() 270 struct journal_replay *i; in bch_journal_mark() 316 struct journal_replay *i = in bch_journal_replay() 317 list_entry(list->prev, struct journal_replay, list); in bch_journal_replay() 356 i = list_first_entry(list, struct journal_replay, list); in bch_journal_replay()
|
D | journal.h | 82 struct journal_replay { struct
|
D | super.c | 1597 j = &list_entry(journal.prev, struct journal_replay, list)->j; in run_cache_set()
|