min_st_loc        307 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     ADIO_Offset st_loc = -1, end_loc = -1, min_st_loc, max_end_loc;
min_st_loc        359 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     MPI_Allreduce(&st_loc, &min_st_loc, 1, MPI_LONG_LONG_INT, MPI_MIN, fd->comm);
min_st_loc        361 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     min_st_loc -= min_st_loc % (ADIO_Offset)stripe_size;
min_st_loc        368 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     max_ntimes = (max_end_loc - min_st_loc + 1) / step_size
min_st_loc        369 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c         + (((max_end_loc - min_st_loc + 1) % step_size) ? 1 : 0);
min_st_loc        381 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c             m = (int)((req_off - min_st_loc) / step_size);
min_st_loc        432 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     iter_st_off = min_st_loc;