• Home
  • Raw
  • Download

Lines Matching refs:offset

610 	u32				offset;  member
615 u64 offset; member
3128 size_t offset; in __io_import_fixed() local
3140 offset = buf_addr - imu->ubuf; in __io_import_fixed()
3141 iov_iter_bvec(iter, rw, imu->bvec, imu->nr_bvecs, offset + len); in __io_import_fixed()
3143 if (offset) { in __io_import_fixed()
3162 if (offset < bvec->bv_len) { in __io_import_fixed()
3163 iov_iter_advance(iter, offset); in __io_import_fixed()
3168 offset -= bvec->bv_len; in __io_import_fixed()
3169 seg_skip = 1 + (offset >> PAGE_SHIFT); in __io_import_fixed()
3173 iter->count -= bvec->bv_len + offset; in __io_import_fixed()
3174 iter->iov_offset = offset & ~PAGE_MASK; in __io_import_fixed()
4561 req->fadvise.offset = READ_ONCE(sqe->off); in io_fadvise_prep()
4583 ret = vfs_fadvise(req->file, fa->offset, fa->len, fa->advice); in io_fadvise()
6468 req->rsrc_update.offset = READ_ONCE(sqe->off); in io_rsrc_update_prep()
6482 up.offset = req->rsrc_update.offset; in io_files_update()
8178 static int __io_sqe_files_scm(struct io_ring_ctx *ctx, int nr, int offset) in __io_sqe_files_scm() argument
8201 struct file *file = io_file_from_index(ctx, i + offset); in __io_sqe_files_scm()
8219 struct file *file = io_file_from_index(ctx, i + offset); in __io_sqe_files_scm()
8537 unsigned int offset = req->close.file_slot - 1; in io_close_fixed() local
8548 if (offset >= ctx->nr_user_files) in io_close_fixed()
8554 offset = array_index_nospec(offset, ctx->nr_user_files); in io_close_fixed()
8555 file_slot = io_fixed_file_slot(&ctx->file_table, offset); in io_close_fixed()
8561 ret = io_queue_rsrc_removal(ctx->file_data, offset, ctx->rsrc_node, file); in io_close_fixed()
8588 if (up->offset + nr_args > ctx->nr_user_files) in __io_sqe_files_update()
8606 i = array_index_nospec(up->offset + done, ctx->nr_user_files); in __io_sqe_files_update()
9256 if (up->offset + nr_args > ctx->nr_user_bufs) in __io_sqe_buffers_update()
9261 int offset = up->offset + done; in __io_sqe_buffers_update() local
9282 i = array_index_nospec(offset, ctx->nr_user_bufs); in __io_sqe_buffers_update()
9295 *io_get_tag_slot(ctx->buf_data, offset) = tag; in __io_sqe_buffers_update()
9953 loff_t offset = pgoff << PAGE_SHIFT; in io_uring_validate_mmap_request() local
9957 switch (offset) { in io_uring_validate_mmap_request()
10684 if (check_add_overflow(up->offset, nr_args, &tmp)) in __io_register_rsrc_update()