Searched refs:io_req_buffer (Results 1 – 1 of 1) sorted by relevance
69 static struct io_thread_req * (*io_req_buffer)[]; variable1159 io_req_buffer = kmalloc_array(UBD_REQ_BUFFER_SIZE, in ubd_init()1166 if (io_req_buffer == NULL) { in ubd_init()1589 io_req_buffer, in io_thread()1603 do_io((*io_req_buffer)[count]); in io_thread()1609 res = os_write_file(kernel_fd, ((char *) io_req_buffer) + written, n); in io_thread()