CernVM-FS
2.12.0
|
#include <libcvmfs_cache.h>
Public Attributes | |
uint64_t | size_bytes |
uint64_t | used_bytes |
uint64_t | pinned_bytes |
int64_t | no_shrink |
Definition at line 96 of file libcvmfs_cache.h.
int64_t cvmcache_info::no_shrink |
Definition at line 100 of file libcvmfs_cache.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetInfo(), null_info(), and anonymous_namespace{cvmfs_cache_posix.cc}::posix_info().
uint64_t cvmcache_info::pinned_bytes |
Definition at line 99 of file libcvmfs_cache.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetInfo(), null_info(), and anonymous_namespace{cvmfs_cache_posix.cc}::posix_info().
uint64_t cvmcache_info::size_bytes |
Definition at line 97 of file libcvmfs_cache.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetInfo(), null_info(), and anonymous_namespace{cvmfs_cache_posix.cc}::posix_info().
uint64_t cvmcache_info::used_bytes |
Definition at line 98 of file libcvmfs_cache.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetInfo(), null_info(), null_shrink(), and anonymous_namespace{cvmfs_cache_posix.cc}::posix_info().