Home
last modified time | relevance | path

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

/fs/nfsd/
Dexport.c329 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()
Dnfsfh.c468 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()
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.c2602 p = xdr_encode_opaque_fixed(p, exp->ex_uuid, in nfsd4_encode_fattr()