|
XRootD
|
#include <unistd.h>#include <cctype>#include <dirent.h>#include <fcntl.h>#include <string>#include <strings.h>#include <cstdio>#include <sys/param.h>#include <sys/resource.h>#include <sys/stat.h>#include <sys/types.h>#include "XrdVersion.hh"#include "XrdFrc/XrdFrcProxy.hh"#include "XrdOss/XrdOssPath.hh"#include "XrdOss/XrdOssApi.hh"#include "XrdOss/XrdOssCache.hh"#include "XrdOss/XrdOssConfig.hh"#include "XrdOss/XrdOssError.hh"#include "XrdOss/XrdOssMio.hh"#include "XrdOss/XrdOssOpaque.hh"#include "XrdOss/XrdOssSpace.hh"#include "XrdOss/XrdOssTrace.hh"#include "XrdOuc/XrdOuca2x.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdSys/XrdSysError.hh"#include "XrdOuc/XrdOucExport.hh"#include "XrdOuc/XrdOucMsubs.hh"#include "XrdOuc/XrdOucN2NLoader.hh"#include "XrdOuc/XrdOucPinLoader.hh"#include "XrdOuc/XrdOucProg.hh"#include "XrdOuc/XrdOucStream.hh"#include "XrdOuc/XrdOucString.hh"#include "XrdOuc/XrdOucUtils.hh"#include "XrdSys/XrdSysE2T.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdSys/XrdSysPlatform.hh"
Include dependency graph for XrdOssConfig.cc:Go to the source code of this file.
Macros | |
| #define | Duplicate(x, y) if (y) free(y); y = strdup(x) |
| #define | TS_Add(x, m, v, s) if (!strcmp(x,var)) {m |= (v|s); return 0;} |
| #define | TS_Ade(x, m, v, s) if (!strcmp(x,var)) {m |= (v|s); Config.Echo(); return 0;} |
| #define | TS_Char(x, m) if (!strcmp(x,var)) {m = val[0]; return 0;} |
| #define | TS_List(x, m, v) |
| #define | TS_Rem(x, m, v, s) if (!strcmp(x,var)) {m = (m & ~v) | s; return 0;} |
| #define | TS_Set(x, m, v) if (!strcmp(x,var)) {m = v; Config.Echo(); return 0;} |
| #define | TS_String(x, m) if (!strcmp(x,var)) {Duplicate(val,m); return 0;} |
| #define | TS_Xeq(x, m) if (!strcmp(x,var)) return m(Config, Eroute); |
| #define | xrdmax(a, b) (a < b ? b : a) |
| #define | XrdOssConfig_Val(base, opt) |
| #define | XrdOssConfig_Vop(base, opt, optchk0, opt1, opt2, optchk1, opt3, opt4) |
Functions | |
| void * | XrdOssCacheScan (void *carg) |
| void * | XrdOssxfr (void *carg) |
Variables | |
| XrdSysTrace | OssTrace |
| const char * | XrdOssErrorText [] |
| XrdOucPListAnchor * | XrdOssRPList |
| XrdOssSys * | XrdOssSS |
| #define Duplicate | ( | x, | |
| y | |||
| ) | if (y) free(y); y = strdup(x) |
Definition at line 119 of file XrdOssConfig.cc.
| #define TS_Add | ( | x, | |
| m, | |||
| v, | |||
| s | |||
| ) | if (!strcmp(x,var)) {m |= (v|s); return 0;} |
Definition at line 130 of file XrdOssConfig.cc.
| #define TS_Ade | ( | x, | |
| m, | |||
| v, | |||
| s | |||
| ) | if (!strcmp(x,var)) {m |= (v|s); Config.Echo(); return 0;} |
Definition at line 131 of file XrdOssConfig.cc.
| #define TS_Char | ( | x, | |
| m | |||
| ) | if (!strcmp(x,var)) {m = val[0]; return 0;} |
Definition at line 128 of file XrdOssConfig.cc.
| #define TS_List | ( | x, | |
| m, | |||
| v | |||
| ) |
Definition at line 125 of file XrdOssConfig.cc.
| #define TS_Rem | ( | x, | |
| m, | |||
| v, | |||
| s | |||
| ) | if (!strcmp(x,var)) {m = (m & ~v) | s; return 0;} |
Definition at line 132 of file XrdOssConfig.cc.
| #define TS_Set | ( | x, | |
| m, | |||
| v | |||
| ) | if (!strcmp(x,var)) {m = v; Config.Echo(); return 0;} |
Definition at line 134 of file XrdOssConfig.cc.
Definition at line 123 of file XrdOssConfig.cc.
| #define TS_Xeq | ( | x, | |
| m | |||
| ) | if (!strcmp(x,var)) return m(Config, Eroute); |
Definition at line 121 of file XrdOssConfig.cc.
| #define xrdmax | ( | a, | |
| b | |||
| ) | (a < b ? b : a) |
Definition at line 136 of file XrdOssConfig.cc.
| #define XrdOssConfig_Val | ( | base, | |
| opt | |||
| ) |
Definition at line 385 of file XrdOssConfig.cc.
| #define XrdOssConfig_Vop | ( | base, | |
| opt, | |||
| optchk0, | |||
| opt1, | |||
| opt2, | |||
| optchk1, | |||
| opt3, | |||
| opt4 | |||
| ) |
Definition at line 390 of file XrdOssConfig.cc.
| void * XrdOssCacheScan | ( | void * | carg | ) |
Definition at line 144 of file XrdOssConfig.cc.
References XrdOssCache::Scan().
Referenced by XrdOssSys::Configure().
Here is the call graph for this function:
Here is the caller graph for this function:| void * XrdOssxfr | ( | void * | carg | ) |
Definition at line 142 of file XrdOssConfig.cc.
References XrdOssSys::Stage_In(), and XrdOssSS.
Referenced by XrdOssSys::ConfigStageC().
Here is the call graph for this function:
Here is the caller graph for this function:
|
extern |
| const char* XrdOssErrorText[] |
Definition at line 86 of file XrdOssConfig.cc.
Referenced by XrdOssSys::Configure().
| XrdOucPListAnchor* XrdOssRPList |
Definition at line 80 of file XrdOssConfig.cc.
Referenced by XrdOssSys::Configure(), XrdFrmConfig::NeedsCTA(), and XrdFrmConfig::PathOpts().
|
extern |
Definition at line 77 of file XrdOssApi.cc.
Referenced by XrdOssxfr().