Go to the source code of this file.
int ADIOI_NTFS_aio | ( | ADIO_File | fd, | |
void * | buf, | |||
int | len, | |||
ADIO_Offset | offset, | |||
int | wr, | |||
void * | handle | |||
) |
Referenced by ADIOI_NTFS_IreadContig(), and ADIOI_NTFS_IwriteContig().
Definition at line 11 of file ad_ntfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_NTFS_Strerror(), ADIOI_FileD::fd_direct, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPIO_Err_create_code(), and myname.
Definition at line 10 of file ad_ntfs_close.c.
References ADIOI_NTFS_Strerror(), ADIOI_FileD::fd_sys, MPIO_Err_create_code(), and myname.
void ADIOI_NTFS_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 9 of file ad_ntfs_read.c.
References ADIOI_NTFS_Strerror(), ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, MPIO_Err_create_code(), MPIR_Status_set_bytes(), and myname.
void ADIOI_NTFS_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 9 of file ad_ntfs_write.c.
References ADIOI_NTFS_Strerror(), ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, MPIO_Err_create_code(), MPIR_Status_set_bytes(), and myname.
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().
void ADIOI_NTFS_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 9 of file ad_ntfs_iread.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_ReadDone | ( | ADIO_Request * | request, | |
ADIO_Status * | status, | |||
int * | error_code | |||
) |
Definition at line 9 of file ad_ntfs_done.c.
int ADIOI_NTFS_WriteDone | ( | ADIO_Request * | request, | |
ADIO_Status * | status, | |||
int * | error_code | |||
) |
Definition at line 16 of file ad_ntfs_done.c.
void ADIOI_NTFS_ReadComplete | ( | ADIO_Request * | request, | |
ADIO_Status * | status, | |||
int * | error_code | |||
) |
Definition at line 9 of file ad_ntfs_wait.c.
void ADIOI_NTFS_WriteComplete | ( | ADIO_Request * | request, | |
ADIO_Status * | status, | |||
int * | error_code | |||
) |
Definition at line 16 of file ad_ntfs_wait.c.
void ADIOI_NTFS_Fcntl | ( | ADIO_File | fd, | |
int | flag, | |||
ADIO_Fcntl_t * | fcntl_struct, | |||
int * | error_code | |||
) |
Definition at line 10 of file ad_ntfs_fcntl.c.
References ADIOI_GEN_Prealloc(), ADIOI_NTFS_Strerror(), ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, ADIO_Fcntl_t::diskspace, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, MPIO_Err_create_code(), and myname.
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 10 of file ad_ntfs_flush.c.
References ADIOI_FileD::access_mode, ADIOI_NTFS_Strerror(), ADIOI_FileD::fd_sys, MPIO_Err_create_code(), and myname.
void ADIOI_NTFS_Resize | ( | ADIO_File | fd, | |
ADIO_Offset | size, | |||
int * | error_code | |||
) |
Definition at line 10 of file ad_ntfs_resize.c.
References ADIOI_NTFS_Strerror(), ADIOI_FileD::fd_sys, MPIO_Err_create_code(), and myname.
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().