#include <sys/stat.h>
#include <sys/uio.h>
#include <unistd.h>
#include <fcntl.h>
Go to the source code of this file.
Classes | |
struct | iovec64 |
Macros | |
#define | rfio_errno (*C__rfio_errno()) |
#define | RFIO_READOPT 1 |
#define | serrno (*C__serrno()) |
Functions | |
int * | C__rfio_errno (void) |
int * | C__serrno (void) |
int | Cthread_init (void) |
int | rfio_access (const char *filepath, int mode) |
int | rfio_close (int s) |
int | rfio_close64 (int s) |
int | rfio_closedir (void *dirp) |
int | rfio_fstat64 (int s, struct stat *statbuf) |
off64_t | rfio_lseek64 (int s, off64_t offset, int how) |
int | rfio_mkdir (const char *path, int mode) |
int | rfio_open64 (const char *filepath, int flags, int mode) |
void * | rfio_opendir (const char *dirpath) |
int | rfio_parse (const char *name, char **host, char **path) |
void | rfio_perror (const char *msg) |
int | rfio_preseek64 (int, struct iovec64 *, int) |
int | rfio_read64 (int s, void *ptr, int size) |
void * | rfio_readdir (void *dirp) |
char * | rfio_serror () |
int | rfio_stat64 (const char *path, struct stat *statbuf) |
int | rfio_unlink (const char *filepath) |
int | rfio_write64 (int s, const void *ptr, int size) |
int | rfioreadopt (int opt) |
int | rfiosetopt (int opt, int *pval, int len) |
#define rfio_errno (*C__rfio_errno()) |
Definition at line 11 of file RFIO.h.
Referenced by RFIOFile::close(), RFIOFile::open(), RFIOFile::position(), RFIOFile::read(), RFIOFile::retryRead(), and RFIOFile::write().
#define RFIO_READOPT 1 |
Definition at line 9 of file RFIO.h.
Referenced by RFIOFile::open().
#define serrno (*C__serrno()) |
Definition at line 10 of file RFIO.h.
Referenced by RFIOFile::abort(), RFIOFile::close(), RFIOFile::open(), RFIOFile::position(), RFIOFile::read(), RFIOFile::retryRead(), RFIOStorageMaker::stagein(), and RFIOFile::write().
int* C__rfio_errno | ( | void | ) |
Referenced by rfio_close64().
int* C__serrno | ( | void | ) |
Referenced by rfio_close64().
int Cthread_init | ( | void | ) |
Referenced by rfio_close64(), and RFIOStorageMaker::RFIOStorageMaker().
int rfio_access | ( | const char * | filepath, |
int | mode | ||
) |
Referenced by RFIOStorageMaker::check(), and rfio_close64().
int rfio_close | ( | int | s | ) |
Referenced by rfio_close64().
int rfio_close64 | ( | int | s | ) |
Definition at line 29 of file RFIO.h.
References C__rfio_errno(), C__serrno(), Cthread_init(), classname-blmflt::filepath, query::host, ALCARECOPromptCalibProdSiPixelAli0T_cff::mode, mps_alisetup::msg, dataset::name, PFRecoTauDiscriminationByIsolation_cfi::offset, callgraph::path, rfio_access(), rfio_close(), rfio_closedir(), rfio_fstat64(), rfio_lseek64(), rfio_mkdir(), rfio_opendir(), rfio_parse(), rfio_perror(), rfio_read64(), rfio_readdir(), rfio_serror(), rfio_stat64(), rfio_unlink(), rfio_write64(), rfioreadopt(), rfiosetopt(), alignCSCRings::s, and findQualityFiles::size.
Referenced by RFIOFile::abort(), and RFIOFile::close().
int rfio_closedir | ( | void * | dirp | ) |
Referenced by rfio_close64().
int rfio_fstat64 | ( | int | s, |
struct stat * | statbuf | ||
) |
Referenced by rfio_close64().
off64_t rfio_lseek64 | ( | int | s, |
off64_t | offset, | ||
int | how | ||
) |
Referenced by RFIOFile::position(), and rfio_close64().
int rfio_mkdir | ( | const char * | path, |
int | mode | ||
) |
Referenced by rfio_close64().
int rfio_open64 | ( | const char * | filepath, |
int | flags, | ||
int | mode | ||
) |
Referenced by RFIOFile::open().
void* rfio_opendir | ( | const char * | dirpath | ) |
Referenced by rfio_close64().
int rfio_parse | ( | const char * | name, |
char ** | host, | ||
char ** | path | ||
) |
Referenced by rfio_close64().
void rfio_perror | ( | const char * | msg | ) |
Referenced by rfio_close64().
int rfio_preseek64 | ( | int | , |
struct iovec64 * | , | ||
int | |||
) |
int rfio_read64 | ( | int | s, |
void * | ptr, | ||
int | size | ||
) |
Referenced by RFIOFile::retryRead(), and rfio_close64().
void* rfio_readdir | ( | void * | dirp | ) |
Referenced by rfio_close64().
char* rfio_serror | ( | ) |
int rfio_stat64 | ( | const char * | path, |
struct stat * | statbuf | ||
) |
Referenced by RFIOStorageMaker::check(), and rfio_close64().
int rfio_unlink | ( | const char * | filepath | ) |
Referenced by rfio_close64().
int rfio_write64 | ( | int | s, |
const void * | ptr, | ||
int | size | ||
) |
Referenced by rfio_close64(), and RFIOFile::write().
int rfioreadopt | ( | int | opt | ) |
Referenced by rfio_close64().
int rfiosetopt | ( | int | opt, |
int * | pval, | ||
int | len | ||
) |
Referenced by RFIOFile::open(), and rfio_close64().