
Go to the source code of this file.
Functions | |
| void | ADIOI_NFS_Open (ADIO_File fd, int *error_code) |
| void | ADIOI_NFS_Close (ADIO_File fd, int *error_code) |
| void | ADIOI_NFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| 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) |
| void | ADIOI_NFS_IreadContig (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_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIOI_NFS_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_NFS_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_NFS_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_NFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIOI_NFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NFS_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NFS_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NFS_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_NFS_IwriteStrided (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_NFS_Flush (ADIO_File fd, int *error_code) |
| void | ADIOI_NFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| ADIO_Offset | ADIOI_NFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIOI_NFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
| void | ADIOI_NFS_Get_shared_fp (ADIO_File fd, int size, ADIO_Offset *shared_fp, int *error_code) |
| void | ADIOI_NFS_Set_shared_fp (ADIO_File fd, ADIO_Offset offset, int *error_code) |
| void | ADIOI_PFS_Open (ADIO_File fd, int *error_code) |
| void | ADIOI_PFS_Close (ADIO_File fd, int *error_code) |
| void | ADIOI_PFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PFS_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_PFS_IreadContig (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_PFS_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIOI_PFS_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_PFS_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_PFS_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_PFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIOI_PFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PFS_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PFS_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PFS_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_PFS_IwriteStrided (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_PFS_Flush (ADIO_File fd, int *error_code) |
| void | ADIOI_PFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| ADIO_Offset | ADIOI_PFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIOI_PFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
| void | ADIOI_PIOFS_Open (ADIO_File fd, int *error_code) |
| void | ADIOI_PIOFS_Close (ADIO_File fd, int *error_code) |
| void | ADIOI_PIOFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PIOFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PIOFS_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_PIOFS_IreadContig (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_PIOFS_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIOI_PIOFS_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_PIOFS_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_PIOFS_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_PIOFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIOI_PIOFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PIOFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PIOFS_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PIOFS_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PIOFS_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_PIOFS_IwriteStrided (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_PIOFS_Flush (ADIO_File fd, int *error_code) |
| void | ADIOI_PIOFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| ADIO_Offset | ADIOI_PIOFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIOI_PIOFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
| void | ADIOI_UFS_Open (ADIO_File fd, int *error_code) |
| void | ADIOI_UFS_Close (ADIO_File fd, int *error_code) |
| void | ADIOI_UFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_UFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_UFS_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_UFS_IreadContig (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_UFS_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIOI_UFS_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_UFS_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_UFS_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_UFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIOI_UFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_UFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_UFS_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_UFS_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_UFS_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_UFS_IwriteStrided (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_UFS_Flush (ADIO_File fd, int *error_code) |
| void | ADIOI_UFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| ADIO_Offset | ADIOI_UFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIOI_UFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
| void | ADIOI_NTFS_Open (ADIO_File fd, int *error_code) |
| void | ADIOI_NTFS_Close (ADIO_File fd, int *error_code) |
| 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) |
| 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) |
| 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_IreadContig (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_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIOI_NTFS_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_NTFS_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_NTFS_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_NTFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIOI_NTFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NTFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NTFS_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NTFS_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NTFS_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_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) |
| void | ADIOI_NTFS_Flush (ADIO_File fd, int *error_code) |
| void | ADIOI_NTFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| ADIO_Offset | ADIOI_NTFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIOI_NTFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
| void | ADIOI_HFS_Open (ADIO_File fd, int *error_code) |
| void | ADIOI_HFS_Close (ADIO_File fd, int *error_code) |
| void | ADIOI_HFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_HFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_HFS_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_HFS_IreadContig (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_HFS_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIOI_HFS_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_HFS_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_HFS_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_HFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIOI_HFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_HFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_HFS_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_HFS_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_HFS_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_HFS_IwriteStrided (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_HFS_Flush (ADIO_File fd, int *error_code) |
| void | ADIOI_HFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| ADIO_Offset | ADIOI_HFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIOI_HFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
| void | ADIOI_XFS_Open (ADIO_File fd, int *error_code) |
| void | ADIOI_XFS_Close (ADIO_File fd, int *error_code) |
| void | ADIOI_XFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_XFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_XFS_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_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) |
| int | ADIOI_XFS_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIOI_XFS_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_XFS_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_XFS_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_XFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIOI_XFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_XFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_XFS_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_XFS_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, 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_IwriteStrided (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_Flush (ADIO_File fd, int *error_code) |
| void | ADIOI_XFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| ADIO_Offset | ADIOI_XFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIOI_XFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
| void | ADIOI_SFS_Open (ADIO_File fd, int *error_code) |
| void | ADIOI_SFS_Close (ADIO_File fd, int *error_code) |
| void | ADIOI_SFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_SFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_SFS_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_SFS_IreadContig (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_SFS_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIOI_SFS_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_SFS_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_SFS_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_SFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIOI_SFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_SFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_SFS_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_SFS_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_SFS_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_SFS_IwriteStrided (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_SFS_Flush (ADIO_File fd, int *error_code) |
| void | ADIOI_SFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| ADIO_Offset | ADIOI_SFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIOI_SFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
| void | ADIOI_PVFS_Open (ADIO_File fd, int *error_code) |
| void | ADIOI_PVFS_Close (ADIO_File fd, int *error_code) |
| void | ADIOI_PVFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_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_PVFS_IreadContig (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_PVFS_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIOI_PVFS_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIOI_PVFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_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_PVFS_IwriteStrided (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_PVFS_Flush (ADIO_File fd, int *error_code) |
| void | ADIOI_PVFS_Delete (char *filename, int *error_code) |
| void | ADIOI_PVFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| ADIO_Offset | ADIOI_PVFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIOI_PVFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
Variables | |
| struct ADIOI_Fns_struct | ADIO_NFS_operations |
| struct ADIOI_Fns_struct | ADIO_PFS_operations |
| struct ADIOI_Fns_struct | ADIO_PIOFS_operations |
| struct ADIOI_Fns_struct | ADIO_UFS_operations |
| struct ADIOI_Fns_struct | ADIO_NTFS_operations |
| struct ADIOI_Fns_struct | ADIO_HFS_operations |
| struct ADIOI_Fns_struct | ADIO_XFS_operations |
| struct ADIOI_Fns_struct | ADIO_SFS_operations |
| struct ADIOI_Fns_struct | ADIO_PVFS_operations |
| struct ADIOI_Fns_struct | ADIO_TESTFS_operations |
Definition at line 11 of file ad_nfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and ADIOI_FileD::perm.
Definition at line 11 of file ad_nfs_close.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_NFS_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 12 of file ad_nfs_read.c.
References ADIOI_Error(), ADIOI_FileD::atomicity, errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_NFS_IreadContig().
| void ADIOI_NFS_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 12 of file ad_nfs_write.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), and write().
Referenced by ADIOI_NFS_IwriteContig().
| 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 11 of file ad_nfs_iwrite.c.
References ADIOI_Add_req_to_list(), ADIOI_Error(), ADIOI_Malloc_request(), ADIOI_NFS_aio(), ADIOI_NFS_WriteContig(), ADIOI_FileD::async_count, errno, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_BYTE, MPI_ERR_UNKNOWN, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), status(), and typesize().
| void ADIOI_NFS_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_nfs_iread.c.
References ADIOI_Add_req_to_list(), ADIOI_Error(), ADIOI_Malloc_request(), ADIOI_NFS_aio(), ADIOI_NFS_ReadContig(), ADIOI_FileD::async_count, errno, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_BYTE, MPI_ERR_UNKNOWN, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), status(), and typesize().
| int ADIOI_NFS_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_nfs_done.c.
References ADIOI_Del_req_from_list(), ADIOI_Error(), ADIOI_Free_request(), done, errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_NFS_WriteDone().
| int ADIOI_NFS_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_NFS_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_nfs_wait.c.
References ADIOI_Del_req_from_list(), ADIOI_Error(), ADIOI_Free_request(), errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_NFS_WriteComplete().
| void ADIOI_NFS_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_NFS_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Definition at line 15 of file ad_nfs_fcntl.c.
References ADIO_ReadContig(), ADIO_SetInfo(), ADIO_WriteContig(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIO_Fcntl_t::diskspace, ADIO_Fcntl_t::disp, ADIOI_FileD::disp, done, errno, ADIO_Fcntl_t::etype, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIO_Fcntl_t::filetype, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, ADIOI_Fl_node::indices, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, ADIOI_FileD::iomode, MPI_Abort(), MPI_Barrier(), MPI_BYTE, MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, size, status(), and ADIOI_Fl_node::type.
| void ADIOI_NFS_WriteStrided | ( | 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 136 of file ad_nfs_write.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, ADIOI_FileD::info, MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_Info_get(), MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), ADIOI_Fl_node::next, size, ADIOI_Fl_node::type, value, and write().
Referenced by ADIOI_NFS_IwriteStrided().
| void ADIOI_NFS_ReadStrided | ( | 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 98 of file ad_nfs_read.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, ADIOI_FileD::info, MPI_ERR_UNKNOWN, MPI_Info_get(), MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), ADIOI_Fl_node::next, size, ADIOI_Fl_node::type, and value.
Referenced by ADIOI_NFS_IreadStrided().
| void ADIOI_NFS_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_NFS_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_NFS_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 73 of file ad_nfs_iread.c.
References ADIOI_Malloc_request(), ADIOI_NFS_ReadStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_NFS_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 73 of file ad_nfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_NFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_NFS_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_nfs_resize.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| ADIO_Offset ADIOI_NFS_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
| void ADIOI_NFS_Get_shared_fp | ( | ADIO_File | fd, | |
| int | size, | |||
| ADIO_Offset * | shared_fp, | |||
| int * | error_code | |||
| ) |
Definition at line 16 of file ad_nfs_getsh.c.
References ADIO_Open(), ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::file_system, MPI_BYTE, MPI_Comm_dup(), MPI_COMM_SELF, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), ADIOI_FileD::shared_fp_fd, ADIOI_FileD::shared_fp_fname, and write().
Referenced by ADIO_Get_shared_fp().
| void ADIOI_NFS_Set_shared_fp | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int * | error_code | |||
| ) |
Definition at line 14 of file ad_nfs_setsh.c.
References ADIO_Open(), ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::file_system, MPI_BYTE, MPI_Comm_dup(), MPI_COMM_SELF, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), ADIOI_FileD::shared_fp_fd, ADIOI_FileD::shared_fp_fname, and write().
Referenced by ADIO_Set_shared_fp().
Definition at line 14 of file ad_pfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), ADIOI_FileD::comm, errno, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_FileD::info, ADIOI_FileD::iomode, MPI_Comm_size(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_Info_get(), MPI_Info_set(), MPI_SUCCESS, MPIR_Err_setmsg(), ADIOI_FileD::perm, and value.
Definition at line 14 of file ad_pfs_close.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_PFS_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 14 of file ad_pfs_read.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
| void ADIOI_PFS_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 14 of file ad_pfs_write.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
| void ADIOI_PFS_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 11 of file ad_pfs_iwrite.c.
References ADIOI_Add_req_to_list(), ADIOI_Complete_async(), ADIOI_Error(), ADIOI_Malloc_request(), ADIOI_FileD::async_count, errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and typesize().
| void ADIOI_PFS_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_pfs_iread.c.
References ADIOI_Add_req_to_list(), ADIOI_Complete_async(), ADIOI_Error(), ADIOI_Malloc_request(), ADIOI_FileD::async_count, errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and typesize().
| int ADIOI_PFS_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_pfs_done.c.
References ADIOI_Del_req_from_list(), ADIOI_Error(), ADIOI_Free_request(), done, errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_PFS_WriteDone().
| int ADIOI_PFS_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PFS_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_pfs_wait.c.
References ADIOI_Del_req_from_list(), ADIOI_Error(), ADIOI_Free_request(), errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_PFS_WriteComplete().
| void ADIOI_PFS_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PFS_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_pfs_fcntl.c.
References ADIO_SetInfo(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_FileD::comm, ADIOI_Fl_node::count, ADIO_Fcntl_t::diskspace, ADIO_Fcntl_t::disp, ADIOI_FileD::disp, errno, ADIO_Fcntl_t::etype, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIO_Fcntl_t::filetype, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, ADIOI_Fl_node::indices, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, ADIOI_FileD::iomode, MPI_Abort(), MPI_Comm_size(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
| void ADIOI_PFS_WriteStrided | ( | 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 84 of file ad_pfs_write.c.
References ADIOI_GEN_WriteStrided().
Referenced by ADIOI_PFS_IwriteStrided().
| void ADIOI_PFS_ReadStrided | ( | 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 84 of file ad_pfs_read.c.
References ADIOI_GEN_ReadStrided().
Referenced by ADIOI_PFS_IreadStrided().
| void ADIOI_PFS_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PFS_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PFS_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 96 of file ad_pfs_iread.c.
References ADIOI_Malloc_request(), ADIOI_PFS_ReadStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_PFS_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 96 of file ad_pfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_PFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
Definition at line 11 of file ad_pfs_flush.c.
References ADIOI_Error(), ADIOI_FileD::atomicity, ADIOI_FileD::comm, errno, ADIOI_FileD::fd_sys, MPI_Comm_size(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_PFS_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_pfs_resize.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| ADIO_Offset ADIOI_PFS_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_pfs_hints.c.
References ADIOI_FileD::access_mode, ADIOI_GEN_SetInfo(), ADIOI_FileD::comm, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::info, MPI_Abort(), MPI_Barrier(), MPI_Bcast(), MPI_Comm_rank(), MPI_COMM_WORLD, MPI_Info_create(), MPI_Info_get(), MPI_Info_set(), MPI_INT, MPI_SUCCESS, ADIOI_FileD::perm, and value.
Definition at line 14 of file ad_piofs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_FileD::info, MPI_ERR_UNKNOWN, MPI_Info_set(), MPI_SUCCESS, MPIR_Err_setmsg(), ADIOI_FileD::perm, and value.
Definition at line 14 of file ad_piofs_close.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_PIOFS_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 14 of file ad_piofs_read.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_PIOFS_IreadContig().
| void ADIOI_PIOFS_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 15 of file ad_piofs_write.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), and write().
Referenced by ADIOI_PIOFS_IwriteContig().
| void ADIOI_PIOFS_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 11 of file ad_piofs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_PIOFS_WriteContig(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_PIOFS_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_piofs_iread.c.
References ADIOI_Malloc_request(), ADIOI_PIOFS_ReadContig(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| int ADIOI_PIOFS_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_piofs_done.c.
References ADIOI_Free_request(), MPI_SUCCESS, and MPIR_Status_set_bytes().
Referenced by ADIOI_PIOFS_WriteDone().
| int ADIOI_PIOFS_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PIOFS_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_piofs_wait.c.
References ADIOI_Free_request(), MPI_SUCCESS, and MPIR_Status_set_bytes().
Referenced by ADIOI_PIOFS_WriteComplete().
| void ADIOI_PIOFS_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PIOFS_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_piofs_fcntl.c.
References ADIO_ReadContig(), ADIO_SetInfo(), ADIO_WriteContig(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_FileD::atomicity, ADIO_Fcntl_t::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIO_Fcntl_t::diskspace, ADIO_Fcntl_t::disp, ADIOI_FileD::disp, done, errno, ADIO_Fcntl_t::etype, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIO_Fcntl_t::filetype, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, ADIOI_Fl_node::indices, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, ADIOI_FileD::iomode, MPI_Abort(), MPI_Barrier(), MPI_BYTE, MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, size, status(), and ADIOI_Fl_node::type.
| void ADIOI_PIOFS_WriteStrided | ( | 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 86 of file ad_piofs_write.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), ADIOI_Fl_node::next, size, ADIOI_Fl_node::type, and write().
Referenced by ADIOI_PIOFS_IwriteStrided().
| void ADIOI_PIOFS_ReadStrided | ( | 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 84 of file ad_piofs_read.c.
References ADIOI_GEN_ReadStrided().
Referenced by ADIOI_PIOFS_IreadStrided().
| void ADIOI_PIOFS_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PIOFS_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PIOFS_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 43 of file ad_piofs_iread.c.
References ADIOI_Malloc_request(), ADIOI_PIOFS_ReadStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_PIOFS_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 42 of file ad_piofs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_PIOFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_PIOFS_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_piofs_resize.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| ADIO_Offset ADIOI_PIOFS_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_piofs_seek.c.
References ADIOI_Datatype_iscontig(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
Definition at line 11 of file ad_piofs_hints.c.
References ADIOI_GEN_SetInfo(), ADIOI_FileD::comm, ADIOI_FileD::filename, free(), ADIOI_FileD::info, MPI_Abort(), MPI_Barrier(), MPI_Bcast(), MPI_Comm_rank(), MPI_COMM_WORLD, MPI_Info_create(), MPI_Info_get(), MPI_INT, MPI_SUCCESS, ADIOI_FileD::perm, and value.
Definition at line 11 of file ad_ufs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and ADIOI_FileD::perm.
Definition at line 11 of file ad_ufs_close.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_UFS_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 11 of file ad_ufs_read.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_UFS_IreadContig().
| void ADIOI_UFS_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 11 of file ad_ufs_write.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), and write().
Referenced by ADIOI_UFS_IwriteContig().
| void ADIOI_UFS_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 11 of file ad_ufs_iwrite.c.
References ADIOI_Add_req_to_list(), ADIOI_Error(), ADIOI_Malloc_request(), ADIOI_UFS_aio(), ADIOI_UFS_WriteContig(), ADIOI_FileD::async_count, errno, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_BYTE, MPI_ERR_UNKNOWN, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), status(), and typesize().
| void ADIOI_UFS_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_ufs_iread.c.
References ADIOI_Add_req_to_list(), ADIOI_Error(), ADIOI_Malloc_request(), ADIOI_UFS_aio(), ADIOI_UFS_ReadContig(), ADIOI_FileD::async_count, errno, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_BYTE, MPI_ERR_UNKNOWN, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), status(), and typesize().
| int ADIOI_UFS_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_ufs_done.c.
References ADIOI_Del_req_from_list(), ADIOI_Error(), ADIOI_Free_request(), done, errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_UFS_WriteDone().
| int ADIOI_UFS_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_UFS_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_ufs_wait.c.
References ADIOI_Del_req_from_list(), ADIOI_Error(), ADIOI_Free_request(), errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_UFS_WriteComplete().
| void ADIOI_UFS_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_UFS_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Definition at line 15 of file ad_ufs_fcntl.c.
References ADIO_ReadContig(), ADIO_SetInfo(), ADIO_WriteContig(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIO_Fcntl_t::diskspace, ADIO_Fcntl_t::disp, ADIOI_FileD::disp, done, errno, ADIO_Fcntl_t::etype, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIO_Fcntl_t::filetype, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, ADIOI_Fl_node::indices, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, ADIOI_FileD::iomode, MPI_Abort(), MPI_Barrier(), MPI_BYTE, MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, size, status(), and ADIOI_Fl_node::type.
| void ADIOI_UFS_WriteStrided | ( | 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 56 of file ad_ufs_write.c.
References ADIOI_GEN_WriteStrided().
Referenced by ADIOI_UFS_IwriteStrided().
| void ADIOI_UFS_ReadStrided | ( | 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 57 of file ad_ufs_read.c.
References ADIOI_GEN_ReadStrided().
Referenced by ADIOI_UFS_IreadStrided().
| void ADIOI_UFS_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_UFS_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_UFS_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 73 of file ad_ufs_iread.c.
References ADIOI_Malloc_request(), ADIOI_UFS_ReadStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_UFS_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 74 of file ad_ufs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_UFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_UFS_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_ufs_resize.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| ADIO_Offset ADIOI_UFS_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
Definition at line 16 of file ad_ntfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
Definition at line 11 of file ad_ntfs_close.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| 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 16 of file ad_ntfs_read.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
| 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 16 of file ad_ntfs_write.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
| 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_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 16 of file ad_ntfs_iread.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().
| int ADIOI_NTFS_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 16 of file ad_ntfs_done.c.
References ADIOI_Del_req_from_list(), ADIOI_Free_request(), done, MPI_SUCCESS, and MPIR_Status_set_bytes().
Referenced by ADIOI_NTFS_WriteDone().
| int ADIOI_NTFS_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_NTFS_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_ntfs_wait.c.
References ADIOI_Del_req_from_list(), ADIOI_Error(), ADIOI_Free_request(), errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_NTFS_WriteComplete().
| void ADIOI_NTFS_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_NTFS_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Definition at line 17 of file ad_ntfs_fcntl.c.
References ADIO_ReadContig(), ADIO_SetInfo(), ADIO_WriteContig(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIO_Fcntl_t::diskspace, ADIO_Fcntl_t::disp, ADIOI_FileD::disp, done, errno, ADIO_Fcntl_t::etype, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIO_Fcntl_t::filetype, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, ADIOI_Fl_node::indices, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, ADIOI_FileD::iomode, MPI_Abort(), MPI_Barrier(), MPI_BYTE, MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, size, status(), and ADIOI_Fl_node::type.
| void ADIOI_NTFS_WriteStrided | ( | 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 74 of file ad_ntfs_write.c.
References ADIOI_GEN_WriteStrided().
Referenced by ADIOI_NTFS_IwriteStrided().
| void ADIOI_NTFS_ReadStrided | ( | 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 75 of file ad_ntfs_read.c.
References ADIOI_GEN_ReadStrided().
Referenced by ADIOI_NTFS_IreadStrided().
| void ADIOI_NTFS_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_NTFS_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_NTFS_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 58 of file ad_ntfs_iread.c.
References ADIOI_Malloc_request(), ADIOI_NTFS_ReadStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), 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().
Definition at line 11 of file ad_ntfs_flush.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_NTFS_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_ntfs_resize.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| ADIO_Offset ADIOI_NTFS_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
Definition at line 21 of file ad_ntfs_seek.c.
References ADIOI_Datatype_iscontig(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
Definition at line 11 of file ad_hfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and ADIOI_FileD::perm.
Definition at line 11 of file ad_hfs_close.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_HFS_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 11 of file ad_hfs_read.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_HFS_IreadContig().
| void ADIOI_HFS_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 11 of file ad_hfs_write.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), and write().
Referenced by ADIOI_HFS_IwriteContig().
| void ADIOI_HFS_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 11 of file ad_hfs_iwrite.c.
References ADIOI_HFS_WriteContig(), ADIOI_Malloc_request(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_HFS_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_hfs_iread.c.
References ADIOI_HFS_ReadContig(), ADIOI_Malloc_request(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| int ADIOI_HFS_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_hfs_done.c.
References ADIOI_Free_request(), MPI_SUCCESS, and MPIR_Status_set_bytes().
Referenced by ADIOI_HFS_WriteDone().
| int ADIOI_HFS_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_HFS_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_hfs_wait.c.
References ADIOI_Free_request(), MPI_SUCCESS, and MPIR_Status_set_bytes().
Referenced by ADIOI_HFS_WriteComplete().
| void ADIOI_HFS_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_HFS_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_hfs_fcntl.c.
References ADIO_ReadContig(), ADIO_SetInfo(), ADIO_WriteContig(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIO_Fcntl_t::diskspace, ADIO_Fcntl_t::disp, ADIOI_FileD::disp, done, errno, ADIO_Fcntl_t::etype, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIO_Fcntl_t::filetype, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, ADIOI_Fl_node::indices, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, ADIOI_FileD::iomode, MPI_Abort(), MPI_Barrier(), MPI_BYTE, MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, size, status(), and ADIOI_Fl_node::type.
| void ADIOI_HFS_WriteStrided | ( | 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 67 of file ad_hfs_write.c.
References ADIOI_GEN_WriteStrided().
Referenced by ADIOI_HFS_IwriteStrided().
| void ADIOI_HFS_ReadStrided | ( | 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 70 of file ad_hfs_read.c.
References ADIOI_GEN_ReadStrided().
Referenced by ADIOI_HFS_IreadStrided().
| void ADIOI_HFS_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_HFS_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_HFS_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 43 of file ad_hfs_iread.c.
References ADIOI_HFS_ReadStrided(), ADIOI_Malloc_request(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_HFS_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 42 of file ad_hfs_iwrite.c.
References ADIOI_HFS_WriteStrided(), ADIOI_Malloc_request(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_HFS_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_hfs_resize.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| ADIO_Offset ADIOI_HFS_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_hfs_seek.c.
References ADIOI_Datatype_iscontig(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
Definition at line 11 of file ad_xfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), ADIOI_FileD::d_maxiosz, ADIOI_FileD::d_mem, ADIOI_FileD::d_miniosz, errno, ADIOI_FileD::fd_direct, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and ADIOI_FileD::perm.
Definition at line 11 of file ad_xfs_close.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_direct, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_XFS_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 14 of file ad_xfs_read.c.
References ADIOI_Error(), ADIOI_XFS_Aligned_Mem_File_Read(), ADIOI_FileD::d_mem, ADIOI_FileD::d_miniosz, diff, ADIOI_FileD::direct_read, errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, free(), memalign(), MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), pread(), and size.
| void ADIOI_XFS_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 14 of file ad_xfs_write.c.
References ADIOI_Error(), ADIOI_XFS_Aligned_Mem_File_Write(), ADIOI_FileD::d_mem, ADIOI_FileD::d_miniosz, diff, ADIOI_FileD::direct_write, errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, free(), memalign(), MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), and size.
| void ADIOI_XFS_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 11 of file ad_xfs_iwrite.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_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().
| int ADIOI_XFS_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_xfs_done.c.
References ADIOI_Del_req_from_list(), ADIOI_Error(), ADIOI_Free_request(), done, errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_XFS_WriteDone().
| int ADIOI_XFS_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_XFS_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_xfs_wait.c.
References ADIOI_Del_req_from_list(), ADIOI_Error(), ADIOI_Free_request(), errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_XFS_WriteComplete().
| void ADIOI_XFS_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_XFS_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Definition at line 15 of file ad_xfs_fcntl.c.
References ADIO_SetInfo(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIO_Fcntl_t::diskspace, ADIO_Fcntl_t::disp, ADIOI_FileD::disp, errno, ADIO_Fcntl_t::etype, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIO_Fcntl_t::filetype, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIO_Fcntl_t::fsize, ADIOI_Fl_node::indices, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, ADIOI_FileD::iomode, MPI_Abort(), MPI_Barrier(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
| void ADIOI_XFS_WriteStrided | ( | 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 155 of file ad_xfs_write.c.
References ADIOI_GEN_WriteStrided().
Referenced by ADIOI_XFS_IwriteStrided().
| void ADIOI_XFS_ReadStrided | ( | 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 155 of file ad_xfs_read.c.
References ADIOI_GEN_ReadStrided().
Referenced by ADIOI_XFS_IreadStrided().
| void ADIOI_XFS_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_XFS_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| 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 | |||
| ) |
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().
| void ADIOI_XFS_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 52 of file ad_xfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_XFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_XFS_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_xfs_resize.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| ADIO_Offset ADIOI_XFS_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_xfs_seek.c.
References ADIOI_Datatype_iscontig(), ADIOI_Flatlist, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, ADIOI_FileD::etype_size, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
Definition at line 12 of file ad_xfs_hints.c.
References ADIOI_Direct_read, ADIOI_Direct_write, ADIOI_GEN_SetInfo(), ADIOI_FileD::direct_read, ADIOI_FileD::direct_write, ADIOI_FileD::info, MPI_Info_create(), MPI_Info_get(), MPI_Info_set(), MPI_SUCCESS, and value.
Definition at line 11 of file ad_sfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPIR_Err_setmsg(), and ADIOI_FileD::perm.
Definition at line 11 of file ad_sfs_close.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_SFS_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 11 of file ad_sfs_read.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_SFS_IreadContig().
| void ADIOI_SFS_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 11 of file ad_sfs_write.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), and write().
Referenced by ADIOI_SFS_IwriteContig().
| void ADIOI_SFS_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 11 of file ad_sfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_SFS_WriteContig(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_SFS_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_sfs_iread.c.
References ADIOI_Malloc_request(), ADIOI_SFS_ReadContig(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| int ADIOI_SFS_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_sfs_done.c.
References ADIOI_Free_request(), MPI_SUCCESS, and MPIR_Status_set_bytes().
Referenced by ADIOI_SFS_WriteDone().
| int ADIOI_SFS_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_SFS_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_sfs_wait.c.
References ADIOI_Free_request(), MPI_SUCCESS, and MPIR_Status_set_bytes().
Referenced by ADIOI_SFS_WriteComplete().
| void ADIOI_SFS_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_SFS_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_sfs_fcntl.c.
References ADIO_ReadContig(), ADIO_SetInfo(), ADIO_WriteContig(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_FileD::comm, ADIOI_Fl_node::count, ADIO_Fcntl_t::diskspace, ADIO_Fcntl_t::disp, ADIOI_FileD::disp, done, errno, ADIO_Fcntl_t::etype, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIO_Fcntl_t::filetype, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, ADIOI_Fl_node::indices, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, ADIOI_FileD::iomode, MPI_Abort(), MPI_Barrier(), MPI_BYTE, MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, size, status(), and ADIOI_Fl_node::type.
| void ADIOI_SFS_WriteStrided | ( | 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 55 of file ad_sfs_write.c.
References ADIOI_GEN_WriteStrided().
Referenced by ADIOI_SFS_IwriteStrided().
| void ADIOI_SFS_ReadStrided | ( | 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 56 of file ad_sfs_read.c.
References ADIOI_GEN_ReadStrided().
Referenced by ADIOI_SFS_IreadStrided().
| void ADIOI_SFS_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_SFS_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_SFS_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 42 of file ad_sfs_iread.c.
References ADIOI_Malloc_request(), ADIOI_SFS_ReadStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_SFS_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 41 of file ad_sfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_SFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
Definition at line 11 of file ad_sfs_flush.c.
References ADIOI_Error(), MPI_ERR_UNKNOWN, and MPIR_Err_setmsg().
| void ADIOI_SFS_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_sfs_resize.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| ADIO_Offset ADIOI_SFS_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_pvfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_FileD::info, MPI_ERR_UNKNOWN, MPI_Info_get(), MPI_Info_set(), MPI_SUCCESS, MPIR_Err_setmsg(), ADIOI_FileD::perm, and value.
Definition at line 11 of file ad_pvfs_close.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_PVFS_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 20 of file ad_pvfs_read.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_PVFS_IreadContig().
| void ADIOI_PVFS_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 19 of file ad_pvfs_write.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_PVFS_IwriteContig().
| void ADIOI_PVFS_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 11 of file ad_pvfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_PVFS_WriteContig(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_PVFS_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_pvfs_iread.c.
References ADIOI_Malloc_request(), ADIOI_PVFS_ReadContig(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| int ADIOI_PVFS_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_pvfs_done.c.
References ADIOI_Free_request(), MPI_SUCCESS, and MPIR_Status_set_bytes().
Referenced by ADIOI_PVFS_WriteDone().
| int ADIOI_PVFS_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PVFS_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_pvfs_wait.c.
References ADIOI_Free_request(), MPI_SUCCESS, and MPIR_Status_set_bytes().
Referenced by ADIOI_PVFS_WriteComplete().
| void ADIOI_PVFS_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PVFS_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_pvfs_fcntl.c.
References ADIO_ReadContig(), ADIO_SetInfo(), ADIO_WriteContig(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIO_Fcntl_t::diskspace, ADIO_Fcntl_t::disp, ADIOI_FileD::disp, done, errno, ADIO_Fcntl_t::etype, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIO_Fcntl_t::filetype, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, ADIOI_Fl_node::indices, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, ADIOI_FileD::iomode, MPI_Abort(), MPI_Barrier(), MPI_BYTE, MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, size, status(), and ADIOI_Fl_node::type.
| void ADIOI_PVFS_WriteStrided | ( | 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 64 of file ad_pvfs_write.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_HINT_ENABLE, ADIOI_PVFS_WriteStridedListIO(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, ADIOI_Fl_node::indices, MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), ADIOI_Fl_node::next, ADIOI_Hints_struct::pvfs, size, and ADIOI_Fl_node::type.
Referenced by ADIOI_PVFS_IwriteStrided().
| void ADIOI_PVFS_ReadStrided | ( | 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 64 of file ad_pvfs_read.c.
References ADIOI_GEN_ReadStrided(), ADIOI_HINT_ENABLE, ADIOI_PVFS_ReadStridedListIO(), ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, and ADIOI_Hints_struct::pvfs.
Referenced by ADIOI_PVFS_IreadStrided().
| void ADIOI_PVFS_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PVFS_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIOI_PVFS_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 42 of file ad_pvfs_iread.c.
References ADIOI_Malloc_request(), ADIOI_PVFS_ReadStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_PVFS_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 41 of file ad_pvfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_PVFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
Definition at line 11 of file ad_pvfs_flush.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_PVFS_Delete | ( | char * | filename, | |
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_pvfs_delete.c.
References ADIOI_Error(), errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| void ADIOI_PVFS_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_pvfs_resize.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().
| ADIO_Offset ADIOI_PVFS_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
Definition at line 15 of file ad_pvfs_seek.c.
References ADIOI_Datatype_iscontig(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
Definition at line 11 of file ad_pvfs_hints.c.
References ADIOI_GEN_SetInfo(), ADIOI_HINT_AUTO, ADIOI_HINT_DISABLE, ADIOI_HINT_ENABLE, ADIOI_FileD::comm, ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, ADIOI_FileD::info, MPI_Abort(), MPI_Bcast(), MPI_COMM_WORLD, MPI_Info_create(), MPI_Info_get(), MPI_Info_set(), MPI_INT, MPI_SUCCESS, ADIOI_Hints_struct::pvfs, and value.
Definition at line 14 of file ad_nfs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
Definition at line 14 of file ad_pfs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
Definition at line 14 of file ad_piofs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
Definition at line 14 of file ad_ufs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
Definition at line 13 of file ad_ntfs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
Definition at line 14 of file ad_hfs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
Definition at line 14 of file ad_xfs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
Definition at line 14 of file ad_sfs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
Definition at line 14 of file ad_pvfs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
Definition at line 14 of file ad_testfs.c.
Referenced by ADIO_ResolveFileType(), and ADIOI_SetFunctions().
1.5.5