Go to the source code of this file.
Functions | |
void | ADIOI_HFS_Open (ADIO_File fd, int *error_code) |
void | ADIOI_HFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
void | ADIOI_HFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
void | ADIOI_HFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
void | ADIOI_HFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
Definition at line 14 of file ad_hfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), ADIOI_FileD::fd_direct, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPIR_Err_setmsg(), myname, ADIOI_FileD::perm, and perm.
void ADIOI_HFS_ReadContig | ( | ADIO_File | fd, | |
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
int | file_ptr_type, | |||
ADIO_Offset | offset, | |||
ADIO_Status * | status, | |||
int * | error_code | |||
) |
Definition at line 14 of file ad_hfs_read.c.
References ADIOI_Error(), ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, MPIR_Err_setmsg(), MPIR_Status_set_bytes(), and myname.
void ADIOI_HFS_WriteContig | ( | ADIO_File | fd, | |
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
int | file_ptr_type, | |||
ADIO_Offset | offset, | |||
ADIO_Status * | status, | |||
int * | error_code | |||
) |
Definition at line 14 of file ad_hfs_write.c.
References ADIOI_Error(), ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, MPIR_Err_setmsg(), MPIR_Status_set_bytes(), myname, and Ck::IO::write().
void ADIOI_HFS_Fcntl | ( | ADIO_File | fd, | |
int | flag, | |||
ADIO_Fcntl_t * | fcntl_struct, | |||
int * | error_code | |||
) |
Definition at line 14 of file ad_hfs_fcntl.c.
References ADIOI_Error(), ADIOI_GEN_Prealloc(), ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, buf, ADIO_Fcntl_t::diskspace, CpuTopoDetails::done, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, len, MPI_Abort, MPIR_Err_setmsg(), myname, size, and status.
void ADIOI_HFS_Resize | ( | ADIO_File | fd, | |
ADIO_Offset | size, | |||
int * | error_code | |||
) |
Definition at line 10 of file ad_hfs_resize.c.
References ADIOI_Error(), ADIOI_FileD::fd_sys, MPIR_Err_setmsg(), and myname.