Searched defs:statfs64 (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | statfs.h | 46 struct statfs64 { struct 66 struct statfs64 { /* Same as struct statfs */ argument 83 struct compat_statfs64 { argument
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | statfs.h | 36 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | statfs.h | 66 struct statfs64 struct 68 __SWORD_TYPE f_type; 69 __SWORD_TYPE f_bsize; 70 __fsblkcnt64_t f_blocks; 71 __fsblkcnt64_t f_bfree; 72 __fsblkcnt64_t f_bavail; 73 __fsfilcnt64_t f_files; 74 __fsfilcnt64_t f_ffree; 75 __fsid_t f_fsid; 76 __SWORD_TYPE f_namelen; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | statfs.h | 49 struct statfs64 struct 51 __fsword_t f_type; 52 __fsword_t f_bsize; 53 __fsblkcnt64_t f_blocks; 54 __fsblkcnt64_t f_bfree; 55 __fsblkcnt64_t f_bavail; 56 __fsfilcnt64_t f_files; 57 __fsfilcnt64_t f_ffree; 58 __fsid_t f_fsid; 59 __fsword_t f_namelen; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | statfs.h | 46 struct statfs64 { struct 69 struct compat_statfs64 { argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | statfs.h | 46 struct statfs64 { struct 69 struct compat_statfs64 { argument
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | statfs.h | 46 struct statfs64 { struct 69 struct compat_statfs64 { argument
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | statfs.c | 201 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument 359 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
|