Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/uapi/asm/
Dstatfs.h46 struct statfs64 { struct
66 struct statfs64 { /* Same as struct statfs */ argument
83 struct compat_statfs64 { argument
/Linux-v5.4/arch/s390/include/uapi/asm/
Dstatfs.h36 struct statfs64 { struct
37 unsigned int f_type;
38 unsigned int f_bsize;
39 unsigned long long f_blocks;
40 unsigned long long f_bfree;
41 unsigned long long f_bavail;
42 unsigned long long f_files;
43 unsigned long long f_ffree;
44 __kernel_fsid_t f_fsid;
45 unsigned int f_namelen;
[all …]
/Linux-v5.4/include/uapi/asm-generic/
Dstatfs.h46 struct statfs64 { struct
69 struct compat_statfs64 { argument
/Linux-v5.4/fs/
Dstatfs.c199 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
357 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument