Lines Matching defs:file_slot
25 u32 file_slot;
34 u32 file_slot;
77 open->file_slot = READ_ONCE(sqe->file_index);
78 if (open->file_slot && (open->how.flags & O_CLOEXEC))
123 bool fixed = !!open->file_slot;
168 open->file_slot);
207 return __io_close_fixed(req->ctx, issue_flags, close->file_slot - 1);
220 close->file_slot = READ_ONCE(sqe->file_index);
221 if (close->file_slot && close->fd)
234 if (close->file_slot) {
313 int file_slot;
329 p->file_slot = READ_ONCE(sqe->file_index);
340 int slot = p->file_slot;
421 if (!!p->file_slot)