pvfs2              38 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.c static mca_fbtl_base_module_1_0_0_t pvfs2 =  {
pvfs2              71 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.c    return &pvfs2;
pvfs2              54 ompi/mca/fs/pvfs2/fs_pvfs2.c static mca_fs_base_module_1_0_0_t pvfs2 =  {
pvfs2             121 ompi/mca/fs/pvfs2/fs_pvfs2.c 	   return &pvfs2;
pvfs2              23 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 	fd->hints->fs_hints.pvfs2.debugmask = 0;
pvfs2              34 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.posix_read = ADIOI_HINT_DISABLE;
pvfs2              35 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.posix_write = ADIOI_HINT_DISABLE;
pvfs2              39 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.dtype_read = ADIOI_HINT_DISABLE;
pvfs2              40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.dtype_write = ADIOI_HINT_DISABLE;
pvfs2              44 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.listio_read = ADIOI_HINT_DISABLE;
pvfs2              45 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c         fd->hints->fs_hints.pvfs2.listio_write = ADIOI_HINT_DISABLE;
pvfs2              55 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		tmp_value = fd->hints->fs_hints.pvfs2.debugmask = 
pvfs2              60 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		if (tmp_value != fd->hints->fs_hints.pvfs2.debugmask) {
pvfs2              88 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.posix_read), myname, error_code);
pvfs2              92 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.posix_write), myname, error_code);
pvfs2              96 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.dtype_read), myname, error_code);
pvfs2             100 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.dtype_write), myname, error_code);
pvfs2             104 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.listio_read), myname, error_code);
pvfs2             108 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		    &(fd->hints->fs_hints.pvfs2.listio_write), myname, error_code);
pvfs2             133 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     if (fd->hints->fs_hints.pvfs2.posix_read == ADIOI_HINT_ENABLE) {
pvfs2             138 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     if (fd->hints->fs_hints.pvfs2.dtype_read == ADIOI_HINT_ENABLE) {
pvfs2             154 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     if (fd->hints->fs_hints.pvfs2.listio_read == ADIOI_HINT_ENABLE) {
pvfs2             149 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     if ( fd->hints->fs_hints.pvfs2.posix_write == ADIOI_HINT_ENABLE) {
pvfs2             155 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     if ( fd->hints->fs_hints.pvfs2.dtype_write == ADIOI_HINT_ENABLE) {
pvfs2             172 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     if (fd->hints->fs_hints.pvfs2.listio_write == ADIOI_HINT_ENABLE) {
pvfs2              66 ompi/mca/io/romio321/romio/adio/include/adioi.h 	    } pvfs2;