Searched defs:journal_buf (Results 1 – 1 of 1) sorted by relevance
20 struct journal_buf { struct21 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 …]