Searched refs:statfs (Results 1 – 2 of 2) sorted by relevance
639 struct statfs stats; in StatfsTest()640 int rc = statfs("", &stats); in StatfsTest()645 rc = statfs(mount_path, &stats); in StatfsTest()
2365 int fstatfs(int fd, struct statfs* buf) { in fstatfs()2387 struct statfs stats = {}; in fstatfs()2407 int statfs(const char* path, struct statfs* buf) { in statfs() function
Completed in 8 milliseconds