Searched refs:index_key_len (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/fs/fscache/ |
D | cookie.c | 75 const void *index_key, size_t index_key_len) in fscache_set_key() argument 82 bufs = DIV_ROUND_UP(index_key_len, sizeof(*buf)); in fscache_set_key() 84 if (index_key_len > sizeof(cookie->inline_key)) { in fscache_set_key() 93 memcpy(buf, index_key, index_key_len); in fscache_set_key() 99 h += index_key_len + cookie->type; in fscache_set_key() 138 const void *index_key, size_t index_key_len, in fscache_alloc_cookie() argument 150 cookie->key_len = index_key_len; in fscache_alloc_cookie() 153 if (fscache_set_key(cookie, index_key, index_key_len) < 0) in fscache_alloc_cookie() 252 const void *index_key, size_t index_key_len, in __fscache_acquire_cookie() argument 266 if (!index_key || !index_key_len || index_key_len > 255 || aux_data_len > 255) in __fscache_acquire_cookie() [all …]
|
/Linux-v5.10/include/linux/ |
D | fscache.h | 326 size_t index_key_len, in fscache_acquire_cookie() argument 335 index_key, index_key_len, in fscache_acquire_cookie()
|
/Linux-v5.10/Documentation/filesystems/caching/ |
D | netfs-api.rst | 299 size_t index_key_len, 310 index_key and is of length index_key_len.
|