Lines Matching refs:file_slot
25 u32 file_slot; member
34 u32 file_slot; member
75 open->file_slot = READ_ONCE(sqe->file_index); in __io_openat_prep()
76 if (open->file_slot && (open->how.flags & O_CLOEXEC)) in __io_openat_prep()
129 bool fixed = !!open->file_slot; in io_openat2()
179 open->file_slot); in io_openat2()
216 return __io_close_fixed(req->ctx, issue_flags, close->file_slot - 1); in io_close_fixed()
229 close->file_slot = READ_ONCE(sqe->file_index); in io_close_prep()
230 if (close->file_slot && close->fd) in io_close_prep()
243 if (close->file_slot) { in io_close()
322 int file_slot; member
338 p->file_slot = READ_ONCE(sqe->file_index); in io_pipe_prep()
350 int slot = p->file_slot; in io_pipe_fixed()
433 if (!!p->file_slot) in io_pipe()