Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid5-ppl.c363 struct ppl_conf *ppl_conf = conf->log_private; in ppl_write_stripe()
534 struct ppl_conf *ppl_conf = conf->log_private; in ppl_write_stripe_run()
666 struct ppl_conf *ppl_conf = conf->log_private; in ppl_quiesce()
1247 struct ppl_conf *ppl_conf = conf->log_private; in ppl_exit_log()
1251 conf->log_private = NULL; in ppl_exit_log()
1450 conf->log_private = ppl_conf; in ppl_init_log()
1461 struct ppl_conf *ppl_conf = conf->log_private; in ppl_modify_log()
1521 else if (!raid5_has_ppl(conf) || !conf->log_private) in ppl_write_hint_store()
Draid5.h688 void *log_private; member