shared_fp_base_module 200 ompi/mca/common/ompio/common_ompio_file_open.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 207 ompi/mca/common/ompio/common_ompio_file_open.c shared_fp_base_module = ompio_fh->f_sharedfp; shared_fp_base_module 208 ompi/mca/common/ompio/common_ompio_file_open.c ret = shared_fp_base_module->sharedfp_seek(ompio_fh,current_size, MPI_SEEK_SET); shared_fp_base_module 509 ompi/mca/io/ompio/io_ompio_file_open.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 515 ompi/mca/io/ompio/io_ompio_file_open.c shared_fp_base_module = fh->f_sharedfp; shared_fp_base_module 516 ompi/mca/io/ompio/io_ompio_file_open.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 522 ompi/mca/io/ompio/io_ompio_file_open.c ret = shared_fp_base_module->sharedfp_seek(fh,offset,whence); shared_fp_base_module 535 ompi/mca/io/ompio/io_ompio_file_open.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 541 ompi/mca/io/ompio/io_ompio_file_open.c shared_fp_base_module = fh->f_sharedfp; shared_fp_base_module 542 ompi/mca/io/ompio/io_ompio_file_open.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 547 ompi/mca/io/ompio/io_ompio_file_open.c ret = shared_fp_base_module->sharedfp_get_position(fh,offset); shared_fp_base_module 229 ompi/mca/io/ompio/io_ompio_file_read.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 235 ompi/mca/io/ompio/io_ompio_file_read.c shared_fp_base_module = (mca_sharedfp_base_module_t *)(fh->f_sharedfp); shared_fp_base_module 236 ompi/mca/io/ompio/io_ompio_file_read.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 241 ompi/mca/io/ompio/io_ompio_file_read.c ret = shared_fp_base_module->sharedfp_read(fh,buf,count,datatype,status); shared_fp_base_module 256 ompi/mca/io/ompio/io_ompio_file_read.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 262 ompi/mca/io/ompio/io_ompio_file_read.c shared_fp_base_module = (mca_sharedfp_base_module_t *)(ompio_fh->f_sharedfp); shared_fp_base_module 263 ompi/mca/io/ompio/io_ompio_file_read.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 268 ompi/mca/io/ompio/io_ompio_file_read.c ret = shared_fp_base_module->sharedfp_iread(ompio_fh,buf,count,datatype,request); shared_fp_base_module 283 ompi/mca/io/ompio/io_ompio_file_read.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 289 ompi/mca/io/ompio/io_ompio_file_read.c shared_fp_base_module = (mca_sharedfp_base_module_t *)(ompio_fh->f_sharedfp); shared_fp_base_module 290 ompi/mca/io/ompio/io_ompio_file_read.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 295 ompi/mca/io/ompio/io_ompio_file_read.c ret = shared_fp_base_module->sharedfp_read_ordered(ompio_fh,buf,count,datatype,status); shared_fp_base_module 308 ompi/mca/io/ompio/io_ompio_file_read.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 314 ompi/mca/io/ompio/io_ompio_file_read.c shared_fp_base_module = ompio_fh->f_sharedfp; shared_fp_base_module 315 ompi/mca/io/ompio/io_ompio_file_read.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 320 ompi/mca/io/ompio/io_ompio_file_read.c ret = shared_fp_base_module->sharedfp_read_ordered_begin(ompio_fh,buf,count,datatype); shared_fp_base_module 333 ompi/mca/io/ompio/io_ompio_file_read.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 339 ompi/mca/io/ompio/io_ompio_file_read.c shared_fp_base_module = ompio_fh->f_sharedfp; shared_fp_base_module 340 ompi/mca/io/ompio/io_ompio_file_read.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 345 ompi/mca/io/ompio/io_ompio_file_read.c ret = shared_fp_base_module->sharedfp_read_ordered_end(ompio_fh,buf,status); shared_fp_base_module 236 ompi/mca/io/ompio/io_ompio_file_write.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 242 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; shared_fp_base_module 243 ompi/mca/io/ompio/io_ompio_file_write.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 248 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_write(fh,buf,count,datatype,status); shared_fp_base_module 263 ompi/mca/io/ompio/io_ompio_file_write.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 269 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; shared_fp_base_module 270 ompi/mca/io/ompio/io_ompio_file_write.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 275 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_iwrite(fh,buf,count,datatype,request); shared_fp_base_module 290 ompi/mca/io/ompio/io_ompio_file_write.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 296 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; shared_fp_base_module 297 ompi/mca/io/ompio/io_ompio_file_write.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 302 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_write_ordered(fh,buf,count,datatype,status); shared_fp_base_module 316 ompi/mca/io/ompio/io_ompio_file_write.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 322 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; shared_fp_base_module 323 ompi/mca/io/ompio/io_ompio_file_write.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 328 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_write_ordered_begin(fh,buf,count,datatype); shared_fp_base_module 341 ompi/mca/io/ompio/io_ompio_file_write.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 347 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; shared_fp_base_module 348 ompi/mca/io/ompio/io_ompio_file_write.c if ( NULL == shared_fp_base_module ){ shared_fp_base_module 353 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_write_ordered_end(fh,buf,status); shared_fp_base_module 36 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c mca_sharedfp_base_module_t * shared_fp_base_module; shared_fp_base_module 42 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c shared_fp_base_module = fh->f_sharedfp; shared_fp_base_module 44 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c ret = shared_fp_base_module->sharedfp_file_open(fh->f_comm,