xrootd
Loading...
Searching...
No Matches
Classes | Macros
XrdOssApi.hh File Reference
#include <sys/types.h>
#include <cerrno>
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdOss/XrdOss.hh"
#include "XrdOss/XrdOssConfig.hh"
#include "XrdOss/XrdOssError.hh"
#include "XrdOss/XrdOssStatInfo.hh"
#include "XrdOuc/XrdOucExport.hh"
#include "XrdOuc/XrdOucPList.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysPthread.hh"
Include dependency graph for XrdOssApi.hh:

Go to the source code of this file.

Classes

class  XrdOssDir
 
class  XrdOssFile
 
class  XrdOssSys
 

Macros

#define spAssign   1
 
#define Check_RO(act, flags, path, opname)
 
#define Check_RW(act, path, opname)
 

Macro Definition Documentation

◆ Check_RO

#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)
#define XRDOSS_E8005
Definition XrdOssError.hh:39
#define XRDEXP_NOTRW
Definition XrdOucExport.hh:45
#define XRDEXP_REMOTE
Definition XrdOucExport.hh:85

◆ Check_RW

#define Check_RW (   act,
  path,
  opname 
)
Value:
if (PathOpts(path) & XRDEXP_NOTRW) \
return OssEroute.Emsg(#act, -XRDOSS_E8005, opname, path)

◆ spAssign

#define spAssign   1