Home
last modified time | relevance | path

Searched refs:fsloc (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/fs/nfsd/
A Dexport.c331 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 4 milliseconds