#include <sys/types.h>#include <errno.h>#include "XrdSys/XrdSysHeaders.hh"#include "XrdOss/XrdOss.hh"#include "XrdOss/XrdOssConfig.hh"#include "XrdOss/XrdOssError.hh"#include "XrdSys/XrdSysError.hh"#include "XrdOuc/XrdOucExport.hh"#include "XrdOuc/XrdOucPList.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdOuc/XrdOucStream.hh"Go to the source code of this file.
Classes | |
| class | XrdOssDir |
| class | XrdOssFile |
| class | XrdOssSys |
Defines | |
| #define | Check_RO(act, flags, path, opname) |
| #define Check_RO | ( | act, | |||
| flags, | |||||
| path, | |||||
| opname | ) |
Value:
XRDEXP_REMOTE & (flags = PathOpts(path)); \ if (flags & XRDEXP_NOTRW) \ return OssEroute.Emsg(#act, -XRDOSS_E8005, opname, path)
Definition at line 320 of file XrdOssApi.hh.
Referenced by XrdOssSys::Create(), XrdOssSys::Remdir(), XrdOssSys::Rename(), and XrdOssSys::Unlink().
1.5.1