Searched defs:statfs64 (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/arch/mips/include/uapi/asm/ | 
| D | statfs.h | 45 struct statfs64 {  struct65 struct statfs64 {			/* Same as struct statfs */  argument
 82 struct compat_statfs64 {  argument
 
 | 
| /linux-4.4.14/arch/s390/include/uapi/asm/ | 
| D | statfs.h | 35 struct statfs64 {  struct36 	unsigned int	f_type;
 37 	unsigned int	f_bsize;
 38 	unsigned long long f_blocks;
 39 	unsigned long long f_bfree;
 40 	unsigned long long f_bavail;
 41 	unsigned long long f_files;
 42 	unsigned long long f_ffree;
 43 	__kernel_fsid_t f_fsid;
 44 	unsigned int	f_namelen;
 [all …]
 
 | 
| /linux-4.4.14/include/uapi/asm-generic/ | 
| D | statfs.h | 45 struct statfs64 {  struct68 struct compat_statfs64 {  argument
 
 | 
| /linux-4.4.14/fs/ | 
| D | statfs.c | 181 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf)  in SYSCALL_DEFINE3()  argument
 | 
| D | compat.c | 301 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st…  in COMPAT_SYSCALL_DEFINE3()  argument
 |