sharedfp_seek 208 ompi/mca/common/ompio/common_ompio_file_open.c ret = shared_fp_base_module->sharedfp_seek(ompio_fh,current_size, MPI_SEEK_SET); sharedfp_seek 339 ompi/mca/common/ompio/common_ompio_file_view.c ret = fh->f_sharedfp->sharedfp_seek( fh, 0, MPI_SEEK_SET); sharedfp_seek 522 ompi/mca/io/ompio/io_ompio_file_open.c ret = shared_fp_base_module->sharedfp_seek(fh,offset,whence); sharedfp_seek 201 ompi/mca/sharedfp/sharedfp.h mca_sharedfp_base_module_seek_fn_t sharedfp_seek;