Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:single_open_size
Proto:int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), void *data, size_t size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
int (* | show | |
void * | data | |
size_t | size |
590 | buf = seq_buf_alloc(size) |
594 | ret = single_open(file, show, data) |
595 | If ret Then |
597 | Return ret |
601 | Return 0 |
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 |