Searched refs:index_key_len (Results 1 – 1 of 1) sorted by relevance
/fs/fscache/ |
D | cookie.c | 75 const void *index_key, size_t index_key_len) in fscache_set_key() argument 80 bufs = DIV_ROUND_UP(index_key_len, sizeof(*buf)); in fscache_set_key() 82 if (index_key_len > sizeof(cookie->inline_key)) { in fscache_set_key() 91 memcpy(buf, index_key, index_key_len); in fscache_set_key() 126 const void *index_key, size_t index_key_len, in fscache_alloc_cookie() argument 138 cookie->key_len = index_key_len; in fscache_alloc_cookie() 141 if (fscache_set_key(cookie, index_key, index_key_len) < 0) in fscache_alloc_cookie() 240 const void *index_key, size_t index_key_len, in __fscache_acquire_cookie() argument 254 if (!index_key || !index_key_len || index_key_len > 255 || aux_data_len > 255) in __fscache_acquire_cookie() 277 index_key, index_key_len, in __fscache_acquire_cookie()
|