Lines Matching refs:cookie
168 struct fscache_cookie *cookie; in fscache_objlist_show() local
217 cookie = obj->cookie; in fscache_objlist_show()
219 FILTER(cookie->def, in fscache_objlist_show()
255 switch (cookie->type) { in fscache_objlist_show()
264 cookie->type); in fscache_objlist_show()
270 cookie->def->name, in fscache_objlist_show()
272 cookie->flags, in fscache_objlist_show()
273 cookie->netfs_data); in fscache_objlist_show()
276 keylen = cookie->key_len; in fscache_objlist_show()
279 auxlen = cookie->aux_len; in fscache_objlist_show()
283 p = keylen <= sizeof(cookie->inline_key) ? in fscache_objlist_show()
284 cookie->inline_key : cookie->key; in fscache_objlist_show()
290 p = auxlen <= sizeof(cookie->inline_aux) ? in fscache_objlist_show()
291 cookie->inline_aux : cookie->aux; in fscache_objlist_show()