Function report |
Source Code:lib\iov_iter.c |
Create Date:2022-07-28 06:21:09 |
Last Modify:2022-05-21 11:43:54 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:iov_iter_init
Proto:void iov_iter_init(struct iov_iter *i, unsigned int direction, const struct iovec *iov, unsigned long nr_segs, size_t count)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct iov_iter * | i | |
unsigned int | direction | |
const struct iovec * | iov | |
unsigned long | nr_segs | |
size_t | count |
444 | WARN_ON(direction & ~(generic data direction definitions | WRITE)) |
448 | If uaccess_kernel() Then |
451 | Else |
456 | iov_offset = 0 |
Name | Describe |
---|---|
import_iovec | mport_iovec() - Copy an array of &struct iovec from userspace* into the kernel, check that it is valid, and initialize a new* &struct iov_iter iterator to access it.*@type: One of %READ or %WRITE.*@uvector: Pointer to the userspace array. |
compat_import_iovec | |
import_single_range | |
new_sync_write | |
io_import_iovec |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |