CernVM-FS
2.12.0
|
#include <mountpoint.h>
Public Member Functions | |
StatfsCache (uint64_t cacheValid) | |
~StatfsCache () | |
uint64_t * | expiry_deadline () |
const uint64_t | cache_timeout () |
struct statvfs * | info () |
pthread_mutex_t * | lock () |
Private Attributes | |
pthread_mutex_t * | lock_ |
uint64_t | expiry_deadline_ |
uint64_t | cache_timeout_ |
struct statvfs | info_ |
Additional Inherited Members | |
Private Member Functions inherited from SingleCopy | |
SingleCopy () | |
The StatfsCache class is a class purely designed as "struct" (= holding object for all its parameters). All its logic, including the locking mechanism, is implemented in the function cvmfs_statfs in cvmfs.cc
Definition at line 444 of file mountpoint.h.
|
inlineexplicit |
|
inline |
Definition at line 454 of file mountpoint.h.
|
inline |
Definition at line 459 of file mountpoint.h.
Referenced by cvmfs::cvmfs_statfs().
|
inline |
Definition at line 458 of file mountpoint.h.
Referenced by cvmfs::cvmfs_statfs().
|
inline |
Definition at line 460 of file mountpoint.h.
Referenced by cvmfs::cvmfs_statfs().
|
inline |
Definition at line 461 of file mountpoint.h.
Referenced by cvmfs::cvmfs_statfs().
|
private |
Definition at line 468 of file mountpoint.h.
Referenced by cache_timeout().
|
private |
Definition at line 466 of file mountpoint.h.
Referenced by expiry_deadline().
|
private |
Definition at line 469 of file mountpoint.h.
Referenced by info(), and StatfsCache().
|
private |
Definition at line 464 of file mountpoint.h.
Referenced by lock(), StatfsCache(), and ~StatfsCache().