Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dexport.c316 kfree(exp->ex_uuid); in svc_export_put()
591 err = nfsd_uuid_parse(&mesg, buf, &exp.ex_uuid); in svc_export_parse()
605 exp.ex_uuid); in svc_export_parse()
644 kfree(exp.ex_uuid); in svc_export_parse()
677 if (exp->ex_uuid) { in svc_export_show()
683 seq_printf(m, "%02x", exp->ex_uuid[i]); in svc_export_show()
712 new->ex_uuid = NULL; in svc_export_init()
728 new->ex_uuid = item->ex_uuid; in export_update()
729 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()
Dexport.h57 unsigned char * ex_uuid; /* 16 byte fsid */ member
Dnfsxdr.c165 f = ((u32*)fhp->fh_export->ex_uuid)[0]; in encode_fattr()
166 f ^= ((u32*)fhp->fh_export->ex_uuid)[1]; in encode_fattr()
167 f ^= ((u32*)fhp->fh_export->ex_uuid)[2]; in encode_fattr()
168 f ^= ((u32*)fhp->fh_export->ex_uuid)[3]; in encode_fattr()
Dnfs3xdr.c156 f = ((u64*)fhp->fh_export->ex_uuid)[0]; in encode_fsid()
157 f ^= ((u64*)fhp->fh_export->ex_uuid)[1]; in encode_fsid()
Dnfs4xdr.c2595 p = xdr_encode_opaque_fixed(p, exp->ex_uuid, in nfsd4_encode_fattr()