Function report |
Source Code:fs\read_write.c |
Create Date:2022-07-28 20:01:23 |
Last Modify:2020-03-18 10:18:51 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vfs_writev
Proto:static ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, unsigned long vlen, loff_t *pos, rwf_t flags)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
const struct iovec __user * | vec | |
unsigned long | vlen | |
loff_t * | pos | |
rwf_t | flags |
1013 | If ret >= 0 Then |
1014 | file_start_write(file) |
1016 | file_end_write(file) |
1019 | Return ret |
Name | Describe |
---|---|
do_writev | |
do_pwritev |
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 |