Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_cookie.c51 k = (cookie->key_len <= sizeof(cookie->inline_key)) ? in fscache_print_cookie()
52 cookie->inline_key : cookie->key; in fscache_print_cookie()
76 if (cookie->key_len > sizeof(cookie->inline_key)) in fscache_free_cookie()
285 if (index_key_len > sizeof(cookie->inline_key)) { in fscache_set_key()
291 buf = cookie->inline_key; in fscache_set_key()
310 if (a->key_len <= sizeof(a->inline_key)) { in fscache_cookie_same()
311 ka = &a->inline_key; in fscache_cookie_same()
312 kb = &b->inline_key; in fscache_cookie_same()
1138 p = keylen <= sizeof(cookie->inline_key) ? in fscache_cookies_seq_show()
1139 cookie->inline_key : cookie->key; in fscache_cookies_seq_show()
/linux/include/linux/
H A Dfscache-cache.h137 if (cookie->key_len <= sizeof(cookie->inline_key)) in fscache_get_key()
138 return cookie->inline_key; in fscache_get_key()
H A Dfscache.h142 u8 inline_key[16]; /* - If the key is short enough */ member