CernVM-FS
2.12.0
|
#include <libcvmfs_cache.h>
Public Attributes | |
struct cvmcache_hash | id |
uint64_t | size |
enum cvmcache_object_type | type |
int | pinned |
char * | description |
Definition at line 88 of file libcvmfs_cache.h.
char* cvmcache_object_info::description |
Definition at line 93 of file libcvmfs_cache.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetObjectInfo(), anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext(), null_listing_next(), null_obj_info(), null_start_txn(), anonymous_namespace{cvmfs_cache_posix.cc}::posix_start_txn(), PluginRamCache::ram_listing_begin(), PluginRamCache::ram_obj_info(), PluginRamCache::ram_start_txn(), and anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::StartTxn().
struct cvmcache_hash cvmcache_object_info::id |
Definition at line 89 of file libcvmfs_cache.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext(), null_listing_next(), anonymous_namespace{cvmfs_cache_posix.cc}::posix_obj_info(), and PluginRamCache::ram_listing_begin().
int cvmcache_object_info::pinned |
Definition at line 92 of file libcvmfs_cache.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetObjectInfo(), anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext(), null_listing_next(), null_obj_info(), PluginRamCache::ram_listing_begin(), and PluginRamCache::ram_obj_info().
uint64_t cvmcache_object_info::size |
Definition at line 90 of file libcvmfs_cache.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetObjectInfo(), anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext(), null_listing_next(), null_obj_info(), anonymous_namespace{cvmfs_cache_posix.cc}::posix_obj_info(), anonymous_namespace{cvmfs_cache_posix.cc}::posix_start_txn(), PluginRamCache::ram_listing_begin(), PluginRamCache::ram_obj_info(), PluginRamCache::ram_start_txn(), and anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::StartTxn().
enum cvmcache_object_type cvmcache_object_info::type |
Definition at line 91 of file libcvmfs_cache.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetObjectInfo(), anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext(), null_listing_next(), null_obj_info(), null_start_txn(), anonymous_namespace{cvmfs_cache_posix.cc}::posix_start_txn(), PluginRamCache::ram_listing_begin(), PluginRamCache::ram_obj_info(), PluginRamCache::ram_start_txn(), and anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::StartTxn().