Function report |
Source Code:include\linux\uio.h |
Create Date:2022-07-28 05:47:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:iov_iter_rw
Proto:static inline unsigned char iov_iter_rw(const struct iov_iter *i)
Type:unsigned char
Parameter:
Type | Parameter | Name |
---|---|---|
const struct iov_iter * | i |
Name | Describe |
---|---|
iov_iter_get_pages | |
iov_iter_get_pages_alloc | |
bio_copy_user_iov | _copy_user_iov - copy user data to bio*@q: destination block queue*@map_data: pointer to the rq_map_data holding pages (if necessary)*@iter: iovec iterator*@gfp_mask: memory allocation flags* Prepares and returns a bio for indirect user io, bouncing data |
do_vmsplice | Note that vmsplice only really supports true splicing _from_ user memory* to a pipe, not the other way around. Splicing from user memory is a simple* operation that can be supported without any funky alignment restrictions* or nasty vm tricks |
__blkdev_direct_IO_simple | |
__blkdev_direct_IO | |
do_blockdev_direct_IO | This is a library function for use by filesystem drivers |
dax_iomap_actor | |
dax_iomap_rw | dax_iomap_rw - Perform I/O to a DAX file*@iocb: The control block for this I/O*@iter: The addresses to do I/O from or to*@ops: iomap ops passed from the file system* This function performs read and write operations to directly mapped* persistent memory |
iomap_dio_rw | map_dio_rw() always completes O_[D]SYNC writes regardless of whether the IO* is being issued as AIO or not. This allows us to optimise pure data writes* to use REQ_FUA rather than requiring generic_write_sync() to issue a* REQ_FLUSH post write |
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 |