Lines Matching refs:locations_count
325 for (i = 0; i < fsloc->locations_count; i++) {
428 err = get_uint(mesg, &fsloc->locations_count);
431 if (fsloc->locations_count > MAX_FS_LOCATIONS)
433 if (fsloc->locations_count == 0)
436 fsloc->locations = kcalloc(fsloc->locations_count,
441 for (i=0; i < fsloc->locations_count; i++) {
740 new->ex_fslocs.locations_count = 0;
763 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count;
764 item->ex_fslocs.locations_count = 0;
1220 if (fsloc && fsloc->locations_count > 0) {
1228 for (i = 1; i < fsloc->locations_count; i++) {