Searched refs:auxlen (Results 1 – 2 of 2) sorted by relevance
30 unsigned keylen, auxlen; in cachefiles_alloc_object() local83 auxlen = cookie->aux_len; in cachefiles_alloc_object()84 if (auxlen) { in cachefiles_alloc_object()85 if (auxlen <= sizeof(cookie->inline_aux)) in cachefiles_alloc_object()89 memcpy(auxdata->data, p, auxlen); in cachefiles_alloc_object()92 auxdata->len = auxlen + 1; in cachefiles_alloc_object()212 unsigned auxlen; in cachefiles_update_object() local226 auxlen = cookie->aux_len; in cachefiles_update_object()228 if (!auxlen) { in cachefiles_update_object()234 auxdata = kmalloc(2 + auxlen + 3, cachefiles_gfp); in cachefiles_update_object()[all …]
249 uint16_t keylen = 0, auxlen = 0; in fscache_objlist_show() local275 auxlen = cookie->aux_len; in fscache_objlist_show()277 if (keylen > 0 || auxlen > 0) { in fscache_objlist_show()283 if (auxlen > 0) { in fscache_objlist_show()286 p = auxlen <= sizeof(cookie->inline_aux) ? in fscache_objlist_show()288 for (; auxlen > 0; auxlen--) in fscache_objlist_show()