Searched refs:iou_vec (Results 1 – 4 of 4) sorted by relevance
| /linux/io_uring/ |
| H A D | rsrc.h | 72 struct io_kiocb *req, struct iou_vec *vec, 74 int io_prep_reg_iovec(struct io_kiocb *req, struct iou_vec *iv, 143 void io_vec_free(struct iou_vec *iv); 144 int io_vec_realloc(struct iou_vec *iv, unsigned nr_entries); 146 static inline void io_vec_reset_iovec(struct iou_vec *iv, in io_vec_reset_iovec() 154 static inline void io_alloc_cache_vec_kasan(struct iou_vec *iv) in io_alloc_cache_vec_kasan()
|
| H A D | uring_cmd.h | 7 struct iou_vec vec;
|
| H A D | rsrc.c | 1306 void io_vec_free(struct iou_vec *iv) in io_vec_free() 1315 int io_vec_realloc(struct iou_vec *iv, unsigned nr_entries) in io_vec_realloc() 1333 struct iou_vec *vec) in io_vec_fill_bvec() 1402 struct iou_vec *vec) in io_vec_fill_kern_bvec() 1476 struct io_kiocb *req, struct iou_vec *vec, in io_import_reg_vec() 1517 struct iou_vec tmp_vec = {}; in io_import_reg_vec() 1539 int io_prep_reg_iovec(struct io_kiocb *req, struct iou_vec *iv, in io_prep_reg_iovec()
|
| /linux/include/linux/ |
| H A D | io_uring_types.h | 136 struct iou_vec { struct
|