Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dexport.c315 kfree(exp->ex_uuid); in svc_export_put()
589 err = uuid_parse(&mesg, buf, &exp.ex_uuid); in svc_export_parse()
603 exp.ex_uuid); in svc_export_parse()
642 kfree(exp.ex_uuid); in svc_export_parse()
675 if (exp->ex_uuid) { in svc_export_show()
681 seq_printf(m, "%02x", exp->ex_uuid[i]); in svc_export_show()
710 new->ex_uuid = NULL; in svc_export_init()
726 new->ex_uuid = item->ex_uuid; in export_update()
727 item->ex_uuid = NULL; in export_update()
Dnfsfh.c451 return exp->ex_uuid != NULL; in fsid_type_ok_for_exp()
489 } else if (exp->ex_uuid) { in set_version_and_fsid_type()
574 exp->ex_fsid, exp->ex_uuid); in fh_compose()
686 if (fhp->fh_export->ex_uuid) in fsid_source()
Dnfsxdr.c180 f = ((u32*)fhp->fh_export->ex_uuid)[0]; in encode_fattr()
181 f ^= ((u32*)fhp->fh_export->ex_uuid)[1]; in encode_fattr()
182 f ^= ((u32*)fhp->fh_export->ex_uuid)[2]; in encode_fattr()
183 f ^= ((u32*)fhp->fh_export->ex_uuid)[3]; in encode_fattr()
Dexport.h56 unsigned char * ex_uuid; /* 16 byte fsid */ member
Dnfs3xdr.c155 f = ((u64*)fhp->fh_export->ex_uuid)[0]; in encode_fsid()
156 f ^= ((u64*)fhp->fh_export->ex_uuid)[1]; in encode_fsid()
Dnfs4xdr.c2467 p = xdr_encode_opaque_fixed(p, exp->ex_uuid, in nfsd4_encode_fattr()