Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dcookie.c40 INIT_HLIST_HEAD(&cookie->backing_objects); in fscache_cookie_init_once()
196 if (hlist_empty(&cookie->backing_objects)) { in fscache_acquire_non_index_cookie()
201 object = hlist_entry(cookie->backing_objects.first, in fscache_acquire_non_index_cookie()
246 hlist_for_each_entry(object, _n, &cookie->backing_objects, in fscache_alloc_object()
324 hlist_for_each_entry(p, _n, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
334 hlist_for_each_entry(p, _n, &cookie->parent->backing_objects, in fscache_attach_object()
361 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object()
396 &cookie->backing_objects, cookie_link) { in __fscache_update_cookie()
448 while (!hlist_empty(&cookie->backing_objects)) { in __fscache_relinquish_cookie()
449 object = hlist_entry(cookie->backing_objects.first, in __fscache_relinquish_cookie()
[all …]
Dpage.c194 if (hlist_empty(&cookie->backing_objects)) in __fscache_attr_changed()
196 object = hlist_entry(cookie->backing_objects.first, in __fscache_attr_changed()
353 if (hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_page()
370 if (hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_page()
372 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_page()
472 if (hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_pages()
488 if (hlist_empty(&cookie->backing_objects)) in __fscache_read_or_alloc_pages()
490 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_pages()
574 if (hlist_empty(&cookie->backing_objects)) in __fscache_alloc_page()
589 if (hlist_empty(&cookie->backing_objects)) in __fscache_alloc_page()
[all …]
Dcache.c113 if (!hlist_empty(&cookie->backing_objects)) { in fscache_select_cache_for_object()
114 object = hlist_entry(cookie->backing_objects.first, in fscache_select_cache_for_object()
273 &fscache_fsdef_index.backing_objects); in fscache_add_cache()
Dnetfs.c52 INIT_HLIST_HEAD(&netfs->primary_index->backing_objects); in __fscache_register_netfs()
Dfsdef.c59 .backing_objects = HLIST_HEAD_INIT,
/linux-3.4.99/include/linux/
Dfscache-cache.h289 struct hlist_head backing_objects; /* object(s) backing this file/index */ member