|
xrootd
|
#include <XrdOssApi.hh>


Public Member Functions | |
| int | Close (long long *retsz=0) |
| int | Opendir (const char *, XrdOucEnv &) |
| int | Readdir (char *buff, int blen) |
| int | StatRet (struct stat *buff) |
| XrdOssDir (const char *tid, DIR *dP=0) | |
| ~XrdOssDir () | |
Public Member Functions inherited from XrdOssDF | |
| virtual int | Fchmod (mode_t mode) |
| virtual void | Flush () |
| Flush filesystem cached pages for this file (used for checksums). More... | |
| virtual int | Fstat (struct stat *buf) |
| virtual int | Fsync () |
| virtual int | Fsync (XrdSfsAio *aiop) |
| virtual int | Ftruncate (unsigned long long) |
| virtual off_t | getMmap (void **addr) |
| virtual int | isCompressed (char *cxidp=0) |
| virtual int | Open (const char *path, int Oflag, mode_t Mode, XrdOucEnv &env) |
| virtual ssize_t | pgRead (void *buffer, off_t offset, size_t rdlen, uint32_t *csvec, uint64_t opts) |
| virtual int | pgRead (XrdSfsAio *aioparm, uint64_t opts) |
| virtual ssize_t | pgWrite (void *buffer, off_t offset, size_t wrlen, uint32_t *csvec, uint64_t opts) |
| virtual int | pgWrite (XrdSfsAio *aoiparm, uint64_t opts) |
| virtual ssize_t | Read (off_t offset, size_t size) |
| virtual ssize_t | Read (void *buffer, off_t offset, size_t size) |
| virtual int | Read (XrdSfsAio *aoip) |
| virtual ssize_t | ReadRaw (void *buffer, off_t offset, size_t size) |
| virtual ssize_t | ReadV (XrdOucIOVec *readV, int rdvcnt) |
| virtual ssize_t | Write (const void *buffer, off_t offset, size_t size) |
| virtual int | Write (XrdSfsAio *aiop) |
| virtual ssize_t | WriteV (XrdOucIOVec *writeV, int wrvcnt) |
| uint16_t | DFType () |
| virtual int | Fctl (int cmd, int alen, const char *args, char **resp=0) |
| virtual int | getFD () |
| virtual const char * | getTID () |
| XrdOssDF (const char *tid="", uint16_t dftype=0, int fdnum=-1) | |
| virtual | ~XrdOssDF () |
Private Attributes | |
| DIR * | lclfd |
| void * | mssfd |
| struct stat * | Stat |
| bool | ateof |
| bool | isopen |
| unsigned char | dOpts |
Static Private Attributes | |
| static const int | isStage = 0x01 |
| static const int | noCheck = 0x02 |
| static const int | noDread = 0x04 |
Additional Inherited Members | |
Static Public Attributes inherited from XrdOssDF | |
| static const uint64_t | Verify = 0x8000000000000000ULL |
| all: Verify checksums More... | |
| static const uint64_t | doCalc = 0x4000000000000000ULL |
| pgw: Calculate checksums More... | |
| static const uint16_t | DF_isDir = 0x0001 |
| Object is for a directory. More... | |
| static const uint16_t | DF_isFile = 0x0002 |
| Object is for a file. More... | |
| static const uint16_t | DF_isProxy = 0x0010 |
| Object is a proxy object. More... | |
Protected Attributes inherited from XrdOssDF | |
| const char * | tident |
| off_t | pgwEOF |
| int | fd |
| uint16_t | dfType |
| short | rsvd |
|
inline |
References XrdOssDF::fd.
|
virtual |
Close a directory or file.
| retsz | If not nil, where the size of the file is to be returned. |
Implements XrdOssDF.
Referenced by ~XrdOssDir().
|
virtual |
Open a directory.
| path | - Pointer to the path of the directory to be opened. |
| env | - Reference to environmental information. |
Reimplemented from XrdOssDF.
|
virtual |
Get the next directory entry.
| buff | - Pointer to buffer where a null terminated string of the entry name is to be returned. If no more entries exist, a null string is returned. |
| blen | - Length of the buffer. |
Reimplemented from XrdOssDF.
|
virtual |
Set the stat() buffer where stat information is to be placed corresponding to the directory entry returned by Readdir().
| buff | - Pointer to stat structure to be used. |
Reimplemented from XrdOssDF.
|
private |
|
private |
|
private |
Referenced by ~XrdOssDir().
|
staticprivate |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
private |