Searched refs:ex_uuid (Results 1 – 6 of 6) sorted by relevance
329 kfree(exp->ex_uuid); in svc_export_put()604 err = nfsd_uuid_parse(&mesg, buf, &exp.ex_uuid); in svc_export_parse()618 exp.ex_uuid); in svc_export_parse()657 kfree(exp.ex_uuid); in svc_export_parse()690 if (exp->ex_uuid) { in svc_export_show()696 seq_printf(m, "%02x", exp->ex_uuid[i]); in svc_export_show()725 new->ex_uuid = NULL; in svc_export_init()741 new->ex_uuid = item->ex_uuid; in export_update()742 item->ex_uuid = NULL; in export_update()
468 return exp->ex_uuid != NULL; in fsid_type_ok_for_exp()506 } else if (exp->ex_uuid) { in set_version_and_fsid_type()591 exp->ex_fsid, exp->ex_uuid); in fh_compose()703 if (fhp->fh_export->ex_uuid) in fsid_source()
166 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()
57 unsigned char * ex_uuid; /* 16 byte fsid */ member
157 f = ((u64*)fhp->fh_export->ex_uuid)[0]; in encode_fsid()158 f ^= ((u64*)fhp->fh_export->ex_uuid)[1]; in encode_fsid()
2602 p = xdr_encode_opaque_fixed(p, exp->ex_uuid, in nfsd4_encode_fattr()