irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include <fileOpr.hpp>
Public Attributes | |
int | inuseFlag |
rodsServerHost_t * | rodsServerHost |
char * | fileName |
char * | rescHier |
char * | objPath |
int | mode |
int | chkPerm |
int | fd |
int | writtenFlag |
void * | driverDep |
Definition at line 24 of file fileOpr.hpp.
int fileDesc_t::chkPerm |
Definition at line 31 of file fileOpr.hpp.
void* fileDesc_t::driverDep |
Definition at line 34 of file fileOpr.hpp.
Referenced by _rsFileClosedir(), _rsFileReaddir(), and rsFileOpendir().
int fileDesc_t::fd |
Definition at line 32 of file fileOpr.hpp.
Referenced by _rsFileClose(), _rsFileLseek(), _rsFileRead(), _rsFileWrite(), allocAndFillFileDesc(), convL3descInx(), and irods::file_object::file_object().
char* fileDesc_t::fileName |
Definition at line 27 of file fileOpr.hpp.
Referenced by _rsFileClose(), _rsFileClosedir(), _rsFileLseek(), _rsFileRead(), _rsFileReaddir(), _rsFileWrite(), allocAndFillFileDesc(), l3OpenByHost(), remoteFileRead(), remoteFileReaddir(), and remoteFileWrite().
int fileDesc_t::inuseFlag |
Definition at line 25 of file fileOpr.hpp.
Referenced by allocFileDesc().
int fileDesc_t::mode |
Definition at line 30 of file fileOpr.hpp.
Referenced by allocAndFillFileDesc(), and l3OpenByHost().
char* fileDesc_t::objPath |
Definition at line 29 of file fileOpr.hpp.
Referenced by _rsFileClose(), _rsFileLseek(), _rsFileRead(), _rsFileWrite(), allocAndFillFileDesc(), and l3OpenByHost().
char* fileDesc_t::rescHier |
Definition at line 28 of file fileOpr.hpp.
Referenced by _rsFileClose(), _rsFileClosedir(), _rsFileLseek(), _rsFileRead(), _rsFileReaddir(), _rsFileWrite(), allocAndFillFileDesc(), apply_acPostProcForDataCopyReceived(), apply_acPostProcForParallelTransferReceived(), and l3OpenByHost().
rodsServerHost_t* fileDesc_t::rodsServerHost |
Definition at line 26 of file fileOpr.hpp.
Referenced by allocAndFillFileDesc(), dataObjCopy(), getServerHostByFileInx(), rsDataCopy(), rsDataGet(), and rsDataPut().
int fileDesc_t::writtenFlag |
Definition at line 33 of file fileOpr.hpp.
Referenced by rsFileWrite().