Lines Matching refs:cookie
170 struct fscache_cookie *cookie; in fscache_objlist_show() local
219 cookie = obj->cookie; in fscache_objlist_show()
221 FILTER(cookie->def, in fscache_objlist_show()
257 switch (cookie->def->type) { in fscache_objlist_show()
265 sprintf(_type, "%02u", cookie->def->type); in fscache_objlist_show()
271 cookie->def->name, in fscache_objlist_show()
273 cookie->flags, in fscache_objlist_show()
274 cookie->netfs_data); in fscache_objlist_show()
276 if (cookie->def->get_key && in fscache_objlist_show()
278 keylen = cookie->def->get_key(cookie->netfs_data, in fscache_objlist_show()
281 if (cookie->def->get_aux && in fscache_objlist_show()
283 auxlen = cookie->def->get_aux(cookie->netfs_data, in fscache_objlist_show()