Searched defs:journal_buf (Results 1 – 1 of 1) sorted by relevance
20 struct journal_buf { struct21 struct closure io;22 struct jset *data;25 struct bch_devs_list devs_written;27 struct closure_waitlist wait;28 u64 last_seq; /* copy of data->last_seq */29 long expires;30 u64 flush_time;32 unsigned buf_size; /* size in bytes of @data */33 unsigned sectors; /* maximum size for current entry */[all …]