Lines Matching defs:object
86 * select a cache in which to store an object
88 * - the object will never be an index
94 struct fscache_object *object;
110 object = hlist_entry(cookie->backing_objects.first,
113 cache = object->cache;
114 if (fscache_object_is_dying(object) ||
205 * @ifsdef: The record of the cache object describing the top-level index
259 /* add the cache's netfs definition index object to the cache's
266 /* add the cache's netfs definition index object to the top level index
267 * cookie as a known backing object */
328 struct fscache_object *object;
334 object = list_entry(cache->object_list.next,
336 list_move_tail(&object->cache_link, dying_objects);
338 _debug("withdraw %p", object->cookie);
343 fscache_raise_event(object, FSCACHE_OBJECT_EV_KILL);