Searched refs:iov_iter_ubuf (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/block/ |
| H A D | blk-integrity.c | 126 iov_iter_ubuf(&iter, direction, ubuf, bytes); in blk_rq_integrity_map_user()
|
| /linux-6.15/include/linux/ |
| H A D | uio.h | 374 static inline void iov_iter_ubuf(struct iov_iter *i, unsigned int direction, in iov_iter_ubuf() function
|
| /linux-6.15/drivers/tee/ |
| H A D | tee_shm.c | 386 iov_iter_ubuf(&iter, ITER_DEST, (void __user *)addr, length); in tee_shm_register_user_buf()
|
| /linux-6.15/fs/ |
| H A D | read_write.c | 487 iov_iter_ubuf(&iter, ITER_DEST, buf, len); in new_sync_read() 589 iov_iter_ubuf(&iter, ITER_SOURCE, (void __user *)buf, len); in new_sync_write()
|
| /linux-6.15/lib/ |
| H A D | iov_iter.c | 1538 iov_iter_ubuf(i, rw, buf, len); in import_ubuf()
|
| /linux-6.15/io_uring/ |
| H A D | net.c | 1006 iov_iter_ubuf(&kmsg->msg.msg_iter, ITER_DEST, buf, len); in io_recvmsg()
|