
Go to the source code of this file.
Functions | |
| void | ADIOI_NTFS_Strerror (int error, char *errMsg, int errMsgLen) |
| int | ADIOI_NTFS_aio_poll_fn (void *extra_state, MPI_Status *status) |
| int | ADIOI_NTFS_aio_wait_fn (int count, void **array_of_states, double timeout, MPI_Status *status) |
| int | ADIOI_NTFS_aio_query_fn (void *extra_state, MPI_Status *status) |
| int | ADIOI_NTFS_aio_free_fn (void *extra_state) |
| 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) |
| int | ADIOI_NTFS_aio (ADIO_File fd, void *buf, int len, ADIO_Offset offset, int wr, MPI_Request *request) |
Variables | |
| static MPIX_Grequest_class | ADIOI_NTFS_greq_class = 0 |
Definition at line 17 of file ad_ntfs_iwrite.c.
Referenced by ADIOI_NTFS_aio(), ADIOI_NTFS_Close(), ADIOI_NTFS_Fcntl(), ADIOI_NTFS_Flush(), ADIOI_NTFS_Open(), ADIOI_NTFS_ReadContig(), ADIOI_NTFS_Resize(), ADIOI_NTFS_WriteContig(), and ADIOI_Set_lock().

| int ADIOI_NTFS_aio_poll_fn | ( | void * | extra_state, | |
| MPI_Status * | status | |||
| ) |
Definition at line 42 of file ad_ntfs_iwrite.c.
References ADIOI_AIO_req_str::fd, ADIOI_AIO_req_str::lpOvl, MPIO_Err_create_code(), ADIOI_AIO_req_str::nbytes, and ADIOI_AIO_req_str::req.
Referenced by ADIOI_NTFS_aio().


| int ADIOI_NTFS_aio_wait_fn | ( | int | count, | |
| void ** | array_of_states, | |||
| double | timeout, | |||
| MPI_Status * | status | |||
| ) |
Definition at line 77 of file ad_ntfs_iwrite.c.
References fd, and MPIO_Err_create_code().
Referenced by ADIOI_NTFS_aio().


| int ADIOI_NTFS_aio_query_fn | ( | void * | extra_state, | |
| MPI_Status * | status | |||
| ) |
Definition at line 136 of file ad_ntfs_iwrite.c.
References MPI_Status::MPI_SOURCE, MPI_Status_set_cancelled, MPI_Status::MPI_TAG, and ADIOI_AIO_req_str::nbytes.
Referenced by ADIOI_NTFS_aio().

| int ADIOI_NTFS_aio_free_fn | ( | void * | extra_state | ) |
Definition at line 157 of file ad_ntfs_iwrite.c.
References ADIOI_AIO_req_str::lpOvl.
Referenced by ADIOI_NTFS_aio().

| 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 169 of file ad_ntfs_iwrite.c.
References ADIOI_NTFS_aio(), ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, MPIO_Err_create_code(), myname, and typesize().

| int ADIOI_NTFS_aio | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | len, | |||
| ADIO_Offset | offset, | |||
| int | wr, | |||
| MPI_Request * | request | |||
| ) |
Definition at line 211 of file ad_ntfs_iwrite.c.
References ADIOI_NTFS_aio_free_fn(), ADIOI_NTFS_aio_poll_fn(), ADIOI_NTFS_aio_query_fn(), ADIOI_NTFS_aio_wait_fn(), ADIOI_NTFS_greq_class, ADIOI_NTFS_Strerror(), ADIOI_AIO_req_str::fd, ADIOI_FileD::fd_sys, ADIOI_AIO_req_str::lpOvl, MPIO_Err_create_code(), MPIU_Greq_cancel_fn(), MPIX_Grequest_class_allocate, myname, and ADIOI_AIO_req_str::req.

MPIX_Grequest_class ADIOI_NTFS_greq_class = 0 [static] |
1.5.5