Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Djournal_types.h23 struct journal_buf { struct
24 struct closure io;
25 struct jset *data;
28 struct bch_devs_list devs_written;
30 struct closure_waitlist wait;
31 u64 last_seq; /* copy of data->last_seq */
32 long expires;
33 u64 flush_time;
35 unsigned buf_size; /* size in bytes of @data */
36 unsigned sectors; /* maximum size for current entry */
[all …]