Function report |
Source Code:fs\libfs.c |
Create Date:2022-07-28 20:10:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rpret the buffer as a number to call the set function with
Proto:ssize_t simple_attr_write(struct file *file, const char __user *buf, size_t len, loff_t *ppos)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
const char __user * | buf | |
size_t | len | |
loff_t * | ppos |
901 | size = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value( size of set_buf - 1, len) |
902 | If copy_from_user(set_buf, buf, size) Then Go to out |
910 | out : |
912 | Return ret |
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 |