Searched refs:file_slot (Results 1 – 5 of 5) sorted by relevance
67 struct io_fixed_file *file_slot; in io_install_fixed_file() local80 if (file_slot->file_ptr) { in io_install_fixed_file()82 io_slot_file(file_slot)); in io_install_fixed_file()86 file_slot->file_ptr = 0; in io_install_fixed_file()97 unsigned int file_slot) in __io_fixed_fd_install() argument106 file_slot = ret; in __io_fixed_fd_install()108 file_slot--; in __io_fixed_fd_install()113 ret = file_slot; in __io_fixed_fd_install()137 struct io_fixed_file *file_slot; in io_fixed_fd_remove() local147 if (!file_slot->file_ptr) in io_fixed_fd_remove()[all …]
22 u32 file_slot; member31 u32 file_slot; member69 open->file_slot = READ_ONCE(sqe->file_index); in __io_openat_prep()70 if (open->file_slot && (open->how.flags & O_CLOEXEC)) in __io_openat_prep()115 bool fixed = !!open->file_slot; in io_openat2()160 open->file_slot); in io_openat2()199 return __io_close_fixed(req->ctx, issue_flags, close->file_slot - 1); in io_close_fixed()212 close->file_slot = READ_ONCE(sqe->file_index); in io_close_prep()213 if (close->file_slot && close->fd) in io_close_prep()227 if (close->file_slot) { in io_close()
12 struct file *file, unsigned int file_slot);14 unsigned int file_slot);62 static inline void io_fixed_file_set(struct io_fixed_file *file_slot, in io_fixed_file_set() argument65 file_slot->file_ptr = (unsigned long)file | in io_fixed_file_set()
362 struct io_fixed_file *file_slot; in __io_sqe_files_update() local387 file_slot = io_fixed_file_slot(&ctx->file_table, i); in __io_sqe_files_update()389 if (file_slot->file_ptr) { in __io_sqe_files_update()391 io_slot_file(file_slot)); in __io_sqe_files_update()394 file_slot->file_ptr = 0; in __io_sqe_files_update()413 io_fixed_file_set(file_slot, file); in __io_sqe_files_update()729 struct io_fixed_file *file_slot; in io_sqe_files_register() local755 file_slot = io_fixed_file_slot(&ctx->file_table, i); in io_sqe_files_register()756 io_fixed_file_set(file_slot, file); in io_sqe_files_register()
31 u32 file_slot; member41 u32 file_slot; member1366 accept->file_slot = READ_ONCE(sqe->file_index); in io_accept_prep()1367 if (accept->file_slot) { in io_accept_prep()1371 accept->file_slot != IORING_FILE_INDEX_ALLOC) in io_accept_prep()1388 bool fixed = !!accept->file_slot; in io_accept()1424 accept->file_slot); in io_accept()1452 sock->file_slot = READ_ONCE(sqe->file_index); in io_socket_prep()1456 if (sock->file_slot && (sock->flags & SOCK_CLOEXEC)) in io_socket_prep()1466 bool fixed = !!sock->file_slot; in io_socket()[all …]