Home
last modified time | relevance | path

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

/bionic/libc/kernel/arch-arm/asm/
Dstatfs.h15 struct statfs { struct
29 struct statfs64 { argument
/bionic/libc/include/sys/
Dvfs.h38 struct statfs { struct
39 uint32_t f_type;
40 uint32_t f_bsize;
41 uint64_t f_blocks;
42 uint64_t f_bfree;
43 uint64_t f_bavail;
44 uint64_t f_files;
45 uint64_t f_ffree;
46 __kernel_fsid_t f_fsid;
47 uint32_t f_namelen;
[all …]
/bionic/libc/kernel/arch-x86/asm/
Dstatfs.h19 struct statfs { struct
33 struct statfs64 { argument
/bionic/libc/unistd/
Dstatfs.c32 int statfs(const char* path, struct statfs* stat) in statfs() function
/bionic/libc/kernel/common/linux/
Dnfs_xdr.h535 int (*statfs) (struct nfs_server *, struct nfs_fh *, member