Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dexport.c314 nfsd4_fslocs_free(&exp->ex_fslocs); in svc_export_put()
587 err = fsloc_parse(&mesg, buf, &exp.ex_fslocs); in svc_export_parse()
641 nfsd4_fslocs_free(&exp.ex_fslocs); in svc_export_parse()
674 exp->ex_anon_uid, exp->ex_anon_gid, &exp->ex_fslocs); in svc_export_show()
706 new->ex_fslocs.locations = NULL; in svc_export_init()
707 new->ex_fslocs.locations_count = 0; in svc_export_init()
708 new->ex_fslocs.migrated = 0; in svc_export_init()
728 new->ex_fslocs.locations = item->ex_fslocs.locations; in export_update()
729 item->ex_fslocs.locations = NULL; in export_update()
730 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count; in export_update()
[all …]
Dexport.h57 struct nfsd4_fs_locations ex_fslocs; member
Dnfs4xdr.c2103 struct nfsd4_fs_locations *fslocs = &exp->ex_fslocs; in nfsd4_encode_fs_locations()
2307 if (exp->ex_fslocs.migrated) { in nfsd4_encode_fattr()
2452 if (exp->ex_fslocs.migrated) { in nfsd4_encode_fattr()
Dnfs4proc.c1662 } else if (current_fh->fh_export->ex_fslocs.migrated && in nfsd4_proc_compound()