Searched defs:journal_buf (Results 1 – 1 of 1) sorted by relevance
27 struct journal_buf { struct28 struct closure io;29 struct jset *data;32 struct bch_devs_list devs_written;34 struct closure_waitlist wait;35 u64 last_seq; /* copy of data->last_seq */36 long expires;37 u64 flush_time;39 unsigned buf_size; /* size in bytes of @data */40 unsigned sectors; /* maximum size for current entry */[all …]