Home
last modified time | relevance | path

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

/Linux-v5.15/fs/fscache/
Dcookie.c52 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()
[all …]
Dio.c39 if (hlist_empty(&cookie->backing_objects)) in __fscache_begin_read_operation()
60 hlist_empty(&cookie->backing_objects)) in __fscache_begin_read_operation()
62 object = hlist_entry(cookie->backing_objects.first, in __fscache_begin_read_operation()
Dpage.c241 hlist_empty(&cookie->backing_objects)) in __fscache_attr_changed()
243 object = hlist_entry(cookie->backing_objects.first, in __fscache_attr_changed()
438 if (hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_page()
464 hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_page()
466 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_page()
569 if (hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_pages()
593 hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_pages()
595 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_pages()
682 if (hlist_empty(&cookie->backing_objects)) in __fscache_alloc_page()
705 hlist_empty(&cookie->backing_objects)) in __fscache_alloc_page()
[all …]
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()
270 &fscache_fsdef_index.backing_objects); in fscache_add_cache()
Dfsdef.c52 .backing_objects = HLIST_HEAD_INIT,
Dobject.c715 if (hlist_empty(&cookie->backing_objects) && in fscache_drop_object()
/Linux-v5.15/include/linux/
Dfscache.h132 struct hlist_head backing_objects; /* object(s) backing this file/index */ member
/Linux-v5.15/fs/afs/
Dfile.c347 return fscache_cookie_enabled(cookie) && !hlist_empty(&cookie->backing_objects); in afs_is_cache_enabled()