Searched refs:journal_buf (Results 1 – 5 of 5) sorted by relevance
| /fs/bcachefs/ |
| A D | journal.c | 48 struct journal_buf *buf = j->buf + i; in bch2_journal_buf_to_text() 105 static inline struct journal_buf * 108 struct journal_buf *buf = NULL; in journal_seq_to_buf() 196 struct journal_buf *w = j->buf + idx; in bch2_journal_do_writes() 242 struct journal_buf *buf = journal_cur_buf(j); in __journal_entry_close() 390 struct journal_buf *buf = j->buf + in journal_entry_open() 588 struct journal_buf *buf; in __journal_res_get() 816 struct journal_buf *buf; in bch2_journal_flush_seq_async() 1063 struct journal_buf *ret = NULL; in __bch2_next_write_buffer_flush_journal_buf() 1075 struct journal_buf *buf = j->buf + idx; in __bch2_next_write_buffer_flush_journal_buf() [all …]
|
| A D | journal.h | 141 static inline struct journal_buf *journal_cur_buf(struct journal *j) in journal_cur_buf() 193 bch2_journal_add_entry_noreservation(struct journal_buf *buf, size_t u64s) in bch2_journal_add_entry_noreservation() 442 struct journal_buf *bch2_next_write_buffer_flush_journal_buf(struct journal *, u64, bool *);
|
| A D | journal_types.h | 27 struct journal_buf { struct 206 struct journal_buf buf[JOURNAL_BUF_NR];
|
| A D | journal_io.c | 1562 struct journal_buf *w, in __journal_write_alloc() 1612 static int journal_write_alloc(struct journal *j, struct journal_buf *w, in journal_write_alloc() 1663 static void journal_buf_realloc(struct journal *j, struct journal_buf *buf) in journal_buf_realloc() 1695 closure_type(w, struct journal_buf, io); in CLOSURE_CALLBACK() 1800 struct journal_buf *buf = journal_cur_buf(j); in CLOSURE_CALLBACK() 1829 struct journal_buf *w = j->buf + jbio->buf_idx; in journal_write_endio() 1852 closure_type(w, struct journal_buf, io); in CLOSURE_CALLBACK() 1896 closure_type(w, struct journal_buf, io); in CLOSURE_CALLBACK() 1939 static int bch2_journal_write_prep(struct journal *j, struct journal_buf *w) in bch2_journal_write_prep() 2041 static int bch2_journal_write_checksum(struct journal *j, struct journal_buf *w) in bch2_journal_write_checksum() [all …]
|
| A D | btree_write_buffer.c | 505 static int bch2_journal_keys_to_write_buffer(struct bch_fs *c, struct journal_buf *buf) in bch2_journal_keys_to_write_buffer() 529 struct journal_buf *buf; in fetch_wb_keys_from_journal()
|
Completed in 15 milliseconds