newrem            105 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c     int ntimes, rem, newrem, i, size, nbytes;
newrem            132 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 		newrem = rem % fd->d_miniosz;
newrem            133 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 		size = rem - newrem;
newrem            140 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	              ((char *)buf) + ntimes * read_chunk_sz + size, newrem, offset);
newrem            116 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c     ADIO_Offset nbytes, rem, newrem, size;
newrem            147 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		newrem = rem % fd->d_miniosz;
newrem            148 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		size = rem - newrem;
newrem            156 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	              ((char *)buf) + ntimes * write_chunk_sz + size, newrem, offset);