Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c844 struct io_open open; member
4323 if (!(req->open.how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
4324 req->open.how.flags |= O_LARGEFILE; in __io_openat_prep()
4326 req->open.dfd = READ_ONCE(sqe->fd); in __io_openat_prep()
4328 req->open.filename = getname(fname); in __io_openat_prep()
4329 if (IS_ERR(req->open.filename)) { in __io_openat_prep()
4330 ret = PTR_ERR(req->open.filename); in __io_openat_prep()
4331 req->open.filename = NULL; in __io_openat_prep()
4335 req->open.file_slot = READ_ONCE(sqe->file_index); in __io_openat_prep()
4336 if (req->open.file_slot && (req->open.how.flags & O_CLOEXEC)) in __io_openat_prep()
[all …]