Lines Matching refs:ex_fslocs
328 nfsd4_fslocs_free(&exp->ex_fslocs); in svc_export_put()
602 err = fsloc_parse(&mesg, buf, &exp.ex_fslocs); in svc_export_parse()
656 nfsd4_fslocs_free(&exp.ex_fslocs); in svc_export_parse()
689 exp->ex_anon_uid, exp->ex_anon_gid, &exp->ex_fslocs); in svc_export_show()
721 new->ex_fslocs.locations = NULL; in svc_export_init()
722 new->ex_fslocs.locations_count = 0; in svc_export_init()
723 new->ex_fslocs.migrated = 0; in svc_export_init()
743 new->ex_fslocs.locations = item->ex_fslocs.locations; in export_update()
744 item->ex_fslocs.locations = NULL; in export_update()
745 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count; in export_update()
746 item->ex_fslocs.locations_count = 0; in export_update()
747 new->ex_fslocs.migrated = item->ex_fslocs.migrated; in export_update()
748 item->ex_fslocs.migrated = 0; in export_update()