
Go to the source code of this file.
Functions | |
| void | ADIOI_NTFS_IwriteContig (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_NTFS_IwriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Request *request, int *error_code) |
| int | ADIOI_NTFS_aio (ADIO_File fd, void *buf, int len, ADIO_Offset offset, int wr, void *handle) |
| void ADIOI_NTFS_IwriteContig | ( | 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 16 of file ad_ntfs_iwrite.c.
References ADIOI_Add_req_to_list(), ADIOI_Error(), ADIOI_Malloc_request(), ADIOI_NTFS_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_NTFS_IwriteStrided | ( | 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 59 of file ad_ntfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_NTFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| int ADIOI_NTFS_aio | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | len, | |||
| ADIO_Offset | offset, | |||
| int | wr, | |||
| void * | handle | |||
| ) |
Definition at line 95 of file ad_ntfs_iwrite.c.
References errno, ADIOI_FileD::fd_sys, MPI_Abort(), and MPI_COMM_WORLD.
Referenced by ADIOI_NTFS_IreadContig(), and ADIOI_NTFS_IwriteContig().
1.5.5