|
xrootd
|
Static Public Member Functions | |
| static int | Chmod (const char *fn, mode_t mode) |
| static int | Close (int fd) |
| static int | Mkdir (const char *fn, mode_t mode) |
| static int | Open (const char *path, int oflag, mode_t omode) |
| static int | Rem (const char *fn) |
| static int | Remdir (const char *fn) |
| static int | Rename (const char *ofn, const char *nfn) |
| static int | Statfd (int fd, struct stat *buf) |
| static int | Statfn (const char *fn, struct stat *buf) |
| static int | Truncate (const char *fn, off_t flen) |
| static int XrdSfsUFS::Chmod | ( | const char * | fn, |
| mode_t | mode | ||
| ) | [inline, static] |
Referenced by XrdSfsNative::chmod().
| static int XrdSfsUFS::Close | ( | int | fd | ) | [inline, static] |
References close.
Referenced by XrdSfsNativeFile::close().
| static int XrdSfsUFS::Mkdir | ( | const char * | fn, |
| mode_t | mode | ||
| ) | [inline, static] |
References mkdir().
Referenced by XrdSfsNative::mkdir(), and XrdSfsNative::Mkpath().
| static int XrdSfsUFS::Open | ( | const char * | path, |
| int | oflag, | ||
| mode_t | omode | ||
| ) | [inline, static] |
References open().
Referenced by XrdSfsNativeFile::open().
| static int XrdSfsUFS::Rem | ( | const char * | fn | ) | [inline, static] |
References unlink().
Referenced by XrdSfsNative::rem().
| static int XrdSfsUFS::Remdir | ( | const char * | fn | ) | [inline, static] |
References rmdir().
Referenced by XrdSfsNative::remdir().
| static int XrdSfsUFS::Rename | ( | const char * | ofn, |
| const char * | nfn | ||
| ) | [inline, static] |
References rename().
Referenced by XrdSfsNative::rename().
| static int XrdSfsUFS::Statfd | ( | int | fd, |
| struct stat * | buf | ||
| ) | [inline, static] |
References fstat().
Referenced by XrdSfsNativeFile::open(), and XrdSfsNativeFile::stat().
| static int XrdSfsUFS::Statfn | ( | const char * | fn, |
| struct stat * | buf | ||
| ) | [inline, static] |
References stat().
Referenced by XrdSfsNative::exists(), XrdSfsNative::Mkpath(), XrdSfsNativeFile::open(), and XrdSfsNative::stat().
| static int XrdSfsUFS::Truncate | ( | const char * | fn, |
| off_t | flen | ||
| ) | [inline, static] |
References truncate().
1.7.3