Home
last modified time | relevance | path

Searched defs:statfs (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/arch/x32/bits/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h1 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/
Dstatfs.h102 struct statfs struct
127 /* Inspired by Linux statfs() which was, in turn, inspired by argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_statfs.js19 const statfs = { variable
/third_party/NuttX/fs/vfs/
Dfs_statfs.c56 int statfs(const char *path, struct statfs *buf) in statfs() function
/third_party/toybox/toys/other/
Dstat.c137 struct statfs *statfs = (struct statfs *)&TT.stat; in print_statfs() local
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h187 int (*statfs) (const char *, struct statvfs *); member
Dfuse_lowlevel.h614 void (*statfs) (fuse_req_t req, fuse_ino_t ino); member