/third_party/musl/arch/x32/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, __pad0, f_bsize, __pad1; 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 4 fsfilcnt_t f_files, f_ffree; 5 fsid_t f_fsid; 6 unsigned long f_namelen, __pad2, f_frsize, __pad3; 7 unsigned long f_flags, __pad4; 8 unsigned long long f_spare[4];
|
/third_party/musl/arch/mips64/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, f_bsize, f_frsize; 3 fsblkcnt_t f_blocks, f_bfree; 4 fsfilcnt_t f_files, f_ffree; 5 fsblkcnt_t f_bavail; 6 fsid_t f_fsid; 7 unsigned long f_namelen, f_flags, f_spare[5];
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, f_bsize; 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 4 fsfilcnt_t f_files, f_ffree; 5 fsid_t f_fsid; 6 unsigned long f_namelen, f_frsize, f_flags, f_spare[4];
|
/third_party/musl/arch/s390x/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned f_type, f_bsize; 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 4 fsfilcnt_t f_files, f_ffree; 5 fsid_t f_fsid; 6 unsigned f_namelen, f_frsize, f_flags, f_spare[4];
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, f_bsize; 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 4 fsfilcnt_t f_files, f_ffree; 5 fsid_t f_fsid; 6 unsigned long f_namelen, f_frsize, f_flags, f_spare[4];
|
/third_party/musl/arch/mipsn32/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, f_bsize, f_frsize; 3 fsblkcnt_t f_blocks, f_bfree; 4 fsfilcnt_t f_files, f_ffree; 5 fsblkcnt_t f_bavail; 6 fsid_t f_fsid; 7 unsigned long f_namelen, f_flags, f_spare[5];
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, f_bsize; 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 4 fsfilcnt_t f_files, f_ffree; 5 fsid_t f_fsid; 6 unsigned long f_namelen, f_frsize, f_flags, f_spare[4];
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, f_bsize; 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 4 fsfilcnt_t f_files, f_ffree; 5 fsid_t f_fsid; 6 unsigned long f_namelen, f_frsize, f_flags, f_spare[4];
|
/third_party/musl/arch/mips/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, f_bsize, f_frsize; 3 fsblkcnt_t f_blocks, f_bfree; 4 fsfilcnt_t f_files, f_ffree; 5 fsblkcnt_t f_bavail; 6 fsid_t f_fsid; 7 unsigned long f_namelen, f_flags, f_spare[5];
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, f_bsize; 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 4 fsfilcnt_t f_files, f_ffree; 5 fsid_t f_fsid; 6 unsigned long f_namelen, f_frsize, f_flags, f_spare[4];
|
/third_party/musl/arch/generic/bits/ |
D | statfs.h | 1 struct statfs { struct 2 unsigned long f_type, f_bsize; 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 4 fsfilcnt_t f_files, f_ffree; 5 fsid_t f_fsid; 6 unsigned long f_namelen, f_frsize, f_flags, f_spare[4];
|
/third_party/NuttX/include/sys/ |
D | statfs.h | 102 struct statfs struct 127 /* Inspired by Linux statfs() which was, in turn, inspired by argument
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_statfs.js | 19 const statfs = { variable
|
/third_party/NuttX/fs/vfs/ |
D | fs_statfs.c | 56 int statfs(const char *path, struct statfs *buf) in statfs() function
|
/third_party/toybox/toys/other/ |
D | stat.c | 137 struct statfs *statfs = (struct statfs *)&TT.stat; in print_statfs() local
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 187 int (*statfs) (const char *, struct statvfs *); member
|
D | fuse_lowlevel.h | 614 void (*statfs) (fuse_req_t req, fuse_ino_t ino); member
|