XRootD
XrdDigUFS Class Reference
+ Collaboration diagram for XrdDigUFS:

Static Public Member Functions

static int Close (int fd)
 
static int Open (const char *path, int oflag)
 
static int Statfd (int fd, struct stat *buf)
 
static int Statfn (const char *fn, struct stat *buf)
 
static int Statlk (const char *fn, struct stat *buf)
 

Detailed Description

Definition at line 86 of file XrdDigFS.cc.

Member Function Documentation

◆ Close()

static int XrdDigUFS::Close ( int  fd)
inlinestatic

Definition at line 90 of file XrdDigFS.cc.

90 {return close(fd);}
#define close(a)
Definition: XrdPosix.hh:43

References close.

Referenced by XrdDigFile::close(), and XrdDigFile::open().

+ Here is the caller graph for this function:

◆ Open()

static int XrdDigUFS::Open ( const char *  path,
int  oflag 
)
inlinestatic

Definition at line 92 of file XrdDigFS.cc.

92 {return open(path, oflag);}
int open(const char *path, int oflag,...)

References open().

Referenced by XrdDigFile::open().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Statfd()

static int XrdDigUFS::Statfd ( int  fd,
struct stat buf 
)
inlinestatic

Definition at line 94 of file XrdDigFS.cc.

94 {return fstat(fd, buf);}
int fstat(int fildes, struct stat *buf)

References fstat().

Referenced by XrdDigFile::open(), and XrdDigFile::stat().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Statfn()

static int XrdDigUFS::Statfn ( const char *  fn,
struct stat buf 
)
inlinestatic

Definition at line 96 of file XrdDigFS.cc.

96 {return stat(fn, buf);}
int stat(const char *path, struct stat *buf)

References stat().

Referenced by XrdDigFS::exists(), and XrdDigFS::stat().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Statlk()

static int XrdDigUFS::Statlk ( const char *  fn,
struct stat buf 
)
inlinestatic

Definition at line 98 of file XrdDigFS.cc.

98 {return lstat(fn, buf);}
int lstat(const char *path, struct stat *buf)

References lstat().

Referenced by XrdDigFile::open().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: