Searched refs:fsloc (Results 1 – 1 of 1) sorted by relevance
331 fsloc->locations = NULL; in nfsd4_fslocs_free()454 if (fsloc->locations) in fsloc_parse()463 if (fsloc->locations_count == 0) in fsloc_parse()466 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse()469 if (!fsloc->locations) in fsloc_parse()471 for (i=0; i < fsloc->locations_count; i++) { in fsloc_parse()479 if (!fsloc->locations[i].hosts) in fsloc_parse()488 if (!fsloc->locations[i].path) in fsloc_parse()498 fsloc->migrated = migrated; in fsloc_parse()501 nfsd4_fslocs_free(fsloc); in fsloc_parse()[all …]
Completed in 6 milliseconds