Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c856 struct io_rsrc_update rsrc_update; member
6468 req->rsrc_update.offset = READ_ONCE(sqe->off); in io_rsrc_update_prep()
6469 req->rsrc_update.nr_args = READ_ONCE(sqe->len); in io_rsrc_update_prep()
6470 if (!req->rsrc_update.nr_args) in io_rsrc_update_prep()
6472 req->rsrc_update.arg = READ_ONCE(sqe->addr); in io_rsrc_update_prep()
6482 up.offset = req->rsrc_update.offset; in io_files_update()
6483 up.data = req->rsrc_update.arg; in io_files_update()
6491 &up, req->rsrc_update.nr_args); in io_files_update()