Lines Matching refs:locations
323 kfree(fsloc->locations[i].path); in nfsd4_fslocs_free()
324 kfree(fsloc->locations[i].hosts); in nfsd4_fslocs_free()
326 kfree(fsloc->locations); in nfsd4_fslocs_free()
413 fsloc->locations = kzalloc(fsloc->locations_count in fsloc_parse()
415 if (!fsloc->locations) in fsloc_parse()
424 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
425 if (!fsloc->locations[i].hosts) in fsloc_parse()
433 fsloc->locations[i].path = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
434 if (!fsloc->locations[i].path) in fsloc_parse()
686 new->ex_fslocs.locations = NULL; in svc_export_init()
705 new->ex_fslocs.locations = item->ex_fslocs.locations; in export_update()
706 item->ex_fslocs.locations = NULL; in export_update()
1497 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\"); in exp_flags()
1499 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1502 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\"); in exp_flags()
1504 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()