Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dexport.c340 kfree(exp->ex_uuid); in svc_export_put()
620 err = nfsd_uuid_parse(&mesg, buf, &exp.ex_uuid); in svc_export_parse()
634 exp.ex_uuid); in svc_export_parse()
675 kfree(exp.ex_uuid); in svc_export_parse()
708 if (exp->ex_uuid) { in svc_export_show()
714 seq_printf(m, "%02x", exp->ex_uuid[i]); in svc_export_show()
743 new->ex_uuid = NULL; in svc_export_init()
759 new->ex_uuid = item->ex_uuid; in export_update()
760 item->ex_uuid = NULL; in export_update()
Dnfsfh.c475 return exp->ex_uuid != NULL; in fsid_type_ok_for_exp()
513 } else if (exp->ex_uuid) { in set_version_and_fsid_type()
598 exp->ex_fsid, exp->ex_uuid); in fh_compose()
710 if (fhp->fh_export->ex_uuid) in fsid_source()
Dnfsxdr.c166 f = ((u32*)fhp->fh_export->ex_uuid)[0]; in encode_fattr()
167 f ^= ((u32*)fhp->fh_export->ex_uuid)[1]; in encode_fattr()
168 f ^= ((u32*)fhp->fh_export->ex_uuid)[2]; in encode_fattr()
169 f ^= ((u32*)fhp->fh_export->ex_uuid)[3]; in encode_fattr()
Dexport.h57 unsigned char * ex_uuid; /* 16 byte fsid */ member
Dnfs3xdr.c157 f = ((u64*)fhp->fh_export->ex_uuid)[0]; in encode_fsid()
158 f ^= ((u64*)fhp->fh_export->ex_uuid)[1]; in encode_fsid()
Dnfs4xdr.c2898 p = xdr_encode_opaque_fixed(p, exp->ex_uuid, in nfsd4_encode_fattr()