Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cachefiles/
Dkey.c15 static const char cachefiles_charmap[64] = variable
96 key[len + 1] = cachefiles_charmap[acc & 63]; in cachefiles_cook_key()
98 key[len] = cachefiles_charmap[acc & 63]; in cachefiles_cook_key()
135 key[len++] = cachefiles_charmap[acc & 63]; in cachefiles_cook_key()
137 key[len++] = cachefiles_charmap[acc & 63]; in cachefiles_cook_key()
139 key[len++] = cachefiles_charmap[acc & 63]; in cachefiles_cook_key()
141 key[len++] = cachefiles_charmap[acc & 63]; in cachefiles_cook_key()