Searched refs:locations_count (Results 1 – 2 of 2) sorted by relevance
325 for (i = 0; i < fsloc->locations_count; i++) { in nfsd4_fslocs_free()474 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse()477 if (fsloc->locations_count > MAX_FS_LOCATIONS) in fsloc_parse()479 if (fsloc->locations_count == 0) in fsloc_parse()482 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse()487 for (i=0; i < fsloc->locations_count; i++) { in fsloc_parse()836 new->ex_fslocs.locations_count = 0; in svc_export_init()860 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count; in export_update()861 item->ex_fslocs.locations_count = 0; in export_update()1404 if (fsloc && fsloc->locations_count > 0) { in exp_flags()[all …]
29 uint32_t locations_count; member