Function report |
Source Code:lib\iov_iter.c |
Create Date:2022-07-28 06:21:08 |
Last Modify:2022-05-21 11:43:54 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:copy_page_to_iter_pipe
Proto:static size_t copy_page_to_iter_pipe(struct page *page, size_t offset, size_t bytes, struct iov_iter *i)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
size_t | offset | |
size_t | bytes | |
struct iov_iter * | i |
377 | If Value for the false possibility is greater at compile time(bytes > count) Then bytes = count |
380 | If Value for the false possibility is greater at compile time(!bytes) Then Return 0 |
386 | off = iov_offset |
388 | If off Then |
395 | i_head++ |
398 | If pipe_full - Return true if the pipe is full*@head: The pipe ring head pointer*@tail: The pipe ring tail pointer*@limit: The maximum amount of slots available. Then Return 0 |
401 | ops = page_cache_pipe_buf_ops |
408 | iov_offset = offset + bytes |
410 | out : |
412 | Return bytes |
Name | Describe |
---|---|
copy_page_to_iter |
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 |