Lines Matching refs:locations_count
325 for (i = 0; i < fsloc->locations_count; i++) {
457 err = get_uint(mesg, &fsloc->locations_count);
460 if (fsloc->locations_count > MAX_FS_LOCATIONS)
462 if (fsloc->locations_count == 0)
465 fsloc->locations = kcalloc(fsloc->locations_count,
470 for (i=0; i < fsloc->locations_count; i++) {
817 new->ex_fslocs.locations_count = 0;
841 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count;
842 item->ex_fslocs.locations_count = 0;
1322 if (fsloc && fsloc->locations_count > 0) {
1330 for (i = 1; i < fsloc->locations_count; i++) {