Go to the source code of this file.
Data Structures | |
struct | ADIOI_PVFS2_fs_s |
Typedefs | |
typedef struct ADIOI_PVFS2_fs_s | ADIOI_PVFS2_fs |
Functions | |
void | ADIOI_PVFS2_Init (int *error_code) |
void | ADIOI_PVFS2_makeattribs (PVFS_sys_attr *attribs) |
void | ADIOI_PVFS2_makecredentials (PVFS_credentials *credentials) |
void | ADIOI_PVFS2_End (int *error_code) |
int | ADIOI_PVFS2_End_call (MPI_Comm comm, int keyval, void *attribute_val, void *extra_state) |
int | ADIOI_PVFS2_error_convert (int pvfs_error) |
typedef struct ADIOI_PVFS2_fs_s ADIOI_PVFS2_fs |
Definition at line 24 of file ad_pvfs2_common.h.
void ADIOI_PVFS2_Init | ( | int * | error_code | ) |
Definition at line 49 of file ad_pvfs2_common.c.
References ADIOI_PVFS2_End_call(), ADIOI_PVFS2_error_convert(), ADIOI_PVFS2_Initialized, MPI_Attr_put, MPI_Keyval_create, MPIO_Err_create_code(), and myname.
Referenced by ADIOI_PVFS2_Delete(), and ADIOI_PVFS2_Open().
void ADIOI_PVFS2_makeattribs | ( | PVFS_sys_attr * | attribs | ) |
Definition at line 88 of file ad_pvfs2_common.c.
References stats::time().
Referenced by fake_an_open().
void ADIOI_PVFS2_makecredentials | ( | PVFS_credentials * | credentials | ) |
Definition at line 102 of file ad_pvfs2_common.c.
Referenced by ADIOI_PVFS2_Delete(), and ADIOI_PVFS2_Open().
void ADIOI_PVFS2_End | ( | int * | error_code | ) |
Definition at line 19 of file ad_pvfs2_common.c.
References ADIOI_PVFS2_error_convert(), MPIO_Err_create_code(), and myname.
Referenced by ADIOI_PVFS2_End_call().
Definition at line 40 of file ad_pvfs2_common.c.
References ADIOI_PVFS2_End().
Referenced by ADIOI_PVFS2_Init().
Definition at line 109 of file ad_pvfs2_common.c.
Referenced by ADIOI_PVFS2_AIO_contig(), ADIOI_PVFS2_Delete(), ADIOI_PVFS2_End(), ADIOI_PVFS2_Fcntl(), ADIOI_PVFS2_Flush(), ADIOI_PVFS2_Init(), ADIOI_PVFS2_OldReadStrided(), ADIOI_PVFS2_OldWriteStrided(), ADIOI_PVFS2_Open(), ADIOI_PVFS2_ReadContig(), ADIOI_PVFS2_Resize(), ADIOI_PVFS2_StridedDtypeIO(), ADIOI_PVFS2_StridedListIO(), and ADIOI_PVFS2_WriteContig().