Searched refs:journal_write (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/md/bcache/ |
| H A D | journal.c | 720 struct journal_write *w = bio->bi_private; in journal_write_endio() 726 static CLOSURE_CALLBACK(journal_write); 731 struct journal_write *w = (j->cur == j->w) in CLOSURE_CALLBACK() 736 continue_at_nobarrier(cl, journal_write, bch_journal_wq); in CLOSURE_CALLBACK() 753 struct journal_write *w = c->journal.cur; 771 continue_at(cl, journal_write, bch_journal_wq); 826 static CLOSURE_CALLBACK(journal_write) in CLOSURE_CALLBACK() argument 838 struct journal_write *w = c->journal.cur; in journal_try_write() 850 static struct journal_write *journal_wait_for_write(struct cache_set *c, in journal_wait_for_write() 864 struct journal_write *w = c->journal.cur; in journal_wait_for_write() [all …]
|
| H A D | journal.h | 93 struct journal_write { struct 122 struct journal_write w[2], *cur; argument
|
| /linux-6.15/fs/bcachefs/ |
| H A D | sb-counters_format.h | 54 x(journal_write, 29, TYPE_COUNTER) \
|
| H A D | journal_io.c | 1816 trace_and_count(c, journal_write, bio); in CLOSURE_CALLBACK()
|
| H A D | trace.h | 383 DEFINE_EVENT(bio, journal_write,
|