
Go to the source code of this file.
Functions | |
| void | ADIOI_XFS_IreadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Request *request, int *error_code) |
| void | ADIOI_XFS_IreadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Request *request, int *error_code) |
| void ADIOI_XFS_IreadContig | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Request * | request, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_xfs_iread.c.
References ADIOI_Add_req_to_list(), ADIOI_Error(), ADIOI_Malloc_request(), ADIOI_XFS_aio(), ADIOI_FileD::async_count, errno, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and typesize().
| void ADIOI_XFS_IreadStrided | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Request * | request, | |||
| int * | error_code | |||
| ) |
Definition at line 52 of file ad_xfs_iread.c.
References ADIOI_Malloc_request(), ADIOI_XFS_ReadStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
1.5.5