Searched refs:aio_type (Results 1 – 2 of 2) sorted by relevance
207 if (h->aio_type == AIOType::IO_URING) { in usb_ffs_close()231 h->aio_type = AIOType::IO_URING; in create_usb_handle()238 h->aio_type = AIOType::SYNC_IO; in create_usb_handle()245 h->aio_type = AIOType::AIO; in create_usb_handle()
65 AIOType aio_type; member