Lines Matching refs:cookie
164 struct fscache_cookie *cookie; in fscache_objlist_show() local
213 cookie = obj->cookie; in fscache_objlist_show()
215 FILTER(cookie->def, in fscache_objlist_show()
251 switch (cookie->type) { in fscache_objlist_show()
260 cookie->type); in fscache_objlist_show()
266 cookie->def->name, in fscache_objlist_show()
268 cookie->flags, in fscache_objlist_show()
269 cookie->netfs_data); in fscache_objlist_show()
272 keylen = cookie->key_len; in fscache_objlist_show()
275 auxlen = cookie->aux_len; in fscache_objlist_show()
279 p = keylen <= sizeof(cookie->inline_key) ? in fscache_objlist_show()
280 cookie->inline_key : cookie->key; in fscache_objlist_show()
286 p = auxlen <= sizeof(cookie->inline_aux) ? in fscache_objlist_show()
287 cookie->inline_aux : cookie->aux; in fscache_objlist_show()