
Go to the source code of this file.
Functions | |
| static int | ADIOI_XFS_Aligned_Mem_File_Write (ADIO_File fd, void *buf, ADIO_Offset len, ADIO_Offset offset) |
| 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) |
| static int ADIOI_XFS_Aligned_Mem_File_Write | ( | ADIO_File | fd, | |
| void * | buf, | |||
| ADIO_Offset | len, | |||
| ADIO_Offset | offset | |||
| ) | [static] |
Definition at line 111 of file ad_xfs_write.c.
References ADIOI_FileD::d_miniosz, ADIOI_FileD::fd_direct, ADIOI_FileD::fd_sys, ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, pwrite(), size, and ADIOI_Hints_struct::xfs.
Referenced by ADIOI_XFS_WriteContig().


| 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 19 of file ad_xfs_write.c.
References ADIOI_XFS_Aligned_Mem_File_Write(), ADIOI_FileD::d_mem, ADIOI_FileD::d_miniosz, ADIOI_FileD::direct_write, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, memalign(), MPI_Type_size, MPIO_Err_create_code(), MPIR_Status_set_bytes(), myname, pwrite(), and size.

1.5.5