Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:vfs_statfs

Proto:int vfs_statfs(const struct path *path, struct kstatfs *buf)

Type:int

Parameter:

TypeParameterName
const struct path *path
struct kstatfs *buf
88  error = statfs_by_dentry(dentry, buf)
89  If Not error Then f_flags = calculate_f_flags(mnt)
91  Return error
Caller
NameDescribe
user_statfs
fd_statfs