Searched defs:statfs (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | statfs.h | 20 struct statfs { struct 35 struct statfs64 { argument
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | statfs.h | 22 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/ |
D | statfs.h | 22 struct statfs { struct 45 struct statfs64 { argument
|
/linux-4.4.14/fs/ |
D | statfs.c | 172 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
|
D | compat.c | 250 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
|
/linux-4.4.14/fs/overlayfs/ |
D | super.c | 861 struct kstatfs statfs; in ovl_lower_dir() local
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4xdr.c | 2280 struct kstatfs statfs; in nfsd4_encode_fattr() local
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1708 int (*statfs) (struct dentry *, struct kstatfs *); member
|
D | nfs_xdr.h | 1541 int (*statfs) (struct nfs_server *, struct nfs_fh *, member
|