|
XRootD
|
#include <unistd.h>#include <cctype>#include <fcntl.h>#include <string>#include <cstring>#include <cstdio>#include <sys/param.h>#include <sys/stat.h>#include <sys/types.h>#include <vector>#include "XrdVersion.hh"#include "XProtocol/XProtocol.hh"#include "XrdSfs/XrdSfsFlags.hh"#include "XrdSfs/XrdSfsInterface.hh"#include "XrdNet/XrdNetOpts.hh"#include "XrdNet/XrdNetPMarkCfg.hh"#include "XrdNet/XrdNetSocket.hh"#include "XrdOuc/XrdOuca2x.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdOuc/XrdOucProg.hh"#include "XrdOuc/XrdOucReqID.hh"#include "XrdOuc/XrdOucString.hh"#include "XrdOuc/XrdOucStream.hh"#include "XrdOuc/XrdOucUtils.hh"#include "XrdSec/XrdSecLoadSecurity.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdTls/XrdTlsContext.hh"#include "XrdXrootd/XrdXrootdAdmin.hh"#include "XrdXrootd/XrdXrootdCallBack.hh"#include "XrdXrootd/XrdXrootdFile.hh"#include "XrdXrootd/XrdXrootdFileLock.hh"#include "XrdXrootd/XrdXrootdFileLock1.hh"#include "XrdXrootd/XrdXrootdJob.hh"#include "XrdXrootd/XrdXrootdPrepare.hh"#include "XrdXrootd/XrdXrootdProtocol.hh"#include "XrdXrootd/XrdXrootdRedirPI.hh"#include "XrdXrootd/XrdXrootdStats.hh"#include "XrdXrootd/XrdXrootdTrace.hh"#include "XrdXrootd/XrdXrootdTransit.hh"#include "XrdXrootd/XrdXrootdXPath.hh"#include "Xrd/XrdBuffer.hh"#include "Xrd/XrdInet.hh"#include "Xrd/XrdLink.hh"
Include dependency graph for XrdXrootdConfig.cc:Go to the source code of this file.
Namespaces | |
| XrdXrootd | |
Macros | |
| #define | TS_Xeq(x, m) (!strcmp(x,var)) GoNo = m(Config) |
| #define | TS_Zeq(x, m) (!strcmp(x,var)) GoNo = m(&eDest, Config) |
Functions | |
| XrdSfsFileSystem * | XrdSfsGetDefaultFileSystem (XrdSfsFileSystem *nativeFS, XrdSysLogger *Logger, const char *configFn, XrdOucEnv *EnvInfo) |
| XrdSfsFileSystem * | XrdXrootdloadFileSystem (XrdSysError *, XrdSfsFileSystem *, const char *, const char *, XrdOucEnv *) |
| XrdXrootdRedirPI * | XrdXrootdloadRedirLib (XrdSysError *, XrdXrootdRedirPI *, const char *, const char *, const char *, XrdOucEnv *) |
Variables | |
| char * | XrdXrootd::bifResp [2] = {0,0} |
| int | XrdXrootd::bifRLen [2] = {0,0} |
| XrdXrootdStats * | XrdXrootd::SI |
| XrdOucString * | XrdXrootdCF |
| const char * | XrdXrootdInstance |
| int | XrdXrootdPort |
| XrdXrootdPrepare * | XrdXrootdPrepQ |
| XrdSysTrace | XrdXrootdTrace |
| #define TS_Xeq | ( | x, | |
| m | |||
| ) | (!strcmp(x,var)) GoNo = m(Config) |
Definition at line 559 of file XrdXrootdConfig.cc.
| #define TS_Zeq | ( | x, | |
| m | |||
| ) | (!strcmp(x,var)) GoNo = m(&eDest, Config) |
Definition at line 560 of file XrdXrootdConfig.cc.
| XrdSfsFileSystem* XrdSfsGetDefaultFileSystem | ( | XrdSfsFileSystem * | nativeFS, |
| XrdSysLogger * | Logger, | ||
| const char * | configFn, | ||
| XrdOucEnv * | EnvInfo | ||
| ) |
Definition at line 49 of file XrdOfsFS.cc.
References XrdOfs::ConfigFN, XrdOfs::Configure(), XrdSysError::logger(), OfsEroute, OfsTrace, XrdSysTrace::SetLogger(), XrdSysError::SetPrefix(), and XrdOfsFS.
Referenced by LoadFS().
Here is the call graph for this function:
Here is the caller graph for this function:| XrdSfsFileSystem* XrdXrootdloadFileSystem | ( | XrdSysError * | eDest, |
| XrdSfsFileSystem * | prevFS, | ||
| const char * | fslib, | ||
| const char * | cfn, | ||
| XrdOucEnv * | envP | ||
| ) |
Definition at line 44 of file XrdXrootdLoadLib.cc.
References eDest, XrdSysError::Emsg(), XrdProxy::envP, XrdOucEnv::Export(), XrdSysError::logger(), XrdCms::myVersion, XrdOucPinLoader::Resolve(), and XrdCms::XrdVERSIONINFODEF().
Here is the call graph for this function:| XrdXrootdRedirPI* XrdXrootdloadRedirLib | ( | XrdSysError * | eDest, |
| XrdXrootdRedirPI * | prevPI, | ||
| const char * | rdrlib, | ||
| const char * | parms, | ||
| const char * | cfn, | ||
| XrdOucEnv * | envP | ||
| ) |
Definition at line 82 of file XrdXrootdLoadLib.cc.
References eDest, XrdSysError::Emsg(), XrdProxy::envP, XrdSysError::logger(), XrdCms::myVersion, XrdOucPinLoader::Resolve(), and XrdCms::XrdVERSIONINFODEF().
Here is the call graph for this function:| XrdOucString* XrdXrootdCF |
Definition at line 113 of file XrdXrootdConfig.cc.
Referenced by XrdXrootdProtocol::Configure().
| const char* XrdXrootdInstance |
Definition at line 119 of file XrdXrootdConfig.cc.
Referenced by XrdXrootdProtocol::Configure().
| int XrdXrootdPort |
Definition at line 121 of file XrdXrootdConfig.cc.
Referenced by XrdXrootdProtocol::Configure().
| XrdXrootdPrepare* XrdXrootdPrepQ |
Definition at line 117 of file XrdXrootdConfig.cc.
Referenced by XrdXrootdProtocol::Configure().
|
extern |
Definition at line 96 of file XrdFrmAdminMain.cc.
Referenced by XrdXrootdProtocol::Configure().