Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dexport.c331 fsloc->locations = NULL; in nfsd4_fslocs_free()
470 if (fsloc->locations) in fsloc_parse()
479 if (fsloc->locations_count == 0) in fsloc_parse()
482 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse()
485 if (!fsloc->locations) in fsloc_parse()
487 for (i=0; i < fsloc->locations_count; i++) { in fsloc_parse()
495 if (!fsloc->locations[i].hosts) in fsloc_parse()
504 if (!fsloc->locations[i].path) in fsloc_parse()
514 fsloc->migrated = migrated; in fsloc_parse()
517 nfsd4_fslocs_free(fsloc); in fsloc_parse()
[all …]