ADIO_RDONLY        76 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY       111 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     if ( (fd->access_mode&ADIO_RDONLY) &&
ADIO_RDONLY       282 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	 !(fd->access_mode&ADIO_EXCL) && !(fd->access_mode&ADIO_RDONLY) )
ADIO_RDONLY       335 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     else if ( (fd->access_mode&ADIO_RDONLY) && (file_exists!=GLOBUS_TRUE) )
ADIO_RDONLY        68 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c     if ( fd->access_mode&ADIO_RDONLY )
ADIO_RDONLY       121 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if ( fd->access_mode&ADIO_RDONLY )
ADIO_RDONLY       381 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if ( fd->access_mode&ADIO_RDONLY )
ADIO_RDONLY        31 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        42 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        26 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        15 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_flush.c     err = (fd->access_mode & ADIO_RDONLY) ? TRUE :
ADIO_RDONLY        34 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY       259 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY       330 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        89 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 		    if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        27 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        29 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        29 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        27 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        25 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY        39 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c     if (fd->access_mode & ADIO_RDONLY)
ADIO_RDONLY       282 ompi/mca/io/romio321/romio/adio/include/adio.h #define ADIO_AMODE_NOMATCH  ~(ADIO_CREATE|ADIO_RDONLY|ADIO_WRONLY|ADIO_RDWR|ADIO_DELETE_ON_CLOSE|ADIO_UNIQUE_OPEN|ADIO_EXCL|ADIO_APPEND|ADIO_SEQUENTIAL)
ADIO_RDONLY        91 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if (fh->access_mode & ADIO_RDONLY) {			\