Searched refs:cookie_link (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/fs/fscache/ |
D | cookie.c | 202 struct fscache_object, cookie_link); in fscache_acquire_non_index_cookie() 247 cookie_link) { in fscache_alloc_object() 324 hlist_for_each_entry(p, _n, &cookie->backing_objects, cookie_link) { in fscache_attach_object() 335 cookie_link) { in fscache_attach_object() 361 hlist_add_head(&object->cookie_link, &cookie->backing_objects); in fscache_attach_object() 396 &cookie->backing_objects, cookie_link) { in __fscache_update_cookie() 451 cookie_link); in __fscache_relinquish_cookie() 457 hlist_del_init(&object->cookie_link); in __fscache_relinquish_cookie()
|
D | page.c | 197 struct fscache_object, cookie_link); in __fscache_attr_changed() 373 struct fscache_object, cookie_link); in __fscache_read_or_alloc_page() 491 struct fscache_object, cookie_link); in __fscache_read_or_alloc_pages() 592 struct fscache_object, cookie_link); in __fscache_alloc_page() 780 struct fscache_object, cookie_link); in __fscache_write_page() 894 struct fscache_object, cookie_link); in __fscache_uncache_page()
|
D | cache.c | 115 struct fscache_object, cookie_link); in fscache_select_cache_for_object() 272 hlist_add_head(&ifsdef->cookie_link, in fscache_add_cache()
|
D | object.c | 621 ASSERT(hlist_unhashed(&object->cookie_link)); in fscache_drop_object() 682 hlist_del_init(&object->cookie_link); in fscache_withdraw_object()
|
/linux-3.4.99/include/linux/ |
D | fscache-cache.h | 361 struct hlist_node cookie_link; /* link in cookie->backing_objects */ member 408 INIT_HLIST_NODE(&object->cookie_link); in fscache_object_init()
|