Searched refs:ex_uuid (Results 1 – 6 of 6) sorted by relevance
357 kfree(exp->ex_uuid); in svc_export_put()650 err = nfsd_uuid_parse(&mesg, buf, &exp.ex_uuid); in svc_export_parse()663 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid); in svc_export_parse()704 kfree(exp.ex_uuid); in svc_export_parse()762 if (exp->ex_uuid) { in svc_export_show()768 seq_printf(m, "%02x", exp->ex_uuid[i]); in svc_export_show()797 new->ex_uuid = NULL; in svc_export_init()814 new->ex_uuid = item->ex_uuid; in export_update()815 item->ex_uuid = NULL; in export_update()
456 return exp->ex_uuid != NULL; in fsid_type_ok_for_exp()494 } else if (exp->ex_uuid) { in set_version_and_fsid_type()566 exp->ex_fsid, exp->ex_uuid); in fh_compose()747 if (fhp->fh_export->ex_uuid) in fsid_source()
250 fsid = ((u32 *)fhp->fh_export->ex_uuid)[0]; in svcxdr_encode_fattr()251 fsid ^= ((u32 *)fhp->fh_export->ex_uuid)[1]; in svcxdr_encode_fattr()252 fsid ^= ((u32 *)fhp->fh_export->ex_uuid)[2]; in svcxdr_encode_fattr()253 fsid ^= ((u32 *)fhp->fh_export->ex_uuid)[3]; in svcxdr_encode_fattr()
71 unsigned char * ex_uuid; /* 16 byte fsid */ member
371 fsid = ((u64 *)fhp->fh_export->ex_uuid)[0]; in svcxdr_encode_fattr3()372 fsid ^= ((u64 *)fhp->fh_export->ex_uuid)[1]; in svcxdr_encode_fattr3()
3068 p = xdr_encode_opaque_fixed(p, exp->ex_uuid, in nfsd4_encode_fattr()