Searched refs:journal_buf (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | journal.c | 54 struct journal_buf *buf = j->buf + i; in bch2_journal_buf_to_text() 100 static inline struct journal_buf * 103 struct journal_buf *buf = NULL; in journal_seq_to_buf() 192 struct journal_buf *w = j->buf + idx; in bch2_journal_do_writes() 231 struct journal_buf *buf = journal_cur_buf(j); in __journal_entry_close() 323 struct journal_buf *buf = journal_cur_buf(j); in journal_entry_want_write() 352 struct journal_buf *buf = j->buf + in journal_entry_open() 496 struct journal_buf *buf; in __journal_res_get() 675 struct journal_buf *buf; in bch2_journal_flush_seq_async() 819 struct journal_buf *buf = journal_seq_to_buf(j, unwritten_seq); in bch2_journal_noflush_seq() [all …]
|
D | journal.h | 124 static inline struct journal_buf *journal_cur_buf(struct journal *j) in journal_cur_buf() 180 bch2_journal_add_entry_noreservation(struct journal_buf *buf, size_t u64s) in bch2_journal_add_entry_noreservation() 427 struct journal_buf *bch2_next_write_buffer_flush_journal_buf(struct journal *j, u64 max_seq);
|
D | journal_types.h | 20 struct journal_buf { struct 214 struct journal_buf buf[JOURNAL_BUF_NR];
|
D | journal_io.c | 1415 struct journal_buf *w, in __journal_write_alloc() 1476 static int journal_write_alloc(struct journal *j, struct journal_buf *w) in journal_write_alloc() 1541 static void journal_buf_realloc(struct journal *j, struct journal_buf *buf) in journal_buf_realloc() 1571 static inline struct journal_buf *journal_last_unwritten_buf(struct journal *j) in journal_last_unwritten_buf() 1578 closure_type(w, struct journal_buf, io); in CLOSURE_CALLBACK() 1667 struct journal_buf *buf = journal_cur_buf(j); in CLOSURE_CALLBACK() 1693 struct journal_buf *w = j->buf + jbio->buf_idx; in journal_write_endio() 1713 closure_type(w, struct journal_buf, io); in CLOSURE_CALLBACK() 1757 closure_type(w, struct journal_buf, io); in CLOSURE_CALLBACK() 1795 static int bch2_journal_write_prep(struct journal *j, struct journal_buf *w) in bch2_journal_write_prep() [all …]
|
D | btree_write_buffer.c | 22 static int bch2_journal_keys_to_write_buffer(struct bch_fs *, struct journal_buf *); 487 struct journal_buf *buf; in fetch_wb_keys_from_journal() 774 static int bch2_journal_keys_to_write_buffer(struct bch_fs *c, struct journal_buf *buf) in bch2_journal_keys_to_write_buffer()
|