Searched refs:gFfsAioSupported (Results 1 – 1 of 1) sorted by relevance
58 static std::optional<bool> gFfsAioSupported; variable579 if (errno == EINVAL && !gFfsAioSupported.has_value()) { in SubmitRead()581 gFfsAioSupported = false; in SubmitRead()589 gFfsAioSupported = true; in SubmitRead()715 if (gFfsAioSupported.has_value() && !gFfsAioSupported.value()) { in usb_ffs_open_thread()