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_fstatfs64

Proto:int kcompat_sys_fstatfs64(unsigned int fd, compat_size_t sz, struct compat_statfs64 __user *buf)

Type:int

Parameter:

TypeParameterName
unsigned intfd
compat_size_tsz
struct compat_statfs64 __user *buf
367  If sz != size of buf Then Return -EINVAL
370  error = fd_statfs(fd, & tmp)
371  If Not error Then error = put_compat_statfs64(buf, & tmp)
373  Return error
Caller
NameDescribe
COMPAT_SYSCALL_DEFINE3