Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
A Dfiletable.c72 if (slot_index >= ctx->nr_user_files) in io_install_fixed_file()
75 slot_index = array_index_nospec(slot_index, ctx->nr_user_files); in io_install_fixed_file()
154 if (offset >= ctx->nr_user_files) in io_fixed_fd_remove()
160 offset = array_index_nospec(offset, ctx->nr_user_files); in io_fixed_fd_remove()
186 if (range.resv || end > ctx->nr_user_files) in io_register_file_alloc_range()
A Drsrc.c463 if (up->offset + nr_args > ctx->nr_user_files) in __io_sqe_files_update()
481 i = array_index_nospec(up->offset + done, ctx->nr_user_files); in __io_sqe_files_update()
777 for (i = 0; i < ctx->nr_user_files; i++) { in __io_sqe_files_unregister()
799 ctx->nr_user_files = 0; in __io_sqe_files_unregister()
804 unsigned nr = ctx->nr_user_files; in io_sqe_files_unregister()
814 ctx->nr_user_files = 0; in io_sqe_files_unregister()
816 ctx->nr_user_files = nr; in io_sqe_files_unregister()
982 for (i = 0; i < nr_args; i++, ctx->nr_user_files++) { in io_sqe_files_register()
1024 io_file_table_set_alloc_range(ctx, 0, ctx->nr_user_files); in io_sqe_files_register()
A Dfdinfo.c147 seq_printf(m, "UserFiles:\t%u\n", ctx->nr_user_files); in __io_uring_show_fdinfo()
148 for (i = 0; has_lock && i < ctx->nr_user_files; i++) { in __io_uring_show_fdinfo()
A Dmsg_ring.c169 if (likely(idx < ctx->nr_user_files)) { in io_msg_grab_file()
170 idx = array_index_nospec(idx, ctx->nr_user_files); in io_msg_grab_file()
A Dcancel.c221 if (unlikely(fd >= ctx->nr_user_files)) in __io_sync_cancel()
223 fd = array_index_nospec(fd, ctx->nr_user_files); in __io_sync_cancel()
A Dio_uring.c2019 if (unlikely((unsigned int)fd >= ctx->nr_user_files)) in io_file_get_fixed()
2021 fd = array_index_nospec(fd, ctx->nr_user_files); in io_file_get_fixed()
4345 trace_io_uring_register(ctx, opcode, ctx->nr_user_files, ctx->nr_user_bufs, ret); in SYSCALL_DEFINE4()
/linux-6.3-rc2/include/linux/
A Dio_uring_types.h245 unsigned nr_user_files; member

Completed in 21 milliseconds