Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dexport.c363 nfsd4_fslocs_free(&exp->ex_fslocs); in svc_export_release()
743 nfsd4_fslocs_free(&exp.ex_fslocs); in svc_export_parse()
835 new->ex_fslocs.locations = NULL; in svc_export_init()
836 new->ex_fslocs.locations_count = 0; in svc_export_init()
837 new->ex_fslocs.migrated = 0; in svc_export_init()
858 new->ex_fslocs.locations = item->ex_fslocs.locations; in export_update()
859 item->ex_fslocs.locations = NULL; in export_update()
860 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count; in export_update()
861 item->ex_fslocs.locations_count = 0; in export_update()
862 new->ex_fslocs.migrated = item->ex_fslocs.migrated; in export_update()
[all …]
H A Dexport.h72 struct nfsd4_fs_locations ex_fslocs; member
H A Dnfs4xdr.c2784 struct nfsd4_fs_locations *fslocs = &exp->ex_fslocs; in nfsd4_encode_fs_locations4()
3071 if (unlikely(args->exp->ex_fslocs.migrated)) { in nfsd4_encode_fattr4_fsid()
3610 if (exp->ex_fslocs.migrated) { in nfsd4_encode_fattr4()
H A Dnfs4proc.c2862 current_fh->fh_export->ex_fslocs.migrated && in nfsd4_proc_compound()