#include <unistd.h>#include <dirent.h>#include <errno.h>#include <fcntl.h>#include <memory.h>#include <string.h>#include <stdio.h>#include <time.h>#include <netdb.h>#include <stdlib.h>#include <sys/param.h>#include <sys/stat.h>#include <sys/time.h>#include <sys/types.h>#include "XrdVersion.hh"#include "XrdOfs/XrdOfs.hh"#include "XrdOfs/XrdOfsEvs.hh"#include "XrdOfs/XrdOfsPoscq.hh"#include "XrdOfs/XrdOfsTrace.hh"#include "XrdOfs/XrdOfsSecurity.hh"#include "XrdOfs/XrdOfsStats.hh"#include "XrdCms/XrdCmsClient.hh"#include "XrdOss/XrdOss.hh"#include "XrdNet/XrdNetDNS.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdOuc/XrdOuca2x.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdSys/XrdSysError.hh"#include "XrdOuc/XrdOucLock.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdOuc/XrdOucMsubs.hh"#include "XrdSys/XrdSysPlatform.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdOuc/XrdOucTList.hh"#include "XrdOuc/XrdOucTrace.hh"#include "XrdSec/XrdSecEntity.hh"#include "XrdSfs/XrdSfsAio.hh"#include "XrdSfs/XrdSfsInterface.hh"
Functions | |
| XrdSfsFileSystem * | XrdSfsGetFileSystem (XrdSfsFileSystem *native_fs, XrdSysLogger *lp, const char *configfn) |
Variables | |
| const char * | XrdOfsCVSID = "$Id: XrdOfs.cc,v 1.69 2010/02/25 12:17:17 abh Exp $" |
| XrdSysError | OfsEroute (0) |
| XrdOfsStats | OfsStats |
| XrdOfs | XrdOfsFS |
| XrdOss * | XrdOfsOss |
| XrdSfsFileSystem* XrdSfsGetFileSystem | ( | XrdSfsFileSystem * | native_fs, | |
| XrdSysLogger * | lp, | |||
| const char * | configfn | |||
| ) |
Referenced by XrdOfs::Emsg(), XrdOfs::Unpersist(), and XrdSfsGetFileSystem().
| const char* XrdOfsCVSID = "$Id: XrdOfs.cc,v 1.69 2010/02/25 12:17:17 abh Exp $" |
Referenced by XrdOfs::ConfigPosc().
1.7.1