Searched refs:fs_mgr_filesystem_has_space (Results 1 – 3 of 3) sorted by relevance
52 bool fs_mgr_filesystem_has_space(const std::string& mount_point);
116 bool fs_mgr_filesystem_has_space(const std::string& mount_point) { in fs_mgr_filesystem_has_space() function199 if (!fs_mgr_filesystem_has_space(entry->mount_point)) { in fs_mgr_overlayfs_enabled()
639 if (access(top.c_str(), F_OK) == 0 || fs_mgr_filesystem_has_space(kScratchMountPoint)) { in fs_mgr_overlayfs_setup_scratch()