Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c846 struct io_rsrc_update rsrc_update; member
6605 req->rsrc_update.offset = READ_ONCE(sqe->off); in io_rsrc_update_prep()
6606 req->rsrc_update.nr_args = READ_ONCE(sqe->len); in io_rsrc_update_prep()
6607 if (!req->rsrc_update.nr_args) in io_rsrc_update_prep()
6609 req->rsrc_update.arg = READ_ONCE(sqe->addr); in io_rsrc_update_prep()
6619 up.offset = req->rsrc_update.offset; in io_files_update()
6620 up.data = req->rsrc_update.arg; in io_files_update()
6628 &up, req->rsrc_update.nr_args); in io_files_update()