f_fbtl 207 ompi/mca/common/ompio/common_ompio.h mca_fbtl_base_module_t *f_fbtl; f_fbtl 289 ompi/mca/common/ompio/common_ompio_file_open.c if ( NULL != ompio_fh->f_fbtl ) { f_fbtl 171 ompi/mca/common/ompio/common_ompio_file_read.c ret_code = fh->f_fbtl->fbtl_preadv (fh); f_fbtl 259 ompi/mca/common/ompio/common_ompio_file_read.c if ( NULL != fh->f_fbtl->fbtl_ipreadv ) { f_fbtl 342 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_fbtl->fbtl_ipreadv (fh, (ompi_request_t *) ompio_req); f_fbtl 154 ompi/mca/common/ompio/common_ompio_file_write.c ret_code =fh->f_fbtl->fbtl_pwritev (fh); f_fbtl 235 ompi/mca/common/ompio/common_ompio_file_write.c if ( NULL != fh->f_fbtl->fbtl_ipwritev ) { f_fbtl 321 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_fbtl->fbtl_ipwritev (fh, (ompi_request_t *) ompio_req); f_fbtl 110 ompi/mca/fbtl/base/fbtl_base_file_select.c file->f_fbtl = module; f_fbtl 232 ompi/mca/fbtl/base/fbtl_base_file_select.c file->f_fbtl = om->om_module; f_fbtl 38 ompi/mca/fbtl/base/fbtl_base_file_unselect.c if (NULL != file->f_fbtl && NULL != file->f_fbtl->fbtl_module_finalize) { f_fbtl 39 ompi/mca/fbtl/base/fbtl_base_file_unselect.c return file->f_fbtl->fbtl_module_finalize(file); f_fbtl 702 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { f_fbtl 962 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if ( 0 > fh->f_fbtl->fbtl_pwritev (fh)) { f_fbtl 702 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { f_fbtl 751 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if ( 0 > fh->f_fbtl->fbtl_pwritev (fh)) { f_fbtl 740 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { f_fbtl 866 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if ( 0 > fh->f_fbtl->fbtl_pwritev (fh)) { f_fbtl 1098 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { f_fbtl 702 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { f_fbtl 172 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if( (1 == mca_fcoll_vulcan_async_io) && (NULL == fh->f_fbtl->fbtl_ipwritev) ) { f_fbtl 572 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ( (0 == mca_fcoll_vulcan_async_io) && (NULL != fh->f_fbtl->fbtl_ipwritev) && (2 < cycles) ) ) { f_fbtl 766 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = fh->f_fbtl->fbtl_ipwritev(fh, (ompi_request_t *) ompio_req); f_fbtl 774 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret_temp = fh->f_fbtl->fbtl_pwritev(fh);