Home
last modified time | relevance | path

Searched refs:wake_cookie (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/fscache/
Dpage.c201 bool wake_cookie = false; in __fscache_attr_changed() local
239 wake_cookie = __fscache_unuse_cookie(cookie); in __fscache_attr_changed()
243 if (wake_cookie) in __fscache_attr_changed()
418 bool wake_cookie = false; in __fscache_read_or_alloc_page() local
507 wake_cookie = __fscache_unuse_cookie(cookie); in __fscache_read_or_alloc_page()
510 if (wake_cookie) in __fscache_read_or_alloc_page()
548 bool wake_cookie = false; in __fscache_read_or_alloc_pages() local
633 wake_cookie = __fscache_unuse_cookie(cookie); in __fscache_read_or_alloc_pages()
637 if (wake_cookie) in __fscache_read_or_alloc_pages()
660 bool wake_cookie = false; in __fscache_alloc_page() local
[all …]
Dcookie.c658 bool wake_cookie = false; in __fscache_check_consistency() local
713 wake_cookie = __fscache_unuse_cookie(cookie); in __fscache_check_consistency()
716 if (wake_cookie) in __fscache_check_consistency()