Searched refs:auxlen (Results 1 – 2 of 2) sorted by relevance
34 unsigned keylen, auxlen; in cachefiles_alloc_object() local87 auxlen = cookie->aux_len; in cachefiles_alloc_object()88 if (auxlen) { in cachefiles_alloc_object()89 if (auxlen <= sizeof(cookie->inline_aux)) in cachefiles_alloc_object()93 memcpy(auxdata->data, p, auxlen); in cachefiles_alloc_object()96 auxdata->len = auxlen + 1; in cachefiles_alloc_object()216 unsigned auxlen; in cachefiles_update_object() local230 auxlen = cookie->aux_len; in cachefiles_update_object()232 if (!auxlen) { in cachefiles_update_object()238 auxdata = kmalloc(2 + auxlen + 3, cachefiles_gfp); in cachefiles_update_object()[all …]
253 uint16_t keylen = 0, auxlen = 0; in fscache_objlist_show() local279 auxlen = cookie->aux_len; in fscache_objlist_show()281 if (keylen > 0 || auxlen > 0) { in fscache_objlist_show()287 if (auxlen > 0) { in fscache_objlist_show()290 p = auxlen <= sizeof(cookie->inline_aux) ? in fscache_objlist_show()292 for (; auxlen > 0; auxlen--) in fscache_objlist_show()