Home
last modified time | relevance | path

Searched refs:journal_buf (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Djournal.c47 struct journal_buf *buf = j->buf + i; in bch2_journal_buf_to_text()
104 static inline struct journal_buf *
107 struct journal_buf *buf = NULL; in journal_seq_to_buf()
195 struct journal_buf *w = j->buf + idx; in bch2_journal_do_writes()
241 struct journal_buf *buf = journal_cur_buf(j); in __journal_entry_close()
392 struct journal_buf *buf = j->buf + in journal_entry_open()
582 struct journal_buf *buf; in __journal_res_get()
808 struct journal_buf *buf; in bch2_journal_flush_seq_async()
1055 struct journal_buf *ret = NULL; in __bch2_next_write_buffer_flush_journal_buf()
1067 struct journal_buf *buf = j->buf + idx; in __bch2_next_write_buffer_flush_journal_buf()
[all …]
H A Djournal_types.h27 struct journal_buf { struct
208 struct journal_buf buf[JOURNAL_BUF_NR];
H A Djournal.h141 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 *);
H A Djournal_io.c1493 struct journal_buf *w, in __journal_write_alloc()
1548 static int journal_write_alloc(struct journal *j, struct journal_buf *w) in journal_write_alloc()
1601 static void journal_buf_realloc(struct journal *j, struct journal_buf *buf) in journal_buf_realloc()
1633 closure_type(w, struct journal_buf, io); in CLOSURE_CALLBACK()
1726 struct journal_buf *buf = journal_cur_buf(j); in CLOSURE_CALLBACK()
1755 struct journal_buf *w = j->buf + jbio->buf_idx; in journal_write_endio()
1778 closure_type(w, struct journal_buf, io); in CLOSURE_CALLBACK()
1827 closure_type(w, struct journal_buf, io); in CLOSURE_CALLBACK()
1869 static int bch2_journal_write_prep(struct journal *j, struct journal_buf *w) in bch2_journal_write_prep()
2006 static int bch2_journal_write_pick_flush(struct journal *j, struct journal_buf *w) in bch2_journal_write_pick_flush()
[all …]
H A Dbtree_write_buffer.c503 static int bch2_journal_keys_to_write_buffer(struct bch_fs *c, struct journal_buf *buf) in bch2_journal_keys_to_write_buffer()
527 struct journal_buf *buf; in fetch_wb_keys_from_journal()