Searched refs:INCFS_NAME (Results 1 – 3 of 3) sorted by relevance
20 #define INCFS_NAME "incremental-fs" macro
108 static const char kSysfsFeaturesDir[] = "/sys/fs/" INCFS_NAME "/features"; in readIncFsFeatures()137 return filesystems.find("\t" INCFS_NAME "\n") != std::string::npos; in isFsAvailable()455 if (::mount(backingPath, targetDir, INCFS_NAME, MS_NOSUID | MS_NODEV | MS_NOATIME, in IncFs_Mount()
233 : mFilesystem(filesystem.empty() ? INCFS_NAME : filesystem), in MountRegistry()