Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:kcompat_sys_statfs64

Proto:int kcompat_sys_statfs64(const char __user *pathname, compat_size_t sz, struct compat_statfs64 __user *buf)

Type:int

Parameter:

TypeParameterName
const char __user *pathname
compat_size_tsz
struct compat_statfs64 __user *buf
348  If sz != size of buf Then Return -EINVAL
351  error = user_statfs(pathname, & tmp)
352  If Not error Then error = put_compat_statfs64(buf, & tmp)
354  Return error
Caller
NameDescribe
COMPAT_SYSCALL_DEFINE3