Home
last modified time | relevance | path

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

/linux-6.8/fs/bcachefs/ !
Djournal_types.h20 struct journal_buf { struct
21 struct jset *data;
24 struct bch_devs_list devs_written;
26 struct closure_waitlist wait;
27 u64 last_seq; /* copy of data->last_seq */
28 long expires;
29 u64 flush_time;
31 unsigned buf_size; /* size in bytes of @data */
32 unsigned sectors; /* maximum size for current entry */
33 unsigned disk_sectors; /* maximum size entry could have been, if
[all …]