fs_hints          308 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    (int *) ADIOI_Malloc(fd->hints->fs_hints.bg.numbridges*sizeof(int));
fs_hints          313 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    (int *) ADIOI_Malloc(fd->hints->fs_hints.bg.numbridges*sizeof(int));
fs_hints          316 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	for (j=0;j<fd->hints->fs_hints.bg.numbridges;j++) {
fs_hints          319 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		bridgerankoffset += fd->hints->fs_hints.bg.bridgelistnum[k];
fs_hints          324 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	for (j=0;j<fd->hints->fs_hints.bg.numbridges;j++)
fs_hints          325 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    tmpbridgelistnum[j] = fd->hints->fs_hints.bg.bridgelistnum[j];
fs_hints          345 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 			(fd->hints->fs_hints.bg.bridgelistnum[bridgeiter]-
fs_hints          352 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		if (bridgeiter == (fd->hints->fs_hints.bg.numbridges-1)) {
fs_hints          123 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    fd->hints->fs_hints.bg.bridgelist =
fs_hints          125 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    if (fd->hints->fs_hints.bg.bridgelist == NULL) {
fs_hints          129 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	MPI_Bcast(fd->hints->fs_hints.bg.bridgelist, fd->hints->cb_nodes, MPI_INT, 0,
fs_hints          133 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    fd->hints->fs_hints.bg.bridgelistnum =
fs_hints          135 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    if (fd->hints->fs_hints.bg.bridgelistnum == NULL) {
fs_hints          139 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	MPI_Bcast(fd->hints->fs_hints.bg.bridgelistnum, fd->hints->cb_nodes,
fs_hints          142 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	MPI_Bcast(&fd->hints->fs_hints.bg.numbridges, 1, MPI_INT, 0,
fs_hints          646 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	if(fd->hints->fs_hints.bg.bridgelist != NULL)
fs_hints          647 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    ADIOI_Free (fd->hints->fs_hints.bg.bridgelist);
fs_hints          648 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	if(fd->hints->fs_hints.bg.bridgelistnum != NULL)
fs_hints          649 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    ADIOI_Free (fd->hints->fs_hints.bg.bridgelistnum);
fs_hints          652 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	fd->hints->fs_hints.bg.numbridges = numbridges;
fs_hints          656 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	fd->hints->fs_hints.bg.bridgelist = (int *) ADIOI_Malloc (naggs * sizeof(int));
fs_hints          657 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	memcpy( fd->hints->fs_hints.bg.bridgelist, bridgelist, naggs*sizeof(int) );
fs_hints          659 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	fd->hints->fs_hints.bg.bridgelistnum = (int *) ADIOI_Malloc (naggs * sizeof(int));
fs_hints          660 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	memcpy( fd->hints->fs_hints.bg.bridgelistnum, bridgelistnum, naggs*sizeof(int) );
fs_hints           47 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	CO = fd->hints->fs_hints.lustre.co_ratio;
fs_hints          321 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c     big_req_size = fd->hints->fs_hints.lustre.coll_threshold;
fs_hints           37 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_hints.c         fd->hints->fs_hints.lustre.co_ratio = 1;
fs_hints           39 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_hints.c         fd->hints->fs_hints.lustre.coll_threshold = 0;
fs_hints           41 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_hints.c         fd->hints->fs_hints.lustre.ds_in_coll = ADIOI_HINT_ENABLE;
fs_hints          112 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_hints.c 		&(fd->hints->fs_hints.lustre.co_ratio), myname, error_code );
fs_hints          118 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_hints.c 		&(fd->hints->fs_hints.lustre.coll_threshold), myname, error_code );
fs_hints          122 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_hints.c 		&(fd->hints->fs_hints.lustre.ds_in_coll), myname, error_code );
fs_hints          141 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c 	fd->hints->fs_hints.lustre.start_iodevice = lum->lmm_stripe_offset;
fs_hints          444 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     data_sieving = fd->hints->fs_hints.lustre.ds_in_coll;
fs_hints           22 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 	fd->hints->fs_hints.pvfs.listio_read = ADIOI_HINT_DISABLE;
fs_hints           23 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 	fd->hints->fs_hints.pvfs.listio_write = ADIOI_HINT_DISABLE;
fs_hints           88 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		    fd->hints->fs_hints.pvfs.listio_read = ADIOI_HINT_ENABLE;
fs_hints           92 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		    fd->hints->fs_hints.pvfs.listio_read = ADIOI_HINT_DISABLE;
fs_hints           97 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		    fd->hints->fs_hints.pvfs.listio_read = ADIOI_HINT_AUTO;
fs_hints           99 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		tmp_val = fd->hints->fs_hints.pvfs.listio_read;
fs_hints          101 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		if (tmp_val != fd->hints->fs_hints.pvfs.listio_read) {
fs_hints          116 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		    fd->hints->fs_hints.pvfs.listio_write = ADIOI_HINT_ENABLE;
fs_hints          120 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		    fd->hints->fs_hints.pvfs.listio_write = ADIOI_HINT_DISABLE;
fs_hints          125 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		    fd->hints->fs_hints.pvfs.listio_write = ADIOI_HINT_AUTO;
fs_hints          127 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		tmp_val = fd->hints->fs_hints.pvfs.listio_write;
fs_hints          129 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		if (tmp_val != fd->hints->fs_hints.pvfs.listio_write) {
fs_hints           92 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     if ( fd->hints->fs_hints.pvfs.listio_read == ADIOI_HINT_ENABLE) {
fs_hints          111 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     if ( fd->hints->fs_hints.pvfs.listio_write == ADIOI_HINT_ENABLE ) {
fs_hints           23 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 	fd->hints->fs_hints.pvfs2.debugmask = 0;
fs_hints           34 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.posix_read = ADIOI_HINT_DISABLE;
fs_hints           35 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.posix_write = ADIOI_HINT_DISABLE;
fs_hints           39 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.dtype_read = ADIOI_HINT_DISABLE;
fs_hints           40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.dtype_write = ADIOI_HINT_DISABLE;
fs_hints           44 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.listio_read = ADIOI_HINT_DISABLE;
fs_hints           45 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.listio_write = ADIOI_HINT_DISABLE;
fs_hints           55 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		tmp_value = fd->hints->fs_hints.pvfs2.debugmask = 
fs_hints           60 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		if (tmp_value != fd->hints->fs_hints.pvfs2.debugmask) {
fs_hints           88 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.posix_read), myname, error_code);
fs_hints           92 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.posix_write), myname, error_code);
fs_hints           96 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.dtype_read), myname, error_code);
fs_hints          100 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.dtype_write), myname, error_code);
fs_hints          104 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.listio_read), myname, error_code);
fs_hints          108 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.listio_write), myname, error_code);
fs_hints          133 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     if (fd->hints->fs_hints.pvfs2.posix_read == ADIOI_HINT_ENABLE) {
fs_hints          138 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     if (fd->hints->fs_hints.pvfs2.dtype_read == ADIOI_HINT_ENABLE) {
fs_hints          154 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     if (fd->hints->fs_hints.pvfs2.listio_read == ADIOI_HINT_ENABLE) {
fs_hints          149 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     if ( fd->hints->fs_hints.pvfs2.posix_write == ADIOI_HINT_ENABLE) {
fs_hints          155 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     if ( fd->hints->fs_hints.pvfs2.dtype_write == ADIOI_HINT_ENABLE) {
fs_hints          172 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     if (fd->hints->fs_hints.pvfs2.listio_write == ADIOI_HINT_ENABLE) {
fs_hints           60 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_hints.c 		fd->hints->fs_hints.xfs.read_chunk_sz =
fs_hints           62 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_hints.c 		fd->hints->fs_hints.xfs.write_chunk_sz =
fs_hints           26 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c     unsigned read_chunk_sz = fd->hints->fs_hints.xfs.read_chunk_sz;
fs_hints           27 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c     unsigned write_chunk_sz = fd->hints->fs_hints.xfs.write_chunk_sz;
fs_hints           66 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 		fd->hints->fs_hints.xfs.read_chunk_sz = st.d_maxiosz;
fs_hints           74 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 			fd->hints->fs_hints.xfs.read_chunk_sz =
fs_hints           80 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 		fd->hints->fs_hints.xfs.write_chunk_sz = st.d_maxiosz;
fs_hints           88 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 			fd->hints->fs_hints.xfs.write_chunk_sz =
fs_hints          106 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c     unsigned read_chunk_sz = fd->hints->fs_hints.xfs.read_chunk_sz;
fs_hints          115 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c     unsigned write_chunk_sz = fd->hints->fs_hints.xfs.write_chunk_sz;
fs_hints           74 ompi/mca/io/romio321/romio/adio/common/ad_close.c     if (fd->hints && fd->hints->fs_hints.bg.bridgelist) ADIOI_Free(fd->hints->fs_hints.bg.bridgelist);
fs_hints           75 ompi/mca/io/romio321/romio/adio/common/ad_close.c     if (fd->hints && fd->hints->fs_hints.bg.bridgelistnum) ADIOI_Free(fd->hints->fs_hints.bg.bridgelistnum);
fs_hints           93 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     unsigned maxiosz = wr ? fd->hints->fs_hints.xfs.write_chunk_sz :
fs_hints           94 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	    fd->hints->fs_hints.xfs.read_chunk_sz;
fs_hints           84 ompi/mca/io/romio321/romio/adio/include/adioi.h     } fs_hints;