Go to the source code of this file.
Functions | |
void | ADIOI_NFS_IwriteContig (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_NFS_aio (ADIO_File fd, void *buf, int len, ADIO_Offset offset, int wr, MPI_Request *request) |
Variables | |
static MPIX_Grequest_class | ADIOI_GEN_greq_class = 0 |
void ADIOI_NFS_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 19 of file ad_nfs_iwrite.c.
References ADIOI_NFS_aio(), ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, myname, and typesize().
int ADIOI_NFS_aio | ( | ADIO_File | fd, | |
void * | buf, | |||
int | len, | |||
ADIO_Offset | offset, | |||
int | wr, | |||
MPI_Request * | request | |||
) |
Definition at line 54 of file ad_nfs_iwrite.c.
References ADIO_WriteContig(), ADIOI_GEN_aio_free_fn(), ADIOI_GEN_aio_poll_fn(), ADIOI_GEN_aio_query_fn(), ADIOI_GEN_aio_wait_fn(), ADIOI_GEN_greq_class, ADIOI_AIO_req_str::aiocbp, ADIOI_FileD::fd_sys, MPIO_Completed_request_create(), MPIU_Greq_cancel_fn(), MPIX_Grequest_class_allocate, ADIOI_AIO_req_str::req, and status.
Referenced by ADIOI_NFS_IreadContig(), and ADIOI_NFS_IwriteContig().
MPIX_Grequest_class ADIOI_GEN_greq_class = 0 [static] |