Lines Matching refs:Q
43 #define Q(b, d) (b[d-1]) macro
188 BUG_ON(disks > 255 || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
235 if (Q(blocks, disks)) in async_gen_syndrome()
236 unmap->addr[j++] = dma_map_page(device->dev, Q(blocks, disks), in async_gen_syndrome()
260 if (!Q(blocks, disks)) { in async_gen_syndrome()
261 Q(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
343 if (!Q(blocks, disks)) { in async_syndrome_val()
347 pq[1] = dma_map_page(dev, Q(blocks, disks), in async_syndrome_val()
375 struct page *q_src = Q(blocks, disks); in async_syndrome_val()
410 Q(blocks, disks) = spare; in async_syndrome_val()
421 Q(blocks, disks) = q_src; in async_syndrome_val()