Searched refs:nr_args (Results 1 – 1 of 1) sorted by relevance
599 u32 nr_args; member1097 unsigned nr_args);6606 req->rsrc_update.nr_args = READ_ONCE(sqe->len); in io_rsrc_update_prep()6607 if (!req->rsrc_update.nr_args) in io_rsrc_update_prep()6628 &up, req->rsrc_update.nr_args); in io_files_update()8552 unsigned nr_args, u64 __user *tags) in io_sqe_files_register() argument8561 if (!nr_args) in io_sqe_files_register()8563 if (nr_args > IORING_MAX_FIXED_FILES) in io_sqe_files_register()8565 if (nr_args > rlimit(RLIMIT_NOFILE)) in io_sqe_files_register()8570 ret = io_rsrc_data_alloc(ctx, io_rsrc_file_put, tags, nr_args, in io_sqe_files_register()[all …]