
Go to the source code of this file.
Functions | |
| static void | ADIO_FileSysType_parentdir (char *filename, char **dirnamep) |
| static void | ADIO_FileSysType_prefix (char *filename, int *fstype, int *error_code) |
| static void | ADIO_FileSysType_fncall (char *filename, int *fstype, int *error_code) |
| void | ADIO_ResolveFileType (MPI_Comm comm, char *filename, int *fstype, ADIOI_Fns **ops, int *error_code) |
| static void ADIO_FileSysType_parentdir | ( | char * | filename, | |
| char ** | dirnamep | |||
| ) | [static] |
Definition at line 307 of file ad_fstype.c.
References MPI_ERR_UNKNOWN, and MPI_SUCCESS.
Referenced by ADIO_ResolveFileType().
Definition at line 140 of file ad_fstype.c.
References ADIO_FileSysType_parentdir(), errno, free(), MPI_ERR_UNKNOWN, and MPI_SUCCESS.
Referenced by ADIO_ResolveFileType().
| void ADIO_ResolveFileType | ( | MPI_Comm | comm, | |
| char * | filename, | |||
| int * | fstype, | |||
| ADIOI_Fns ** | ops, | |||
| int * | error_code | |||
| ) |
Definition at line 369 of file ad_fstype.c.
References ADIO_FileSysType_fncall(), ADIO_FileSysType_prefix(), ADIO_HFS_operations, ADIO_NFS_operations, ADIO_NTFS_operations, ADIO_PFS_operations, ADIO_PIOFS_operations, ADIO_PVFS_operations, ADIO_SFS_operations, ADIO_TESTFS_operations, ADIO_UFS_operations, ADIO_XFS_operations, ADIOI_Error(), MPI_Abort(), MPI_Allreduce(), MPI_COMM_WORLD, MPI_INT, MPI_MIN, MPI_SUCCESS, and MPIR_Err_setmsg().
Referenced by MPI_File_delete(), and MPI_File_open().
1.5.5