Lines Matching refs:cookie
165 struct fscache_cookie *cookie; in fscache_objlist_show() local
214 cookie = obj->cookie; in fscache_objlist_show()
216 FILTER(cookie->def, in fscache_objlist_show()
252 switch (cookie->type) { in fscache_objlist_show()
261 cookie->type); in fscache_objlist_show()
267 cookie->def->name, in fscache_objlist_show()
269 cookie->flags, in fscache_objlist_show()
270 cookie->netfs_data); in fscache_objlist_show()
273 keylen = cookie->key_len; in fscache_objlist_show()
276 auxlen = cookie->aux_len; in fscache_objlist_show()
280 p = keylen <= sizeof(cookie->inline_key) ? in fscache_objlist_show()
281 cookie->inline_key : cookie->key; in fscache_objlist_show()
287 p = auxlen <= sizeof(cookie->inline_aux) ? in fscache_objlist_show()
288 cookie->inline_aux : cookie->aux; in fscache_objlist_show()