Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqed.h236 qed_check(BDRVQEDState *s, BdrvCheckResult *result, bool fix);
H A Dqed-check.c224 int coroutine_fn qed_check(BDRVQEDState *s, BdrvCheckResult *result, bool fix) in qed_check() function
H A Dqed.c535 ret = qed_check(s, &result, true); in bdrv_qed_do_open()
1605 ret = qed_check(s, result, !!fix); in bdrv_qed_co_check()