Searched defs:ppl_io_unit (Results 1 – 1 of 1) sorted by relevance
135 struct ppl_io_unit { struct136 struct ppl_log *log;138 struct page *header_page; /* for ppl_header */140 unsigned int entries_count; /* number of entries in ppl_header */141 unsigned int pp_size; /* total size current of partial parity */143 u64 seq; /* sequence number of this log write */144 struct list_head log_sibling; /* log->io_list */146 struct list_head stripe_list; /* stripes added to the io_unit */150 bool submitted; /* true if write to log started */153 struct bio bio;[all …]
Completed in 9 milliseconds