Lines Matching refs:backing_objects
40 INIT_HLIST_HEAD(&cookie->backing_objects); in fscache_cookie_init_once()
238 if (hlist_empty(&cookie->backing_objects)) { in fscache_acquire_non_index_cookie()
243 object = hlist_entry(cookie->backing_objects.first, in fscache_acquire_non_index_cookie()
287 hlist_for_each_entry(object, &cookie->backing_objects, in fscache_alloc_object()
365 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
375 hlist_for_each_entry(p, &cookie->parent->backing_objects, in fscache_attach_object()
402 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object()
437 if (!hlist_empty(&cookie->backing_objects)) { in __fscache_invalidate()
441 !hlist_empty(&cookie->backing_objects) && in __fscache_invalidate()
444 object = hlist_entry(cookie->backing_objects.first, in __fscache_invalidate()
499 &cookie->backing_objects, cookie_link) { in __fscache_update_cookie()
541 if (!hlist_empty(&cookie->backing_objects)) { in __fscache_disable_cookie()
542 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
634 BUG_ON(!hlist_empty(&cookie->backing_objects)); in __fscache_cookie_put()
668 if (hlist_empty(&cookie->backing_objects)) in __fscache_check_consistency()
683 hlist_empty(&cookie->backing_objects)) in __fscache_check_consistency()
685 object = hlist_entry(cookie->backing_objects.first, in __fscache_check_consistency()