Home
last modified time | relevance | path

Searched defs:statfs64 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/mips/include/uapi/asm/
Dstatfs.h45 struct statfs64 { struct
65 struct statfs64 { /* Same as struct statfs */ argument
82 struct compat_statfs64 { argument
/linux-4.4.14/arch/s390/include/uapi/asm/
Dstatfs.h35 struct statfs64 { struct
36 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/
Dstatfs.h45 struct statfs64 { struct
68 struct compat_statfs64 { argument
/linux-4.4.14/fs/
Dstatfs.c181 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
Dcompat.c301 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument