Lines Matching refs:backing_objects
52 o = READ_ONCE(cookie->backing_objects.first); in fscache_print_cookie()
69 BUG_ON(!hlist_empty(&cookie->backing_objects)); in fscache_free_cookie()
183 INIT_HLIST_HEAD(&cookie->backing_objects); in fscache_alloc_cookie()
446 if (hlist_empty(&cookie->backing_objects)) { in fscache_acquire_non_index_cookie()
451 object = hlist_entry(cookie->backing_objects.first, in fscache_acquire_non_index_cookie()
493 hlist_for_each_entry(object, &cookie->backing_objects, in fscache_alloc_object()
574 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
584 hlist_for_each_entry(p, &cookie->parent->backing_objects, in fscache_attach_object()
609 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object()
639 if (!hlist_empty(&cookie->backing_objects)) { in __fscache_invalidate()
643 !hlist_empty(&cookie->backing_objects) && in __fscache_invalidate()
646 object = hlist_entry(cookie->backing_objects.first, in __fscache_invalidate()
701 &cookie->backing_objects, cookie_link) { in __fscache_update_cookie()
750 if (!hlist_empty(&cookie->backing_objects)) { in __fscache_disable_cookie()
751 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
920 if (hlist_empty(&cookie->backing_objects)) in __fscache_check_consistency()
938 hlist_empty(&cookie->backing_objects)) in __fscache_check_consistency()
940 object = hlist_entry(cookie->backing_objects.first, in __fscache_check_consistency()