Home
last modified time | relevance | path

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

/Linux-v5.15/fs/fscache/
Dcookie.c54 object = hlist_entry(o, struct fscache_object, cookie_link); in fscache_print_cookie()
452 struct fscache_object, cookie_link); in fscache_acquire_non_index_cookie()
494 cookie_link) { in fscache_alloc_object()
574 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
585 cookie_link) { in fscache_attach_object()
609 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object()
648 cookie_link); in __fscache_invalidate()
701 &cookie->backing_objects, cookie_link) { in __fscache_update_cookie()
751 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
941 struct fscache_object, cookie_link); in __fscache_check_consistency()
Dpage.c244 struct fscache_object, cookie_link); in __fscache_attr_changed()
467 struct fscache_object, cookie_link); in __fscache_read_or_alloc_page()
596 struct fscache_object, cookie_link); in __fscache_read_or_alloc_pages()
708 struct fscache_object, cookie_link); in __fscache_alloc_page()
999 struct fscache_object, cookie_link); in __fscache_write_page()
1128 struct fscache_object, cookie_link); in __fscache_uncache_page()
Dcache.c111 struct fscache_object, cookie_link); in fscache_select_cache_for_object()
269 hlist_add_head(&ifsdef->cookie_link, in fscache_add_cache()
Dio.c63 struct fscache_object, cookie_link); in __fscache_begin_read_operation()
Dobject.c310 INIT_HLIST_NODE(&object->cookie_link); in fscache_object_init()
703 ASSERT(!hlist_unhashed(&object->cookie_link)); in fscache_drop_object()
714 hlist_del_init(&object->cookie_link); in fscache_drop_object()
/Linux-v5.15/include/linux/
Dfscache-cache.h379 struct hlist_node cookie_link; /* link in cookie->backing_objects */ member