Home
last modified time | relevance | path

Searched defs:journal_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Djournal.h93 struct journal_write { struct
94 struct jset *data;
97 struct cache_set *c;
98 struct closure_waitlist wait;
122 struct journal_write w[2], *cur; argument
H A Djournal.c826 static void journal_write(struct closure *cl) in journal_write() function