|
IOR
|

Go to the source code of this file.
Data Structures | |
| struct | CHFS_File |
| struct | chfs_option |
Variables | |
| static aiori_xfer_hint_t * | hints = NULL |
| ior_aiori_t | chfs_aiori |
| int CHFS_access | ( | const char * | fn, |
| int | mode, | ||
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 201 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun.
| void CHFS_close | ( | aiori_fd_t * | fd, |
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 120 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun, and CHFS_File::fd.
| aiori_fd_t* CHFS_create | ( | char * | fn, |
| int | flags, | ||
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 63 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun, ERR, CHFS_File::fd, and NULL.
| void CHFS_delete | ( | char * | fn, |
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 132 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun.
| void CHFS_finalize | ( | ) |
Definition at line 57 of file aiori-CHFS.c.
| void CHFS_fsync | ( | aiori_fd_t * | fd, |
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 147 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun, and CHFS_File::fd.
| IOR_offset_t CHFS_get_file_size | ( | aiori_mod_opt_t * | param, |
| char * | fn | ||
| ) |
Definition at line 158 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun.
| void CHFS_initialize | ( | ) |
Definition at line 51 of file aiori-CHFS.c.
References NULL.
| int CHFS_mkdir | ( | const char * | fn, |
| mode_t | mode, | ||
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 183 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun.
| aiori_fd_t* CHFS_open | ( | char * | fn, |
| int | flags, | ||
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 81 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun, ERR, CHFS_File::fd, and NULL.
| option_help* CHFS_options | ( | aiori_mod_opt_t ** | init_backend_options, |
| aiori_mod_opt_t * | init_values | ||
| ) |
Definition at line 18 of file aiori-CHFS.c.
References chfs_option::chunk_size, LAST_OPTION, NULL, o, and OPTION_FLAG.
| int CHFS_rmdir | ( | const char * | fn, |
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 192 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun.
| int CHFS_stat | ( | const char * | fn, |
| struct stat * | buf, | ||
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 212 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun.
| int CHFS_statfs | ( | const char * | fn, |
| ior_aiori_statfs_t * | st, | ||
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 174 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun.
| void CHFS_sync | ( | aiori_mod_opt_t * | param | ) |
Definition at line 221 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun.
| char* CHFS_version | ( | ) |
Definition at line 141 of file aiori-CHFS.c.
| IOR_offset_t CHFS_xfer | ( | int | access, |
| aiori_fd_t * | fd, | ||
| IOR_size_t * | buffer, | ||
| IOR_offset_t | len, | ||
| IOR_offset_t | offset, | ||
| aiori_mod_opt_t * | param | ||
| ) |
Definition at line 99 of file aiori-CHFS.c.
References aiori_xfer_hint_t::dryRun, CHFS_File::fd, and WRITE.
| void CHFS_xfer_hints | ( | aiori_xfer_hint_t * | params | ) |
Definition at line 45 of file aiori-CHFS.c.
| ior_aiori_t chfs_aiori |
Definition at line 229 of file aiori-CHFS.c.
|
static |
Definition at line 7 of file aiori-CHFS.c.
1.8.13