Go to the source code of this file.
typedef zoidfs_handle_t ADIOI_ZOIDFS_object |
Definition at line 17 of file ad_zoidfs.h.
Definition at line 60 of file ad_zoidfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_MPE_open_a, ADIOI_MPE_open_b, ADIOI_ZOIDFS_error_convert(), ADIOI_ZOIDFS_Init(), ADIOI_FileD::comm, open_status_s::error, fake_an_open(), ADIOI_FileD::filename, ADIOI_FileD::fs_ptr, open_status_s::handle, ADIOI_FileD::hints, MPI_Address, MPI_Bcast, MPI_Comm_rank, MPI_Type_free, MPI_Type_struct, MPIO_Err_create_code(), myname, rank, ADIOI_Hints_struct::ranklist, ADIOI_Hints_struct::striping_factor, and ADIOI_Hints_struct::striping_unit.
void ADIOI_ZOIDFS_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 74 of file ad_zoidfs_io.c.
References ZOIDFS_IOContig().
void ADIOI_ZOIDFS_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 83 of file ad_zoidfs_io.c.
References ZOIDFS_IOContig().
void ADIOI_ZOIDFS_Fcntl | ( | ADIO_File | fd, | |
int | flag, | |||
ADIO_Fcntl_t * | fcntl_struct, | |||
int * | error_code | |||
) |
Definition at line 12 of file ad_zoidfs_fcntl.c.
References ADIOI_GEN_Prealloc(), ADIOI_ZOIDFS_error_convert(), attr, ADIO_Fcntl_t::diskspace, ADIOI_FileD::fs_ptr, ADIO_Fcntl_t::fsize, MPIO_Err_create_code(), and myname.
void ADIOI_ZOIDFS_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 16 of file ad_zoidfs_write_list.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Flatten_datatype(), ADIOI_MPE_write_a, ADIOI_MPE_write_b, ADIOI_ZOIDFS_error_convert(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, disp, ADIOI_FileD::etype_size, ADIOI_FileD::filetype, flag, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_FileD::fs_ptr, ADIOI_Fl_node::indices, int, MPI_Type_size, MPIO_Err_create_code(), MPIR_Status_set_bytes(), myname, ADIOI_Fl_node::next, size_t, and ADIOI_Fl_node::type.
void ADIOI_ZOIDFS_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 16 of file ad_zoidfs_read_list.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Flatten_datatype(), ADIOI_MPE_read_a, ADIOI_MPE_read_b, ADIOI_ZOIDFS_error_convert(), ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, disp, ADIOI_FileD::etype_size, ADIOI_FileD::filetype, flag, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_FileD::fs_ptr, ADIOI_Fl_node::indices, int, MPI_Type_size, MPIO_Err_create_code(), MPIR_Status_set_bytes(), myname, ADIOI_Fl_node::next, size_t, and ADIOI_Fl_node::type.
Definition at line 17 of file ad_zoidfs_flush.c.
References ADIOI_ZOIDFS_error_convert(), ADIOI_FileD::comm, ADIOI_FileD::fs_ptr, ADIOI_FileD::hints, MPI_Bcast, MPI_Comm_rank, MPI_Reduce, MPIO_Err_create_code(), myname, rank, and ADIOI_Hints_struct::ranklist.
void ADIOI_ZOIDFS_Delete | ( | char * | filename, | |
int * | error_code | |||
) |
Definition at line 13 of file ad_zoidfs_delete.c.
References ADIOI_ZOIDFS_error_convert(), ADIOI_ZOIDFS_Init(), MPIO_Err_create_code(), and myname.
void ADIOI_ZOIDFS_Resize | ( | ADIO_File | fd, | |
ADIO_Offset | size, | |||
int * | error_code | |||
) |
Definition at line 14 of file ad_zoidfs_resize.c.
References ADIOI_ZOIDFS_error_convert(), ADIOI_FileD::comm, ADIOI_FileD::fs_ptr, ADIOI_FileD::hints, MPI_Bcast, MPI_Comm_rank, MPIO_Err_create_code(), myname, rank, and ADIOI_Hints_struct::ranklist.
Definition at line 4 of file ad_zoidfs_features.c.