Function report |
Source Code:fs\statfs.c |
Create Date:2022-07-28 20:12:23 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_compat_statfs
Proto:static int put_compat_statfs(struct compat_statfs __user *ubuf, struct kstatfs *kbuf)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct compat_statfs __user * | ubuf | |
| struct kstatfs * | kbuf |
| 278 | memset( & buf, 0, sizeof(structcompat_statfs)) |
| 291 | If copy_to_user(ubuf, & buf, sizeof(structcompat_statfs)) Then Return -EFAULT |
| 293 | Return 0 |
| Name | Describe |
|---|---|
| COMPAT_SYSCALL_DEFINE2 | The following statfs calls are copies of code from fs/statfs.c and* should be checked against those from time to time |
| COMPAT_SYSCALL_DEFINE2 |
| 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 |