Searched refs:parity_pages (Results 1 – 1 of 1) sorted by relevance
902 int data_pages, int parity_pages) in r5l_log_stripe() argument913 sizeof(__le32) * parity_pages; in r5l_log_stripe()945 if (parity_pages == 2) { in r5l_log_stripe()951 } else if (parity_pages == 1) { in r5l_log_stripe()957 BUG_ON(parity_pages != 0); in r5l_log_stripe()995 int data_pages, parity_pages; in r5l_write_stripe() local1029 parity_pages = 1 + !!(sh->qd_idx >= 0); in r5l_write_stripe()1030 data_pages = write_disks - parity_pages; in r5l_write_stripe()1049 ret = r5l_log_stripe(log, sh, data_pages, parity_pages); in r5l_write_stripe()1073 ret = r5l_log_stripe(log, sh, data_pages, parity_pages); in r5l_write_stripe()