Searched refs:statfs (Results 1 – 4 of 4) sorted by relevance
99 struct statfs sfs; in isReadonlyFilesystem()100 if (::statfs(path, &sfs)) { in isReadonlyFilesystem()108 struct statfs sfs; in isReadonlyFilesystem()
160 StatFs statfs = new StatFs(path.getPath()); in reportFreeSpace() local161 long bsize = statfs.getBlockSize(); in reportFreeSpace()162 long avail = statfs.getAvailableBlocks(); in reportFreeSpace()163 long total = statfs.getBlockCount(); in reportFreeSpace()
553 struct statfs s; in DetermineBlockSize()554 if (statfs(gTestDir.c_str(), &s)) { in DetermineBlockSize()
197 struct statfs fs; in fs_mgr_has_shared_blocks()198 if ((statfs((mount_point + "/lost+found").c_str(), &fs) == -1) || in fs_mgr_has_shared_blocks()