Home
last modified time | relevance | path

Searched defs:statfs (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/uapi/asm-generic/
Dstatfs.h23 struct statfs { struct
24 __statfs_word f_type; argument
25 __statfs_word f_bsize; argument
26 __statfs_word f_blocks; argument
27 __statfs_word f_bfree; argument
28 __statfs_word f_bavail; argument
29 __statfs_word f_files; argument
30 __statfs_word f_ffree; argument
32 __statfs_word f_namelen; argument
33 __statfs_word f_frsize; argument
[all …]
/linux-4.19.296/fs/
Dstatfs.c176 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
286 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
/linux-4.19.296/fs/orangefs/
Ddowncall.h114 struct orangefs_statfs_response statfs; member
Dupcall.h242 struct orangefs_statfs_request_s statfs; member
/linux-4.19.296/fs/overlayfs/
Dsuper.c779 struct kstatfs statfs; in ovl_check_namelen() local
/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c2405 struct kstatfs statfs; in nfsd4_encode_fattr() local
/linux-4.19.296/include/linux/
Dfs.h1874 int (*statfs) (struct dentry *, struct kstatfs *); member
Dnfs_xdr.h1631 int (*statfs) (struct nfs_server *, struct nfs_fh *, member