Home
last modified time | relevance | path

Searched refs:pp_size (Results 1 – 3 of 3) 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 …]
/linux/block/partitions/
H A Daix.c17 __be16 pp_size; /* log2(pp_size) */ member
28 __be16 pp_size; member
179 int pp_size_log2 = be16_to_cpu(p->pp_size); in aix_partition()
/linux/include/uapi/linux/raid/
H A Dmd_p.h406 __le32 pp_size; /* length of partial parity */ member