Searched refs:xobject (Results 1 – 1 of 1) sorted by relevance
83 struct cachefiles_object *xobject) in cachefiles_printk_object() argument90 if (xobject) in cachefiles_printk_object()91 __cachefiles_printk_object(xobject, "x", keybuf); in cachefiles_printk_object()154 struct cachefiles_object *xobject; in cachefiles_mark_object_active() local173 xobject = rb_entry(_parent, in cachefiles_mark_object_active()176 ASSERT(xobject != object); in cachefiles_mark_object_active()178 if (xobject->dentry > dentry) in cachefiles_mark_object_active()180 else if (xobject->dentry < dentry) in cachefiles_mark_object_active()196 if (xobject->fscache.state < FSCACHE_OBJECT_DYING) { in cachefiles_mark_object_active()200 cachefiles_printk_object(object, xobject); in cachefiles_mark_object_active()[all …]