Function report |
Source Code:fs\statfs.c |
Create Date:2022-07-28 20:12:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:user_statfs
Proto:int user_statfs(const char __user *pathname, struct kstatfs *st)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char __user * | pathname | |
struct kstatfs * | st |
100 | retry : |
101 | error = user_path_at(Special value used to indicateopenat should use the currentworking directory. , pathname, lookup_flags, & path) |
102 | If Not error Then |
103 | error = vfs_statfs( & path, st) |
107 | Go to retry |
110 | Return error |
Name | Describe |
---|---|
SYSCALL_DEFINE2 | |
SYSCALL_DEFINE3 | |
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 |
kcompat_sys_statfs64 |
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 |