Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Dpage.c221 bool wake_cookie = false; in __fscache_attr_changed() local
260 wake_cookie = __fscache_unuse_cookie(cookie); in __fscache_attr_changed()
264 if (wake_cookie) in __fscache_attr_changed()
441 bool wake_cookie = false; in __fscache_read_or_alloc_page() local
531 wake_cookie = __fscache_unuse_cookie(cookie); in __fscache_read_or_alloc_page()
534 if (wake_cookie) in __fscache_read_or_alloc_page()
572 bool wake_cookie = false; in __fscache_read_or_alloc_pages() local
658 wake_cookie = __fscache_unuse_cookie(cookie); in __fscache_read_or_alloc_pages()
662 if (wake_cookie) in __fscache_read_or_alloc_pages()
685 bool wake_cookie = false; in __fscache_alloc_page() local
[all …]
Dcookie.c897 bool wake_cookie = false; in __fscache_check_consistency() local
955 wake_cookie = __fscache_unuse_cookie(cookie); in __fscache_check_consistency()
958 if (wake_cookie) in __fscache_check_consistency()