Searched defs:statvfs (Results 1 – 14 of 14) sorted by relevance
14 struct statvfs { struct29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
44 int statvfs(const char *restrict path, struct statvfs *restrict buf) in statvfs() function
136 pub fn statvfs<P: ?Sized + NixPath>(path: &P) -> Result<Statvfs> { in statvfs() function
29 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
33 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
381 struct statvfs statvfs; member
320 int statvfs(const wchar_t *p, StatVFS *buf) { in statvfs() function
1141 sftp_statvfs_t statvfs; in myssh_statemach_act() local
1941 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemach_act() local
1133 def statvfs(self): member in Path
1340 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function
21 # pragma weak statvfs macro
741 TEST(MemorySanitizer, statvfs) { in TEST() argument
3800 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function