Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Draid5-ppl.c347 le32_add_cpu(&e->pp_size, PAGE_SIZE); in ppl_log_stripe()
348 io->pp_size += PAGE_SIZE; in ppl_log_stripe()
799 unsigned int pp_size = le32_to_cpu(e->pp_size); in ppl_recover_entry() local
813 if (pp_size > 0) { in ppl_recover_entry()
814 data_disks = data_size / pp_size; in ppl_recover_entry()
815 strip_sectors = pp_size >> 9; in ppl_recover_entry()
912 if (pp_size > 0) { in ppl_recover_entry()
978 u32 pp_size = le32_to_cpu(e->pp_size); in ppl_recover() local
991 while (pp_size) { in ppl_recover()
992 int s = pp_size > PAGE_SIZE ? PAGE_SIZE : pp_size; in ppl_recover()
[all …]
/linux-6.15/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-6.15/include/uapi/linux/raid/
H A Dmd_p.h405 __le32 pp_size; /* length of partial parity */ member