xvalue             64 fs/jffs2/xattr.c static uint32_t xattr_datum_hashkey(int xprefix, const char *xname, const char *xvalue, int xsize)
xvalue             68 fs/jffs2/xattr.c 	return crc32(xprefix, xname, name_len) ^ crc32(xprefix, xvalue, xsize);
xvalue             99 fs/jffs2/xattr.c 	xd->xvalue = NULL;
xvalue            243 fs/jffs2/xattr.c 	xd->xvalue = data + xd->name_len+1;
xvalue            247 fs/jffs2/xattr.c 	xd->hashkey = xattr_datum_hashkey(xd->xprefix, xd->xname, xd->xvalue, xd->value_len);
xvalue            338 fs/jffs2/xattr.c 						    const char *xvalue, int xsize)
xvalue            347 fs/jffs2/xattr.c 	hashkey = xattr_datum_hashkey(xprefix, xname, xvalue, xsize);
xvalue            354 fs/jffs2/xattr.c 		    && !memcmp(xd->xvalue, xvalue, xsize)) {
xvalue            373 fs/jffs2/xattr.c 	memcpy(data + name_len + 1, xvalue, xsize);
xvalue            382 fs/jffs2/xattr.c 	xd->xvalue = data + name_len + 1;
xvalue           1077 fs/jffs2/xattr.c 					memcpy(buffer, xd->xvalue, rc);
xvalue             40 fs/jffs2/xattr.h 	char *xvalue;		/* XATTR value */
xvalue            514 security/integrity/ima/ima_appraise.c 	const struct evm_ima_xattr_data *xvalue = xattr_value;
xvalue            520 security/integrity/ima/ima_appraise.c 		if (!xattr_value_len || (xvalue->type >= IMA_XATTR_LAST))
xvalue            523 security/integrity/ima/ima_appraise.c 			xvalue->type == EVM_IMA_XATTR_DIGSIG);