Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid10.c182 struct resync_pages *rp, *rp_repl; in r10buf_pool_alloc() local
186 rp_repl = &rps[nalloc + j]; in r10buf_pool_alloc()
202 memcpy(rp_repl, rp, sizeof(*rp)); in r10buf_pool_alloc()
203 rbio->bi_private = rp_repl; in r10buf_pool_alloc()