Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/sys/
Dvfs.h42 struct statfs { struct
58 struct statfs { argument
59 uint32_t f_type;
60 uint32_t f_bsize;
61 uint64_t f_blocks;
62 uint64_t f_bfree;
63 uint64_t f_bavail;
64 uint64_t f_files;
65 uint64_t f_ffree;
66 __fsid_t f_fsid;
[all …]
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dstatfs.h15 struct statfs { struct
29 struct statfs64 { argument
/development/ndk/platforms/android-L/include/asm-generic/
Dstatfs.h31 struct statfs { struct
32 __statfs_word f_type; argument
34 __statfs_word f_bsize; argument
35 __statfs_word f_blocks; argument
36 __statfs_word f_bfree; argument
37 __statfs_word f_bavail; argument
39 __statfs_word f_files; argument
40 __statfs_word f_ffree; argument
42 __statfs_word f_namelen; argument
44 __statfs_word f_frsize; argument
[all …]
/development/ndk/platforms/android-L/arch-mips64/include/asm/
Dstatfs.h24 struct statfs { struct
44 struct statfs64 { argument
/development/ndk/platforms/android-L/arch-mips/include/asm/
Dstatfs.h24 struct statfs { struct
44 struct statfs64 { argument
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dstatfs.h24 struct statfs { struct
42 struct statfs64 { argument
/development/ndk/sources/android/libportable/arch-mips/
Dstatfs.c39 int WRAP(statfs)(const char* path, struct statfs_portable* stat) in WRAP() argument
/development/ndk/sources/android/libportable/common/include/
Dvfs_portable.h68 int WRAP(statfs)(const char* path, struct statfs_portable* stat) { in WRAP() argument
/development/ndk/platforms/android-L/include/sys/
Dvfs.h107 struct statfs { __STATFS64_BODY }; struct
/development/ndk/platforms/android-3/include/linux/
Dnfs_xdr.h535 int (*statfs) (struct nfs_server *, struct nfs_fh *, member