qword_addhex
qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype));
qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size);
extern void qword_addhex(char **bpp, int *lp, char *buf, int blen);
qword_addhex(bpp, blen, rsii->in_handle.data, rsii->in_handle.len);
qword_addhex(bpp, blen, rsii->in_token.data, rsii->in_token.len);
EXPORT_SYMBOL_GPL(qword_addhex);