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.
![]() ![]() |
Go to the source code of this file.
Functions | |
int | rsFilePut (rsComm_t *rsComm, fileOpenInp_t *filePutInp, bytesBuf_t *filePutInpBBuf, filePutOut_t **) |
int | _rsFilePut (rsComm_t *rsComm, fileOpenInp_t *filePutInp, bytesBuf_t *filePutInpBBuf, rodsServerHost_t *rodsServerHost, filePutOut_t **) |
int | remoteFilePut (rsComm_t *rsComm, fileOpenInp_t *filePutInp, bytesBuf_t *filePutInpBBuf, rodsServerHost_t *rodsServerHost, filePutOut_t **) |
int _rsFilePut | ( | rsComm_t * | rsComm, |
fileOpenInp_t * | filePutInp, | ||
bytesBuf_t * | filePutInpBBuf, | ||
rodsServerHost_t * | rodsServerHost, | ||
filePutOut_t ** | |||
) |
Definition at line 121 of file rsFilePut.cpp.
References _rsFileCreate(), _rsFileOpen(), BytesBuf::buf, irods::error::code(), fileOpenInp_t::condInput, DIRECT_ARCHIVE_ACCESS, fileClose(), fileOpenInp_t::fileName, fileWrite(), fileOpenInp_t::flags, FORCE_FLAG, getErrno(), fileOpenInp_t::in_pdmo, BytesBuf::len, irods::log(), LOG_DEBUG, LOG_DEBUG10, fileOpenInp_t::objPath, irods::error::ok(), fileOpenInp_t::otherFlags, PASSMSG, fileOpenInp_t::resc_hier_, rodsLog(), and SYS_COPY_LEN_ERR.
Referenced by rsFilePut().
int remoteFilePut | ( | rsComm_t * | rsComm, |
fileOpenInp_t * | filePutInp, | ||
bytesBuf_t * | filePutInpBBuf, | ||
rodsServerHost_t * | rodsServerHost, | ||
filePutOut_t ** | |||
) |
Definition at line 84 of file rsFilePut.cpp.
References rodsServerHost::conn, DIRECT_ARCHIVE_ACCESS, fileOpenInp_t::fileName, LOG_ERROR, LOG_NOTICE, NULL, rcFilePut(), rodsLog(), irods.pypyodbc::status, svrToSvrConnect(), and SYS_INVALID_SERVER_HOST.
Referenced by rsFilePut().
int rsFilePut | ( | rsComm_t * | rsComm, |
fileOpenInp_t * | filePutInp, | ||
bytesBuf_t * | filePutInpBBuf, | ||
filePutOut_t ** | |||
) |
Definition at line 32 of file rsFilePut.cpp.
References _rsFilePut(), irods::stacktrace::dump(), irods::get_host_for_hier_string(), LOCAL_HOST, irods::log(), LOG_NOTICE, irods::error::ok(), PASSMSG, REMOTE_HOST, remoteFilePut(), fileOpenInp_t::resc_hier_, rodsLog(), irods.pypyodbc::status, and SYS_UNRECOGNIZED_REMOTE_FLAG.
Referenced by l3FilePutSingleBuf().