Searched refs:statfs (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/unistd/ |
D | statfs.c | 30 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()
|
D | pathconf.c | 54 __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/ |
D | vfs.h | 38 struct statfs { struct 97 extern int statfs(const char *, struct statfs *); 98 extern int fstatfs(int, struct statfs *);
|
D | linux-unistd.h | 89 int fstatfs (int, size_t, struct statfs *); 119 int __statfs64 (const char *, size_t, struct statfs *);
|
/bionic/libc/kernel/arch-arm/asm/ |
D | statfs.h | 15 struct statfs { struct
|
/bionic/libc/kernel/arch-x86/asm/ |
D | statfs.h | 19 struct statfs { struct
|
/bionic/libc/kernel/common/linux/ |
D | nfs_xdr.h | 535 int (*statfs) (struct nfs_server *, struct nfs_fh *, member
|
/bionic/libc/ |
D | SYSCALLS.TXT | 114 int fstatfs:fstatfs64(int, size_t, struct statfs *) 267,269 146 int __statfs64:statfs64(const char *, size_t, struct statfs *) 266,268
|
D | Android.mk | 59 unistd/statfs.c \
|