Home
last modified time | relevance | path

Searched refs:backing_objects (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcookie.c43 object = READ_ONCE(cookie->backing_objects.first); in fscache_print_cookie()
59 BUG_ON(!hlist_empty(&cookie->backing_objects)); in fscache_free_cookie()
167 INIT_HLIST_HEAD(&cookie->backing_objects); in fscache_alloc_cookie()
425 if (hlist_empty(&cookie->backing_objects)) { in fscache_acquire_non_index_cookie()
430 object = hlist_entry(cookie->backing_objects.first, in fscache_acquire_non_index_cookie()
474 hlist_for_each_entry(object, &cookie->backing_objects, in fscache_alloc_object()
555 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
565 hlist_for_each_entry(p, &cookie->parent->backing_objects, in fscache_attach_object()
590 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object()
622 if (!hlist_empty(&cookie->backing_objects)) { in __fscache_invalidate()
[all …]
H A Dpage.c241 hlist_empty(&cookie->backing_objects)) in __fscache_attr_changed()
243 object = hlist_entry(cookie->backing_objects.first, in __fscache_attr_changed()
444 if (hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_page()
470 hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_page()
472 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_page()
575 if (hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_pages()
599 hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_pages()
601 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_pages()
688 if (hlist_empty(&cookie->backing_objects)) in __fscache_alloc_page()
711 hlist_empty(&cookie->backing_objects)) in __fscache_alloc_page()
[all …]
H A Dcache.c109 if (!hlist_empty(&cookie->backing_objects)) { in fscache_select_cache_for_object()
110 object = hlist_entry(cookie->backing_objects.first, in fscache_select_cache_for_object()
271 &fscache_fsdef_index.backing_objects); in fscache_add_cache()
H A Dfsdef.c51 .backing_objects = HLIST_HEAD_INIT,
H A Dobject.c722 if (hlist_empty(&cookie->backing_objects) && in fscache_drop_object()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache.h139 struct hlist_head backing_objects; /* object(s) backing this file/index */ member