Searched refs:to_addr_offs (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/md/ |
D | raid5.c | 1553 to_addr_offs(struct stripe_head *sh, struct raid5_percpu *percpu) in to_addr_offs() function 1563 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_compute5() 1660 unsigned int *offs = to_addr_offs(sh, percpu); in ops_run_compute6_1() 1732 unsigned int *offs = to_addr_offs(sh, percpu); in ops_run_compute6_2() 1860 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_prexor5() 1901 unsigned int *offs = to_addr_offs(sh, percpu); in ops_run_prexor6() 2072 off_srcs = to_addr_offs(sh, percpu); in ops_run_reconstruct5() 2166 offs = to_addr_offs(sh, percpu); in ops_run_reconstruct6() 2218 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_check_p() 2254 unsigned int *offs = to_addr_offs(sh, percpu); in ops_run_check_pq()
|