f_orig_filetype   191 ompi/mca/common/ompio/common_ompio.h     ompi_datatype_t  *f_orig_filetype; /* the fileview passed by the user to us */
f_orig_filetype   366 ompi/mca/common/ompio/common_ompio_file_open.c     if ( MPI_DATATYPE_NULL != ompio_fh->f_orig_filetype ){
f_orig_filetype   367 ompi/mca/common/ompio/common_ompio_file_open.c 	ompi_datatype_destroy (&ompio_fh->f_orig_filetype);
f_orig_filetype   464 ompi/mca/common/ompio/common_ompio_file_open.c        fh->f_orig_filetype = MPI_DATATYPE_NULL;
f_orig_filetype    81 ompi/mca/common/ompio/common_ompio_file_view.c     if ( NULL != fh->f_orig_filetype ) {
f_orig_filetype    82 ompi/mca/common/ompio/common_ompio_file_view.c         ompi_datatype_destroy (&fh->f_orig_filetype);
f_orig_filetype   124 ompi/mca/common/ompio/common_ompio_file_view.c     datatype_duplicate (filetype, &fh->f_orig_filetype );
f_orig_filetype   102 ompi/mca/io/ompio/io_ompio_file_set_view.c     datatype_duplicate (fh->f_orig_filetype, filetype);