Home
last modified time | relevance | path

Searched refs:pp_size (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Draid5-ppl.c141 unsigned int pp_size; /* total size current of partial parity */ member
280 if (io && (io->pp_size == log->entry_space || in ppl_log_stripe()
347 le32_add_cpu(&e->pp_size, PAGE_SIZE); in ppl_log_stripe()
348 io->pp_size += PAGE_SIZE; in ppl_log_stripe()
449 le32_to_cpu(e->pp_size), le32_to_cpu(e->data_size)); in ppl_submit_iounit()
462 (PPL_HEADER_SIZE + io->pp_size) >> 9) in ppl_submit_iounit()
474 log->next_io_sector += (PPL_HEADER_SIZE + io->pp_size) >> 9; in ppl_submit_iounit()
799 unsigned int pp_size = le32_to_cpu(e->pp_size); in ppl_recover_entry() local
812 if ((pp_size >> 9) < conf->chunk_sectors) { in ppl_recover_entry()
813 if (pp_size > 0) { in ppl_recover_entry()
[all …]