Home
last modified time | relevance | path

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

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