CernVM-FS
2.12.0
|
#include <mountpoint.h>
Static Public Member Functions | |
static MountPoint * | Create (const std::string &fqrn, FileSystem *file_system, OptionsManager *options_mgr=NULL) |
Static Public Attributes | |
static const unsigned | kShortTermTTL = 180 |
static const time_t | kIndefiniteDeadline = time_t(-1) |
Private Member Functions | |
MountPoint (const std::string &fqrn, FileSystem *file_system, OptionsManager *options_mgr) | |
void | CreateStatistics () |
void | CreateAuthz () |
bool | CreateSignatureManager () |
bool | CheckBlacklists () |
bool | CreateDownloadManagers () |
bool | CreateResolvConfWatcher () |
void | CreateFetchers () |
bool | CreateCatalogManager () |
void | CreateTables () |
bool | CreateTracer () |
bool | SetupBehavior () |
void | SetupDnsTuning (download::DownloadManager *manager) |
void | SetupHttpTuning () |
bool | SetupExternalDownloadMgr (bool dogeosort) |
void | SetupInodeAnnotation () |
bool | SetupOwnerMaps () |
bool | DetermineRootHash (shash::Any *root_hash) |
bool | FetchHistory (std::string *history_path) |
std::string | ReplaceHosts (std::string hosts) |
std::string | GetUniqFileSuffix () |
Private Member Functions inherited from SingleCopy | |
SingleCopy () | |
Static Private Attributes | |
static const unsigned | kDefaultMaxTtlSec = 0 |
static const unsigned | kDefaultKCacheTtlSec = 60 |
static const unsigned | kLibPathCacheSize = 32000 |
static const unsigned | kInodeCacheFactor = 7 |
static const unsigned | kDefaultMemcacheSize = 16 * 1024 * 1024 |
static const char * | kDefaultAuthzSearchPath = "/usr/libexec/cvmfs/authz" |
static const unsigned | kDefaultNumConnections = 16 |
static const unsigned | kDefaultTimeoutSec = 5 |
static const unsigned | kDefaultRetries = 1 |
static const unsigned | kDefaultBackoffInitMs = 2000 |
static const unsigned | kDefaultBackoffMaxMs = 10000 |
static const unsigned | kTracerBufferSize = 8192 |
static const unsigned | kTracerFlushThreshold = 7000 |
static const char * | kDefaultBlacklist = "/etc/cvmfs/blacklist" |
static const int | kDefaultTelemetrySendRateSec = 5 * 60 |
static const int | kMinimumTelemetrySendRateSec = 5 |
Additional Inherited Members | |
Protected Attributes inherited from BootFactory | |
loader::Failures | boot_status_ |
std::string | boot_error_ |
A MountPoint provides a clip around all the different *Manager objects that in combination represent a mounted cvmfs repository. Its main purpose is the controlled construction and deconstruction of the involved ensemble of classes based on the information passed from an options manager.
A MountPoint is constructed on top of a successfully constructed FileSystem.
We use pointers to manager classes to make the order of construction and destruction explicit and also to keep the include list for this header small.
Definition at line 483 of file mountpoint.h.
MountPoint::~MountPoint | ( | ) |
|
private |
Definition at line 1857 of file mountpoint.cc.
Referenced by Create().
|
inline |
Definition at line 501 of file mountpoint.h.
Referenced by cvmfs::CheckVoms().
|
inline |
Definition at line 502 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open().
|
inline |
Definition at line 521 of file mountpoint.h.
Referenced by cvmfs::cvmfs_init(), cvmfs::cvmfs_lookup(), and SaveState().
|
inline |
Definition at line 503 of file mountpoint.h.
Referenced by cvmfs::cvmfs_forget(), cvmfs::cvmfs_getattr(), cvmfs::cvmfs_getxattr(), cvmfs::cvmfs_listxattr(), cvmfs::cvmfs_lookup(), cvmfs::cvmfs_open(), cvmfs::cvmfs_opendir(), cvmfs::cvmfs_read(), cvmfs::cvmfs_readdir(), cvmfs::cvmfs_readlink(), cvmfs::cvmfs_release(), cvmfs::cvmfs_releasedir(), cvmfs::cvmfs_statfs(), cvmfs::Evict(), LHashMagicXattr::FinalizeValue(), cvmfs::FixupOpenInode(), cvmfs::GetDirentForInode(), LibContext::GetDirentForPath(), cvmfs::GetDirentForPath(), LibContext::GetExtAttr(), LibContext::GetNestedCatalogAttr(), cvmfs::GetPathForInode(), LibContext::GetRevision(), Init(), LibContext::ListDirectory(), LibContext::ListDirectoryStat(), LibContext::ListNestedCatalogs(), TalkManager::MainResponder(), cvmfs::MayBeInPageCacheTracker(), LibContext::Open(), cvmfs::Pin(), CatalogCountersMagicXattr::PrepareValueFenced(), ChunkListMagicXattr::PrepareValueFenced(), ChunksMagicXattr::PrepareValueFenced(), NClgMagicXattr::PrepareValueFenced(), RepoCountersMagicXattr::PrepareValueFenced(), RepoMetainfoMagicXattr::PrepareValueFenced(), RevisionMagicXattr::PrepareValueFenced(), RootHashMagicXattr::PrepareValueFenced(), cvmfs::PrintInodeGeneration(), LibContext::Remount(), RestoreState(), SaveState(), FuseRemounter::Spawn(), and FuseRemounter::TryFinish().
|
private |
Definition at line 1199 of file mountpoint.cc.
Referenced by Create().
|
inline |
Definition at line 504 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open(), cvmfs::cvmfs_read(), cvmfs::cvmfs_release(), and RestoreState().
|
static |
The option_mgr parameter can be NULL, in which case the global option manager from the file system is used.
Definition at line 1278 of file mountpoint.cc.
Referenced by LibContext::Create(), and Init().
|
private |
Definition at line 1325 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1351 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1408 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1569 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1546 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1584 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1617 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1656 of file mountpoint.cc.
Referenced by Create().
|
private |
Will create a tracer for the current mount point Tracefile path, Trace buffer size and trace buffer flush threshold can be configured by the options: CVMFS_TRACEFILE, CVMFS_TRACEBUFFER, CVMFS_TRACEBUFFER_THRESHOLD(respectively) VMFS_TRACEBUFFER and CVMFS_TRACEBUFFER_THRESHOLD will silently fallback to default values if configuration values don't exist or are invalid
Definition at line 1698 of file mountpoint.cc.
Referenced by Create().
|
inline |
Definition at line 531 of file mountpoint.h.
Referenced by cvmfs::cvmfs_lookup(), Init(), TalkManager::MainResponder(), perf::TelemetryAggregator::ManuallyUpdateSelectedCounters(), RestoreState(), and Spawn().
|
private |
Definition at line 1730 of file mountpoint.cc.
Referenced by CreateCatalogManager().
void MountPoint::DisableCacheSymlinks | ( | ) |
Disables kernel caching of symlinks. Symlink caching requires fuse >= 3.10 (FUSE_CAP_CACHE_SYMLINKS) and linux kernel >= 4.2. Some OS might backport it.
NOTE: This function should only be called before or within cvmfs_init().
Definition at line 1261 of file mountpoint.cc.
Referenced by cvmfs::cvmfs_init(), and RestoreState().
|
inline |
Definition at line 505 of file mountpoint.h.
Referenced by Create(), LibContext::EnableMultiThreaded(), HostMagicXattr::FinalizeValue(), HostListMagicXattr::FinalizeValue(), ProxyMagicXattr::FinalizeValue(), ProxyListMagicXattr::FinalizeValue(), TimeoutMagicXattr::FinalizeValue(), TimeoutDirectMagicXattr::FinalizeValue(), TalkManager::MainResponder(), and Spawn().
void MountPoint::EnableFuseExpireEntry | ( | ) |
Instead of invalidate dentries, they should be expired. Fixes issues with mount-on-top mounts and symlink caching.
Definition at line 1269 of file mountpoint.cc.
Referenced by cvmfs::cvmfs_init(), and RestoreState().
|
inline |
Definition at line 520 of file mountpoint.h.
Referenced by cvmfs::cvmfs_init().
|
inline |
Definition at line 506 of file mountpoint.h.
Referenced by Create(), ExternalHostMagicXattr::FinalizeValue(), ExternalTimeoutMagicXattr::FinalizeValue(), ProxyListExternalMagicXattr::FinalizeValue(), ExternalURLMagicXattr::FinalizeValue(), TalkManager::MainResponder(), and Spawn().
|
inline |
Definition at line 516 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open(), cvmfs::cvmfs_read(), LibContext::Open(), cvmfs::Pin(), LibContext::Pread(), and RestoreState().
|
inline |
Definition at line 512 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open(), cvmfs::cvmfs_read(), RepoMetainfoMagicXattr::FinalizeValue(), LibContext::Open(), cvmfs::Pin(), LibContext::Pread(), and RestoreState().
|
private |
Definition at line 1798 of file mountpoint.cc.
Referenced by DetermineRootHash().
|
inline |
Definition at line 517 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open(), LHashMagicXattr::FinalizeValue(), NCleanup24MagicXattr::FinalizeValue(), NIOErrMagicXattr::FinalizeValue(), NOpenMagicXattr::FinalizeValue(), RepoMetainfoMagicXattr::FinalizeValue(), UsedFdMagicXattr::FinalizeValue(), UsedDirPMagicXattr::FinalizeValue(), TalkManager::MainResponder(), and FuseRemounter::SetOfflineMode().
|
inline |
Definition at line 513 of file mountpoint.h.
Referenced by FuseRemounter::Spawn().
|
inline |
Definition at line 514 of file mountpoint.h.
Referenced by CreateDownloadManagers(), expand_path(), FqrnMagicXattr::FinalizeValue(), RepoMetainfoMagicXattr::FinalizeValue(), TalkManager::FormatLatencies(), and Init().
|
inline |
Definition at line 522 of file mountpoint.h.
Referenced by cvmfs::cvmfs_lookup(), FuseInvalidator::MainInvalidator(), and SaveState().
unsigned MountPoint::GetEffectiveTtlSec | ( | ) |
Definition at line 1830 of file mountpoint.cc.
Referenced by FuseRemounter::Spawn(), and FuseRemounter::TryFinish().
unsigned MountPoint::GetMaxTtlMn | ( | ) |
Definition at line 1842 of file mountpoint.cc.
Referenced by TalkManager::MainResponder().
|
private |
Files in the workspace from different file systems / mountpoints need to have different names. Used, for example, for caching proxy settings.
Definition at line 1852 of file mountpoint.cc.
Referenced by CreateDownloadManagers(), and SetupExternalDownloadMgr().
|
inline |
Definition at line 519 of file mountpoint.h.
Referenced by cvmfs::CheckVoms(), MagicXattrManager::GetListString(), and AuthzMagicXattr::PrepareValueFenced().
|
inline |
Definition at line 523 of file mountpoint.h.
Referenced by Init(), RestoreState(), and FuseRemounter::TryFinish().
|
inline |
Definition at line 527 of file mountpoint.h.
Referenced by cvmfs::GetDirentForInode(), TalkManager::MainResponder(), and FuseRemounter::TryFinish().
|
inline |
Definition at line 526 of file mountpoint.h.
Referenced by cvmfs::cvmfs_forget(), cvmfs::cvmfs_getattr(), cvmfs::cvmfs_lookup(), cvmfs::GetDirentForInode(), cvmfs::GetDirentForPath(), cvmfs::GetPathForInode(), TalkManager::MainResponder(), perf::TelemetryAggregator::ManuallyUpdateSelectedCounters(), and RestoreState().
|
inline |
Definition at line 528 of file mountpoint.h.
Referenced by cvmfs::GetKcacheTimeout().
|
inline |
Definition at line 518 of file mountpoint.h.
Referenced by cvmfs::cvmfs_getxattr(), cvmfs::cvmfs_listxattr(), and RegisterMagicXattrs().
|
inline |
Definition at line 529 of file mountpoint.h.
Referenced by LibContext::GetDirentForPath(), cvmfs::GetDirentForPath(), TalkManager::MainResponder(), and FuseRemounter::TryFinish().
|
inline |
Definition at line 530 of file mountpoint.h.
Referenced by cvmfs::CheckVoms(), and AuthzMagicXattr::FinalizeValue().
|
inline |
Definition at line 532 of file mountpoint.h.
Referenced by cvmfs::cvmfs_forget(), cvmfs::cvmfs_getattr(), cvmfs::cvmfs_open(), cvmfs::cvmfs_release(), cvmfs::FixupOpenInode(), TalkManager::MainResponder(), perf::TelemetryAggregator::ManuallyUpdateSelectedCounters(), and RestoreState().
|
inline |
Definition at line 533 of file mountpoint.h.
Referenced by cvmfs::GetPathForInode(), TalkManager::MainResponder(), and FuseRemounter::TryFinish().
void MountPoint::ReEvaluateAuthz | ( | ) |
Definition at line 1948 of file mountpoint.cc.
Referenced by Create(), LibContext::Remount(), and FuseRemounter::TryFinish().
bool MountPoint::ReloadBlacklists | ( | ) |
Like CheckBlacklists but supposed to be used after bootstrap, possibly in multi-threaded context.
Definition at line 1237 of file mountpoint.cc.
|
private |
|
inline |
Definition at line 534 of file mountpoint.h.
Referenced by TagMagicXattr::PrepareValueFenced().
|
inline |
Definition at line 509 of file mountpoint.h.
Referenced by Spawn().
void MountPoint::SetMaxTtlMn | ( | unsigned | value_minutes | ) |
Definition at line 1958 of file mountpoint.cc.
Referenced by TalkManager::MainResponder(), and SetupBehavior().
|
private |
Definition at line 1963 of file mountpoint.cc.
Referenced by Create().
|
private |
Called twice once for the regular download manager and once for the external download manager.
Definition at line 2099 of file mountpoint.cc.
Referenced by CreateDownloadManagers().
|
private |
Definition at line 2139 of file mountpoint.cc.
Referenced by CreateDownloadManagers().
|
private |
Definition at line 2206 of file mountpoint.cc.
Referenced by CreateDownloadManagers().
|
private |
Definition at line 2255 of file mountpoint.cc.
Referenced by CreateCatalogManager().
|
private |
Definition at line 2273 of file mountpoint.cc.
Referenced by CreateCatalogManager().
|
inline |
Definition at line 538 of file mountpoint.h.
Referenced by PubkeysMagicXattr::PrepareValueFenced().
|
inline |
Definition at line 535 of file mountpoint.h.
Referenced by LibContext::Close(), LibContext::Open(), and LibContext::Pread().
|
inline |
Definition at line 544 of file mountpoint.h.
Referenced by cvmfs::cvmfs_statfs().
|
inline |
Definition at line 536 of file mountpoint.h.
Referenced by catalog::ClientCatalogManager::ClientCatalogManager(), cvmfs_statistics_format(), NDownloadMagicXattr::FinalizeValue(), HitrateMagicXattr::FinalizeValue(), RxMagicXattr::FinalizeValue(), SpeedMagicXattr::FinalizeValue(), TalkManager::MainResponder(), and perf::TelemetryAggregator::ManuallyUpdateSelectedCounters().
|
inline |
Definition at line 540 of file mountpoint.h.
Referenced by Init().
|
inline |
Definition at line 541 of file mountpoint.h.
|
inline |
Definition at line 539 of file mountpoint.h.
Referenced by Init().
|
inline |
Definition at line 537 of file mountpoint.h.
Referenced by Spawn().
|
inline |
Definition at line 542 of file mountpoint.h.
Referenced by cvmfs::cvmfs_lookup(), cvmfs::cvmfs_open(), cvmfs::DoTraceInode(), TalkManager::MainResponder(), Spawn(), and cvmfs::TraceInode().
|
inline |
Definition at line 543 of file mountpoint.h.
|
private |
Definition at line 639 of file mountpoint.h.
Referenced by CreateAuthz(), CreateDownloadManagers(), ReEvaluateAuthz(), and ~MountPoint().
|
private |
Definition at line 637 of file mountpoint.h.
Referenced by CreateAuthz(), and ~MountPoint().
|
private |
Definition at line 638 of file mountpoint.h.
Referenced by authz_session_mgr(), CreateAuthz(), ReEvaluateAuthz(), and ~MountPoint().
|
private |
Definition at line 640 of file mountpoint.h.
Referenced by backoff_throttle(), Create(), CreateFetchers(), and ~MountPoint().
|
private |
Definition at line 670 of file mountpoint.h.
Referenced by CheckBlacklists(), and ReloadBlacklists().
|
private |
Definition at line 667 of file mountpoint.h.
Referenced by cache_symlinks(), DisableCacheSymlinks(), and SetupBehavior().
|
private |
Definition at line 647 of file mountpoint.h.
Referenced by catalog_mgr(), CreateCatalogManager(), GetEffectiveTtlSec(), ReEvaluateAuthz(), SetupInodeAnnotation(), SetupOwnerMaps(), and ~MountPoint().
|
private |
Definition at line 648 of file mountpoint.h.
Referenced by chunk_tables(), CreateTables(), and ~MountPoint().
|
private |
Definition at line 655 of file mountpoint.h.
Referenced by CreateTables(), dentry_tracker(), and ~MountPoint().
|
private |
Definition at line 642 of file mountpoint.h.
Referenced by CreateDownloadManagers(), CreateFetchers(), CreateResolvConfWatcher(), download_mgr(), FetchHistory(), SetupDnsTuning(), SetupExternalDownloadMgr(), SetupHttpTuning(), and ~MountPoint().
|
private |
Definition at line 666 of file mountpoint.h.
Referenced by enforce_acls(), and SetupBehavior().
|
private |
Definition at line 643 of file mountpoint.h.
Referenced by CreateFetchers(), CreateResolvConfWatcher(), external_download_mgr(), SetupExternalDownloadMgr(), and ~MountPoint().
|
private |
Definition at line 645 of file mountpoint.h.
Referenced by CreateFetchers(), external_fetcher(), and ~MountPoint().
|
private |
Definition at line 644 of file mountpoint.h.
Referenced by CreateFetchers(), fetcher(), FetchHistory(), and ~MountPoint().
|
private |
In contrast to the manager objects, the FileSystem is not owned.
Definition at line 629 of file mountpoint.h.
Referenced by CreateDownloadManagers(), CreateFetchers(), CreateStatistics(), CreateTables(), CreateTracer(), file_system(), GetUniqFileSuffix(), SetupExternalDownloadMgr(), and SetupInodeAnnotation().
|
private |
Definition at line 665 of file mountpoint.h.
Referenced by CreateCatalogManager(), and fixed_catalog().
|
private |
Definition at line 624 of file mountpoint.h.
Referenced by CheckBlacklists(), CreateAuthz(), FetchHistory(), fqrn(), GetUniqFileSuffix(), and SetupBehavior().
|
private |
Definition at line 668 of file mountpoint.h.
Referenced by EnableFuseExpireEntry(), and fuse_expire_entry().
|
private |
Definition at line 674 of file mountpoint.h.
Referenced by has_membership_req(), and ReEvaluateAuthz().
|
private |
Definition at line 646 of file mountpoint.h.
Referenced by inode_annotation(), SetupInodeAnnotation(), and ~MountPoint().
|
private |
Definition at line 650 of file mountpoint.h.
Referenced by CreateTables(), inode_cache(), and ~MountPoint().
|
private |
Definition at line 654 of file mountpoint.h.
Referenced by CreateTables(), inode_tracker(), and ~MountPoint().
|
private |
Definition at line 664 of file mountpoint.h.
Referenced by kcache_timeout_sec(), and SetupBehavior().
|
staticprivate |
Where to look for external authz helpers.
Definition at line 575 of file mountpoint.h.
Referenced by CreateAuthz().
|
staticprivate |
Definition at line 585 of file mountpoint.h.
Referenced by SetupHttpTuning().
|
staticprivate |
Definition at line 586 of file mountpoint.h.
Referenced by SetupHttpTuning().
|
staticprivate |
Definition at line 592 of file mountpoint.h.
Referenced by CheckBlacklists().
|
staticprivate |
Let fuse cache dentries for 1 minute.
Definition at line 559 of file mountpoint.h.
|
staticprivate |
The maximum TTL can be used to cap a root catalogs registered ttl. By default this is disabled (= 0).
Definition at line 555 of file mountpoint.h.
|
staticprivate |
Default to 16M RAM for meta-data caches; does not include the inode tracker
Definition at line 571 of file mountpoint.h.
Referenced by CreateTables().
|
staticprivate |
Maximum number of concurrent HTTP connections.
Definition at line 579 of file mountpoint.h.
Referenced by CreateDownloadManagers().
|
staticprivate |
Definition at line 584 of file mountpoint.h.
Referenced by SetupHttpTuning().
|
staticprivate |
Default values for telemetry aggregator
Definition at line 596 of file mountpoint.h.
Referenced by SetupBehavior().
|
staticprivate |
Default network timeout
Definition at line 583 of file mountpoint.h.
Referenced by SetupHttpTuning().
|
static |
Definition at line 489 of file mountpoint.h.
Referenced by ExpiresMagicXattr::FinalizeValue().
|
staticprivate |
Cache seven times more md5 paths than inodes in the fuse module.
Definition at line 567 of file mountpoint.h.
Referenced by CreateTables().
|
staticprivate |
Number of Md5Path entries in the libcvmfs cache.
Definition at line 563 of file mountpoint.h.
Referenced by CreateTables().
|
staticprivate |
Definition at line 597 of file mountpoint.h.
Referenced by SetupBehavior().
|
static |
If catalog reload fails, try again in 3 minutes
Definition at line 488 of file mountpoint.h.
Referenced by FuseRemounter::Check(), FuseRemounter::Spawn(), and FuseRemounter::TryFinish().
|
staticprivate |
Memory buffer sizes for an activated tracer
Definition at line 590 of file mountpoint.h.
Referenced by CreateTracer().
|
staticprivate |
Definition at line 591 of file mountpoint.h.
Referenced by CreateTracer().
|
private |
Definition at line 663 of file mountpoint.h.
Referenced by GetEffectiveTtlSec(), GetMaxTtlMn(), MountPoint(), SetMaxTtlMn(), and ~MountPoint().
|
private |
Definition at line 657 of file mountpoint.h.
Referenced by magic_xattr_mgr(), and SetupBehavior().
|
private |
Definition at line 662 of file mountpoint.h.
Referenced by GetEffectiveTtlSec(), GetMaxTtlMn(), and SetMaxTtlMn().
|
private |
Definition at line 652 of file mountpoint.h.
Referenced by CreateTables(), md5path_cache(), and ~MountPoint().
|
private |
Definition at line 673 of file mountpoint.h.
Referenced by membership_req(), and ReEvaluateAuthz().
|
private |
The options manager is not owned.
Definition at line 633 of file mountpoint.h.
Referenced by CheckBlacklists(), CreateAuthz(), CreateCatalogManager(), CreateDownloadManagers(), CreateResolvConfWatcher(), CreateSignatureManager(), CreateTables(), CreateTracer(), DetermineRootHash(), SetupBehavior(), SetupDnsTuning(), SetupExternalDownloadMgr(), SetupHttpTuning(), SetupInodeAnnotation(), and SetupOwnerMaps().
|
private |
Definition at line 656 of file mountpoint.h.
Referenced by CreateTables(), page_cache_tracker(), and ~MountPoint().
|
private |
Definition at line 651 of file mountpoint.h.
Referenced by CreateTables(), path_cache(), and ~MountPoint().
|
private |
Definition at line 669 of file mountpoint.h.
Referenced by DetermineRootHash(), and repository_tag().
|
private |
Definition at line 660 of file mountpoint.h.
Referenced by CreateResolvConfWatcher(), resolv_conf_watcher(), and ~MountPoint().
|
private |
Definition at line 641 of file mountpoint.h.
Referenced by CheckBlacklists(), CreateSignatureManager(), FetchHistory(), ReloadBlacklists(), signature_mgr(), and ~MountPoint().
|
private |
Definition at line 649 of file mountpoint.h.
Referenced by CreateTables(), simple_chunk_tables(), and ~MountPoint().
|
private |
Definition at line 658 of file mountpoint.h.
Referenced by SetupBehavior(), statfs_cache(), and ~MountPoint().
|
private |
Definition at line 635 of file mountpoint.h.
Referenced by CreateAuthz(), CreateDownloadManagers(), CreateFetchers(), CreateStatistics(), CreateTables(), SetupBehavior(), SetupExternalDownloadMgr(), statistics(), and ~MountPoint().
|
private |
Definition at line 678 of file mountpoint.h.
Referenced by SetupBehavior(), and talk_socket_gid().
|
private |
Definition at line 676 of file mountpoint.h.
Referenced by SetupBehavior(), and talk_socket_path().
|
private |
Definition at line 677 of file mountpoint.h.
Referenced by SetupBehavior(), and talk_socket_uid().
|
private |
Definition at line 636 of file mountpoint.h.
Referenced by SetupBehavior(), telemetry_aggr(), and ~MountPoint().
|
private |
Definition at line 653 of file mountpoint.h.
Referenced by CreateTracer(), tracer(), and ~MountPoint().
|
private |
Definition at line 625 of file mountpoint.h.
Referenced by uuid(), and ~MountPoint().