Searched refs:statfs (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/unistd/
H A Dstatfs.c30 extern int __statfs64(const char *, size_t, struct statfs *);
32 int statfs(const char* path, struct statfs* stat) function
34 return __statfs64(path, sizeof(struct statfs), stat);
H A Dfstatfs.c30 extern int __fstatfs64(int, size_t, struct statfs *);
32 int fstatfs(int fd, struct statfs* stat)
34 return __fstatfs64(fd, sizeof(struct statfs), stat);
H A Dpathconf.c54 __filesizebits( struct statfs* s )
83 __link_max( struct statfs* s )
110 __2_symlinks( struct statfs* s )
130 __name_max( struct statfs* s )
138 struct statfs buf;
139 int ret = statfs( path, &buf );
206 struct statfs buf;
/bionic/libc/kernel/arch-x86/asm/
H A Dstatfs.h21 #include <asm-generic/statfs.h>
/bionic/libc/kernel/common/linux/
H A Dvfs.h21 #include <linux/statfs.h>
H A Dstatfs.h22 #include <asm/statfs.h>
H A Dnfs_xdr.h624 int (*statfs) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
/bionic/libc/include/sys/
H A Dvfs.h39 struct statfs { struct
54 struct statfs {
114 extern int statfs(const char *, struct statfs *);
115 extern int fstatfs(int, struct statfs *);
/bionic/libc/kernel/arch-arm/asm/
H A Dstatfs.h21 struct statfs { struct
/bionic/libc/kernel/arch-mips/asm/
H A Dstatfs.h24 struct statfs { struct
/bionic/libc/
H A DAndroid.mk63 unistd/statfs.c \

Completed in 111 milliseconds