Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Dcookie.c50 prefix, hlist_entry(object, struct fscache_object, cookie_link)); in fscache_print_cookie()
447 struct fscache_object, cookie_link); in fscache_acquire_non_index_cookie()
491 cookie_link) { in fscache_alloc_object()
571 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
582 cookie_link) { in fscache_attach_object()
606 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object()
647 cookie_link); in __fscache_invalidate()
700 &cookie->backing_objects, cookie_link) { in __fscache_update_cookie()
750 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
928 struct fscache_object, cookie_link); in __fscache_check_consistency()
Dpage.c248 struct fscache_object, cookie_link); in __fscache_attr_changed()
477 struct fscache_object, cookie_link); in __fscache_read_or_alloc_page()
606 struct fscache_object, cookie_link); in __fscache_read_or_alloc_pages()
718 struct fscache_object, cookie_link); in __fscache_alloc_page()
1009 struct fscache_object, cookie_link); in __fscache_write_page()
1138 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.c318 INIT_HLIST_NODE(&object->cookie_link); in fscache_object_init()
714 ASSERT(!hlist_unhashed(&object->cookie_link)); in fscache_drop_object()
725 hlist_del_init(&object->cookie_link); in fscache_drop_object()
/Linux-v4.19/include/linux/
Dfscache-cache.h381 struct hlist_node cookie_link; /* link in cookie->backing_objects */ member