#include <unistd.h>#include <errno.h>#include <string.h>#include <stdio.h>#include <stdlib.h>#include <sys/param.h>#include <sys/stat.h>#include <sys/types.h>#include "XrdVersion.hh"#include "XrdBwm/XrdBwm.hh"#include "XrdBwm/XrdBwmTrace.hh"#include "XrdAcc/XrdAccAuthorize.hh"#include "XrdNet/XrdNetDNS.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdOuc/XrdOucTrace.hh"#include "XrdSec/XrdSecEntity.hh"#include "XrdSfs/XrdSfsAio.hh"#include "XrdSfs/XrdSfsInterface.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdSys/XrdSysPlatform.hh"#include "XrdSys/XrdSysPthread.hh"Go to the source code of this file.
Functions | |
| XrdOucTrace | BwmTrace (&BwmEroute) |
| XrdSfsFileSystem * | XrdSfsGetFileSystem (XrdSfsFileSystem *native_fs, XrdSysLogger *lp, const char *configfn) |
Variables | |
| const char * | XrdBwmCVSID = "$Id: XrdBwm.cc 35287 2010-09-14 21:19:35Z ganis $" |
| XrdSysError | BwmEroute (0) |
| XrdBwm | XrdBwmFS |
| XrdOucTrace BwmTrace | ( | & | BwmEroute | ) |
| XrdSfsFileSystem* XrdSfsGetFileSystem | ( | XrdSfsFileSystem * | native_fs, | |
| XrdSysLogger * | lp, | |||
| const char * | configfn | |||
| ) |
Definition at line 131 of file XrdBwm.cc.
References BwmEroute, XrdBwm::ConfigFN, XrdBwm::Configure(), XrdSysError::logger(), XrdSysError::Say(), XrdSysError::SetPrefix(), and XrdBwmFS.
Referenced by XrdBwmHandle::Dispatch(), XrdBwm::Emsg(), XrdBwmHandle::Retire(), XrdBwmHandle::setPolicy(), and XrdSfsGetFileSystem().
| const char* XrdBwmCVSID = "$Id: XrdBwm.cc 35287 2010-09-14 21:19:35Z ganis $" |
Definition at line 65 of file XrdBwm.cc.
Referenced by XrdBwm::chmod(), XrdBwmFile::close(), XrdBwmDirectory::close(), XrdBwmFile::fctl(), XrdBwm::fsctl(), XrdBwm::mkdir(), XrdBwmDirectory::nextEntry(), XrdBwmFile::open(), XrdBwmDirectory::open(), XrdBwm::remove(), XrdBwm::rename(), XrdBwm::stat(), XrdBwm::truncate(), XrdBwmFile::truncate(), and XrdSfsGetFileSystem().
1.5.1