Searched defs:statvfs (Results 1 – 14 of 14) sorted by relevance
48 struct statvfs { struct67 int statvfs(const char *, struct statvfs *); argument
64 int statvfs(const char *path, struct statvfs *buf) in statvfs() function
91 pub mod statvfs; module
124 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
392 struct statvfs statvfs; member
1118 sftp_statvfs_t statvfs; in myssh_statemach_act() local
1767 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemach_act() local
1133 def statvfs(self): member in Path
1280 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
751 TEST(MemorySanitizer, statvfs) { in TEST() argument
3780 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function