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 */147 atomic_t pending_stripes; /* how many stripes not written to raid */148 atomic_t pending_flushes; /* how many disk flushes are in progress */[all …]