ADIO_APPEND       100 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c   if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND))
ADIO_APPEND       131 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     if ( (fd->access_mode&ADIO_APPEND) && 
ADIO_APPEND        43 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_open.c     if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND)) {
ADIO_APPEND       147 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c     if (fd->access_mode & ADIO_APPEND)
ADIO_APPEND        44 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_open.c     if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND)) {
ADIO_APPEND        69 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_open.c     if ((fd->fd_sys != INVALID_HANDLE_VALUE) && (fd->access_mode & ADIO_APPEND))
ADIO_APPEND       341 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c     if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND))
ADIO_APPEND       432 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c     if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND))
ADIO_APPEND        74 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c 	if (fd->access_mode & ADIO_APPEND) 
ADIO_APPEND        62 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_open.c 	if (fd->access_mode & ADIO_APPEND)
ADIO_APPEND        61 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND)) {
ADIO_APPEND        39 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_open.c     if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND)) {
ADIO_APPEND        44 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs_open.c     if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND)) {
ADIO_APPEND       102 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c     if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND))
ADIO_APPEND       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)