#include <fcntl.h>
#include "XrdSys/XrdSysPlugin.hh"
#include "XrdOuc/XrdOuca2x.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdThrottle/XrdThrottle.hh"
#include "XrdThrottle/XrdThrottleTrace.hh"
Go to the source code of this file.
Namespaces | |
namespace | XrdThrottle |
Macros | |
#define | OFS_NAME "libXrdOfs.so" |
#define | TS_Xeq(key, func) |
Functions | |
static XrdSfsFileSystem * | LoadFS (const std::string &fslib, XrdSysError &eDest, const std::string &config_file) |
XrdSfsFileSystem * | XrdSfsGetFileSystem (XrdSfsFileSystem *native_fs, XrdSysLogger *lp, const char *configfn) |
XrdSfsFileSystem * | XrdSfsGetFileSystem2 (XrdSfsFileSystem *native_fs, XrdSysLogger *lp, const char *configfn, XrdOucEnv *envP) |
XrdSfsFileSystem * | XrdThrottle::XrdSfsGetFileSystem_Internal (XrdSfsFileSystem *native_fs, XrdSysLogger *lp, const char *configfn, XrdOucEnv *envP) |
XrdVERSIONINFO (XrdSfsGetFileSystem, FileSystem) | |
XrdVERSIONINFO (XrdSfsGetFileSystem2, FileSystem) |
#define OFS_NAME "libXrdOfs.so" |
Definition at line 14 of file XrdThrottleFileSystemConfig.cc.
Referenced by LoadFS().
#define TS_Xeq | ( | key, | |
func ) |
Definition at line 129 of file XrdThrottleFileSystemConfig.cc.
|
static |
Definition at line 21 of file XrdThrottleFileSystemConfig.cc.
References eDest, XrdSysPlugin::getPlugin(), OFS_NAME, XrdSysPlugin::Persist(), and XrdSfsGetDefaultFileSystem().
XrdSfsFileSystem * XrdSfsGetFileSystem | ( | XrdSfsFileSystem * | native_fs, |
XrdSysLogger * | lp, | ||
const char * | configfn ) |
Definition at line 70 of file XrdThrottleFileSystemConfig.cc.
References XrdThrottle::XrdSfsGetFileSystem_Internal().
XrdSfsFileSystem * XrdSfsGetFileSystem2 | ( | XrdSfsFileSystem * | native_fs, |
XrdSysLogger * | lp, | ||
const char * | configfn, | ||
XrdOucEnv * | envP ) |
Definition at line 78 of file XrdThrottleFileSystemConfig.cc.
References XrdThrottle::XrdSfsGetFileSystem_Internal().
XrdVERSIONINFO | ( | XrdSfsGetFileSystem | , |
FileSystem | ) |
XrdVERSIONINFO | ( | XrdSfsGetFileSystem2 | , |
FileSystem | ) |
References XrdSfsGetFileSystem(), and XrdSfsGetFileSystem2().