Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Dcookie.c79 const void *index_key, size_t index_key_len) in fscache_set_key() argument
86 bufs = DIV_ROUND_UP(index_key_len, sizeof(*buf)); in fscache_set_key()
88 if (index_key_len > sizeof(cookie->inline_key)) { in fscache_set_key()
97 memcpy(buf, index_key, index_key_len); in fscache_set_key()
103 h += index_key_len + cookie->type; in fscache_set_key()
142 const void *index_key, size_t index_key_len, in fscache_alloc_cookie() argument
154 cookie->key_len = index_key_len; in fscache_alloc_cookie()
157 if (fscache_set_key(cookie, index_key, index_key_len) < 0) in fscache_alloc_cookie()
256 const void *index_key, size_t index_key_len, in __fscache_acquire_cookie() argument
270 if (!index_key || !index_key_len || index_key_len > 255 || aux_data_len > 255) in __fscache_acquire_cookie()
[all …]
/Linux-v4.19/include/linux/
Dfscache.h330 size_t index_key_len, in fscache_acquire_cookie() argument
339 index_key, index_key_len, in fscache_acquire_cookie()
/Linux-v4.19/Documentation/filesystems/caching/
Dnetfs-api.txt301 size_t index_key_len,
312 index_key and is of length index_key_len.