Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcookie.c46 prefix, hlist_entry(object, struct fscache_object, cookie_link)); in fscache_print_cookie()
431 struct fscache_object, cookie_link); in fscache_acquire_non_index_cookie()
475 cookie_link) { in fscache_alloc_object()
555 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object()
566 cookie_link) { in fscache_attach_object()
590 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object()
631 cookie_link); in __fscache_invalidate()
684 &cookie->backing_objects, cookie_link) { in __fscache_update_cookie()
734 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
912 struct fscache_object, cookie_link); in __fscache_check_consistency()
H A 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()
H A Dcache.c111 struct fscache_object, cookie_link); in fscache_select_cache_for_object()
270 hlist_add_head(&ifsdef->cookie_link, in fscache_add_cache()
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h376 struct hlist_node cookie_link; /* link in cookie->backing_objects */ member