Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/unistd/
Dstatfs.c30 extern int __statfs64(const char *, size_t, struct statfs *);
32 int statfs(const char* path, struct statfs* stat) in statfs() function
34 return __statfs64(path, sizeof(struct statfs), stat); in statfs()
Dpathconf.c54 __filesizebits( struct statfs* s ) in __filesizebits()
84 __link_max( struct statfs* s ) in __link_max()
113 __2_symlinks( struct statfs* s ) in __2_symlinks()
133 __name_max( struct statfs* s ) in __name_max()
141 struct statfs buf; in pathconf()
142 int ret = statfs( path, &buf ); in pathconf()
209 struct statfs buf; in fpathconf()
/bionic/libc/include/sys/
Dvfs.h38 struct statfs { struct
97 extern int statfs(const char *, struct statfs *);
98 extern int fstatfs(int, struct statfs *);
Dlinux-unistd.h89 int fstatfs (int, size_t, struct statfs *);
119 int __statfs64 (const char *, size_t, struct statfs *);
/bionic/libc/kernel/arch-arm/asm/
Dstatfs.h15 struct statfs { struct
/bionic/libc/kernel/arch-x86/asm/
Dstatfs.h19 struct statfs { struct
/bionic/libc/kernel/common/linux/
Dnfs_xdr.h535 int (*statfs) (struct nfs_server *, struct nfs_fh *, member
/bionic/libc/
DSYSCALLS.TXT114 int fstatfs:fstatfs64(int, size_t, struct statfs *) 267,269
146 int __statfs64:statfs64(const char *, size_t, struct statfs *) 266,268
DAndroid.mk59 unistd/statfs.c \