Function report |
Source Code:fs\read_write.c |
Create Date:2022-07-28 20:01:21 |
Last Modify:2020-03-18 10:18:51 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__kernel_write
Proto:ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
const void * | buf | |
size_t | count | |
loff_t * | pos |
507 | If Not (f_mode & Has write method(s) ) Then Return -EINVAL |
513 | If count > MAX_RW_COUNT Then count = MAX_RW_COUNT |
517 | If ret > 0 Then |
521 | inc_syscw(current process) |
522 | Return ret |
Name | Describe |
---|---|
write_pipe_buf | |
dump_emit | Core dumping helper functions. These are the only things you should* do on a core-file: use only these functions to write out all the* necessary info. |
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 |