Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fscache/
Dcookie.c46 prefix, hlist_entry(object, struct fscache_object, cookie_link)); in fscache_print_cookie()
443 struct fscache_object, cookie_link); in fscache_acquire_non_index_cookie()
487 cookie_link) { in fscache_alloc_object()
567 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
578 cookie_link) { in fscache_attach_object()
602 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object()
643 cookie_link); in __fscache_invalidate()
696 &cookie->backing_objects, cookie_link) { in __fscache_update_cookie()
746 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
924 struct fscache_object, cookie_link); in __fscache_check_consistency()
Dpage.c244 struct fscache_object, cookie_link); in __fscache_attr_changed()
473 struct fscache_object, cookie_link); in __fscache_read_or_alloc_page()
602 struct fscache_object, cookie_link); in __fscache_read_or_alloc_pages()
714 struct fscache_object, cookie_link); in __fscache_alloc_page()
1005 struct fscache_object, cookie_link); in __fscache_write_page()
1134 struct fscache_object, cookie_link); in __fscache_uncache_page()
Dcache.c111 struct fscache_object, cookie_link); in fscache_select_cache_for_object()
270 hlist_add_head(&ifsdef->cookie_link, in fscache_add_cache()
Dobject.c314 INIT_HLIST_NODE(&object->cookie_link); in fscache_object_init()
710 ASSERT(!hlist_unhashed(&object->cookie_link)); in fscache_drop_object()
721 hlist_del_init(&object->cookie_link); in fscache_drop_object()
/Linux-v5.4/include/linux/
Dfscache-cache.h376 struct hlist_node cookie_link; /* link in cookie->backing_objects */ member