Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dexport.c331 fsloc->locations = NULL; in nfsd4_fslocs_free()
453 if (fsloc->locations) in fsloc_parse()
462 if (fsloc->locations_count == 0) in fsloc_parse()
465 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse()
468 if (!fsloc->locations) in fsloc_parse()
470 for (i=0; i < fsloc->locations_count; i++) { in fsloc_parse()
478 if (!fsloc->locations[i].hosts) in fsloc_parse()
487 if (!fsloc->locations[i].path) in fsloc_parse()
497 fsloc->migrated = migrated; in fsloc_parse()
500 nfsd4_fslocs_free(fsloc); in fsloc_parse()
[all …]