Lines Matching refs:locations_count
314 for (i = 0; i < fsloc->locations_count; i++) { in nfsd4_fslocs_free()
412 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse()
415 if (fsloc->locations_count > MAX_FS_LOCATIONS) in fsloc_parse()
417 if (fsloc->locations_count == 0) in fsloc_parse()
420 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse()
425 for (i=0; i < fsloc->locations_count; i++) { in fsloc_parse()
722 new->ex_fslocs.locations_count = 0; in svc_export_init()
745 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count; in export_update()
746 item->ex_fslocs.locations_count = 0; in export_update()
1197 if (fsloc && fsloc->locations_count > 0) { in exp_flags()
1205 for (i = 1; i < fsloc->locations_count; i++) { in exp_flags()