PPL Logo

libs/ck-libs/ampi/romio/adio/ad_nfs/ad_nfs.h File Reference

Go to the source code of this file.

Functions

int ADIOI_NFS_aio (ADIO_File fd, void *buf, int len, ADIO_Offset offset, int wr, MPI_Request *request)
void ADIOI_NFS_Open (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_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_NFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code)
int ADIOI_NFS_Feature (ADIO_File fd, int feature_flag)


Function Documentation

int ADIOI_NFS_aio ( ADIO_File  fd,
void *  buf,
int  len,
ADIO_Offset  offset,
int  wr,
MPI_Request request 
)

void ADIOI_NFS_Open ( 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 
)

Definition at line 19 of file ad_nfs_iwrite.c.

References ADIOI_NFS_aio(), ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, myname, and typesize().

Here is the call graph for this function:

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_NFS_aio(), ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, myname, and typesize().

Here is the call graph for this function:

int ADIOI_NFS_ReadDone ( ADIO_Request request,
ADIO_Status *  status,
int error_code 
)

Definition at line 9 of file ad_nfs_done.c.

Referenced by ADIOI_NFS_WriteDone().

Here is the caller graph for this function:

int ADIOI_NFS_WriteDone ( ADIO_Request request,
ADIO_Status *  status,
int error_code 
)

Definition at line 15 of file ad_nfs_done.c.

References ADIOI_NFS_ReadDone().

Here is the call graph for this function:

void ADIOI_NFS_ReadComplete ( ADIO_Request request,
ADIO_Status *  status,
int error_code 
)

Definition at line 9 of file ad_nfs_wait.c.

Referenced by ADIOI_NFS_WriteComplete().

Here is the caller graph for this function:

void ADIOI_NFS_WriteComplete ( ADIO_Request request,
ADIO_Status *  status,
int error_code 
)

Definition at line 16 of file ad_nfs_wait.c.

References ADIOI_NFS_ReadComplete().

Here is the call graph for this function:

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_SetInfo ( ADIO_File  fd,
MPI_Info  users_info,
int error_code 
)

Definition at line 10 of file ad_nfs_hints.c.

References ADIOI_GEN_SetInfo().

Here is the call graph for this function:

void ADIOI_NFS_Get_shared_fp ( ADIO_File  fd,
int  size,
ADIO_Offset shared_fp,
int error_code 
)

Definition at line 15 of file ad_nfs_getsh.c.

Referenced by ADIO_Get_shared_fp().

Here is the caller graph for this function:

void ADIOI_NFS_Set_shared_fp ( ADIO_File  fd,
ADIO_Offset  offset,
int error_code 
)

Definition at line 31 of file ad_nfs_setsh.c.

Referenced by ADIO_Set_shared_fp().

Here is the caller graph for this function:

void ADIOI_NFS_Resize ( ADIO_File  fd,
ADIO_Offset  size,
int error_code 
)

Definition at line 20 of file ad_nfs_resize.c.

References ADIOI_FileD::fd_sys, ftruncate(), MPIO_Err_create_code(), and myname.

Here is the call graph for this function:

int ADIOI_NFS_Feature ( ADIO_File  fd,
int  feature_flag 
)

Definition at line 4 of file ad_nfs_features.c.


Generated on Mon Sep 21 08:04:38 2020 for Charm++ by  doxygen 1.5.5