Home
last modified time | relevance | path

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

/linux-6.6.21/fs/fscache/
Dcookie.c278 const void *index_key, size_t index_key_len) in fscache_set_key() argument
283 buf_size = round_up(index_key_len, sizeof(__le32)); in fscache_set_key()
285 if (index_key_len > sizeof(cookie->inline_key)) { in fscache_set_key()
294 memcpy(buf, index_key, index_key_len); in fscache_set_key()
328 const void *index_key, size_t index_key_len, in fscache_alloc_cookie() argument
342 cookie->key_len = index_key_len; in fscache_alloc_cookie()
348 if (fscache_set_key(cookie, index_key, index_key_len) < 0) in fscache_alloc_cookie()
453 const void *index_key, size_t index_key_len, in __fscache_acquire_cookie() argument
461 if (!index_key || !index_key_len || index_key_len > 255 || aux_data_len > 255) in __fscache_acquire_cookie()
471 index_key, index_key_len, in __fscache_acquire_cookie()
/linux-6.6.21/include/linux/
Dfscache.h246 size_t index_key_len, in fscache_acquire_cookie() argument
254 index_key, index_key_len, in fscache_acquire_cookie()
/linux-6.6.21/Documentation/filesystems/caching/
Dnetfs-api.rst152 size_t index_key_len,