avail_bytes       160 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c     OMPI_MPI_OFFSET_TYPE avail_bytes;
avail_bytes       180 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c     avail_bytes = fd_end[rank_index] + 1 - off;
avail_bytes       181 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c     if (avail_bytes < *len){
avail_bytes       182 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	*len = avail_bytes;
avail_bytes       106 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     ADIO_Offset avail_bytes;
avail_bytes       160 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     avail_bytes = fd_end[rank_index] + 1 - off;
avail_bytes       161 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     if (avail_bytes < *len && avail_bytes > 0) {
avail_bytes       164 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c         *len = avail_bytes;
avail_bytes       104 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c     ADIO_Offset avail_bytes;
avail_bytes       118 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c     avail_bytes = (off / (ADIO_Offset)stripe_size + 1) *
avail_bytes       120 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c     if (avail_bytes < *len) {
avail_bytes       122 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	*len = avail_bytes;
avail_bytes        82 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c     ADIO_Offset avail_bytes;
avail_bytes       114 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c     avail_bytes = fd_end[rank_index] + 1 - off;
avail_bytes       115 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c     if (avail_bytes < *len) {
avail_bytes       117 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	*len = avail_bytes;