Searched refs:do_write (Results 1 – 2 of 2) sorted by relevance
15 static zx_status_t do_write(zx_handle_t fifo, block_fifo_request_t* request, size_t count) { in do_write() function111 if ((status = do_write(client->fifo, &requests[0], count)) != ZX_OK) { in block_fifo_txn()
315 bool do_write = client->has_write_data() && usb_handler_->writable() && in Run() local318 if (!delete_client && (do_write || new_data_available)) { in Run()
Completed in 8 milliseconds