CernVM-FS
2.12.0
|
Public Member Functions | |
PosixCacheSettings () | |
Public Attributes | |
bool | is_shared |
bool | is_alien |
bool | is_managed |
bool | avoid_rename |
bool | cache_base_defined |
bool | cache_dir_defined |
int64_t | quota_limit |
bool | do_refcount |
std::string | cache_path |
std::string | workspace |
Definition at line 264 of file mountpoint.h.
|
inline |
Definition at line 265 of file mountpoint.h.
bool FileSystem::PosixCacheSettings::avoid_rename |
Definition at line 273 of file mountpoint.h.
Referenced by FileSystem::DeterminePosixCacheSettings(), and FileSystem::SetupPosixCacheMgr().
bool FileSystem::PosixCacheSettings::cache_base_defined |
Definition at line 274 of file mountpoint.h.
Referenced by FileSystem::CheckPosixCacheSettings(), and FileSystem::DeterminePosixCacheSettings().
bool FileSystem::PosixCacheSettings::cache_dir_defined |
Definition at line 275 of file mountpoint.h.
Referenced by FileSystem::CheckPosixCacheSettings(), and FileSystem::DeterminePosixCacheSettings().
std::string FileSystem::PosixCacheSettings::cache_path |
Definition at line 282 of file mountpoint.h.
Referenced by FileSystem::DeterminePosixCacheSettings(), FileSystem::SetupPosixCacheMgr(), and FileSystem::SetupPosixQuotaMgr().
bool FileSystem::PosixCacheSettings::do_refcount |
Definition at line 281 of file mountpoint.h.
Referenced by FileSystem::DeterminePosixCacheSettings(), and FileSystem::SetupPosixCacheMgr().
bool FileSystem::PosixCacheSettings::is_alien |
Definition at line 271 of file mountpoint.h.
Referenced by FileSystem::CheckPosixCacheSettings(), FileSystem::DeterminePosixCacheSettings(), and FileSystem::SetupPosixCacheMgr().
bool FileSystem::PosixCacheSettings::is_managed |
Definition at line 272 of file mountpoint.h.
Referenced by FileSystem::CheckPosixCacheSettings(), FileSystem::DeterminePosixCacheSettings(), and FileSystem::SetupPosixCacheMgr().
bool FileSystem::PosixCacheSettings::is_shared |
Definition at line 270 of file mountpoint.h.
Referenced by FileSystem::CheckPosixCacheSettings(), FileSystem::DeterminePosixCacheSettings(), and FileSystem::SetupPosixQuotaMgr().
int64_t FileSystem::PosixCacheSettings::quota_limit |
Soft limit in bytes for the cache. The quota manager removes half the cache when the limit is exceeded.
Definition at line 280 of file mountpoint.h.
Referenced by FileSystem::DeterminePosixCacheSettings(), and FileSystem::SetupPosixQuotaMgr().
std::string FileSystem::PosixCacheSettings::workspace |
Different from cache_path only if CVMFS_WORKSPACE or CVMFS_CACHE_WORKSPACE is set.
Definition at line 287 of file mountpoint.h.
Referenced by FileSystem::DeterminePosixCacheSettings(), and FileSystem::SetupPosixQuotaMgr().