Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/uapi/asm/
Dstatfs.h20 struct statfs { struct
35 struct statfs64 { argument
/linux-4.4.14/include/uapi/asm-generic/
Dstatfs.h22 struct statfs { struct
23 __statfs_word f_type; argument
24 __statfs_word f_bsize; argument
25 __statfs_word f_blocks; argument
26 __statfs_word f_bfree; argument
27 __statfs_word f_bavail; argument
28 __statfs_word f_files; argument
29 __statfs_word f_ffree; argument
31 __statfs_word f_namelen; argument
32 __statfs_word f_frsize; argument
[all …]
/linux-4.4.14/arch/mips/include/uapi/asm/
Dstatfs.h22 struct statfs { struct
45 struct statfs64 { argument
/linux-4.4.14/fs/
Dstatfs.c172 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
Dcompat.c250 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
/linux-4.4.14/fs/overlayfs/
Dsuper.c861 struct kstatfs statfs; in ovl_lower_dir() local
/linux-4.4.14/fs/nfsd/
Dnfs4xdr.c2280 struct kstatfs statfs; in nfsd4_encode_fattr() local
/linux-4.4.14/include/linux/
Dfs.h1708 int (*statfs) (struct dentry *, struct kstatfs *); member
Dnfs_xdr.h1541 int (*statfs) (struct nfs_server *, struct nfs_fh *, member