Lines Matching refs:cookie
30 struct fscache_cookie *cookie; in __cachefiles_printk_object() local
46 cookie = object->fscache.cookie; in __cachefiles_printk_object()
47 if (cookie) { in __cachefiles_printk_object()
50 object->fscache.cookie, in __cachefiles_printk_object()
51 object->fscache.cookie->parent, in __cachefiles_printk_object()
52 object->fscache.cookie->netfs_data, in __cachefiles_printk_object()
53 object->fscache.cookie->flags); in __cachefiles_printk_object()
54 pr_err("%skey=[%u] '", prefix, cookie->key_len); in __cachefiles_printk_object()
55 k = (cookie->key_len <= sizeof(cookie->inline_key)) ? in __cachefiles_printk_object()
56 cookie->inline_key : cookie->key; in __cachefiles_printk_object()
57 for (loop = 0; loop < cookie->key_len; loop++) in __cachefiles_printk_object()