Home
last modified time | relevance | path

Searched refs:cookie_link (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/fscache/
Dcookie.c244 struct fscache_object, cookie_link); in fscache_acquire_non_index_cookie()
288 cookie_link) { in fscache_alloc_object()
364 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
375 cookie_link) { in fscache_attach_object()
401 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object()
445 cookie_link); in __fscache_invalidate()
498 &cookie->backing_objects, cookie_link) { in __fscache_update_cookie()
541 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
685 struct fscache_object, cookie_link); in __fscache_check_consistency()
Dpage.c227 struct fscache_object, cookie_link); in __fscache_attr_changed()
442 struct fscache_object, cookie_link); in __fscache_read_or_alloc_page()
575 struct fscache_object, cookie_link); in __fscache_read_or_alloc_pages()
691 struct fscache_object, cookie_link); in __fscache_alloc_page()
964 struct fscache_object, cookie_link); in __fscache_write_page()
1082 struct fscache_object, cookie_link); in __fscache_uncache_page()
Dcache.c115 struct fscache_object, cookie_link); in fscache_select_cache_for_object()
274 hlist_add_head(&ifsdef->cookie_link, in fscache_add_cache()
Dobject.c304 INIT_HLIST_NODE(&object->cookie_link); in fscache_object_init()
680 ASSERT(!hlist_unhashed(&object->cookie_link)); in fscache_drop_object()
686 hlist_del_init(&object->cookie_link); in fscache_drop_object()
/linux-4.1.27/include/linux/
Dfscache-cache.h376 struct hlist_node cookie_link; /* link in cookie->backing_objects */ member