f_cc_size         169 ompi/mca/common/ompio/common_ompio.h     size_t                 f_cc_size;
f_cc_size         110 ompi/mca/common/ompio/common_ompio_aggregators.c     mode = ( fh->f_cc_size == fh->f_view_size ) ? 1 : 2;
f_cc_size         172 ompi/mca/common/ompio/common_ompio_file_view.c         fh->f_cc_size = get_contiguous_chunk_size (fh, 1);
f_cc_size         175 ompi/mca/common/ompio/common_ompio_file_view.c         fh->f_cc_size = get_contiguous_chunk_size (fh, 0);
f_cc_size         263 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ((int)file->f_cc_size >= file->f_bytes_per_agg &&
f_cc_size         264 ompi/mca/fcoll/base/fcoll_base_file_select.c             file->f_cc_size >= file->f_stripe_size) {
f_cc_size         277 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ((int)file->f_cc_size < file->f_bytes_per_agg &&
f_cc_size         278 ompi/mca/fcoll/base/fcoll_base_file_select.c             file->f_cc_size >= file->f_stripe_size) {
f_cc_size         294 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ((int)file->f_cc_size < file->f_bytes_per_agg &&
f_cc_size         295 ompi/mca/fcoll/base/fcoll_base_file_select.c             (0 == file->f_stripe_size || file->f_cc_size < file->f_stripe_size) &&