Searched refs:fscache_cookie_enabled (Results 1 – 8 of 8) sorted by relevance
168 static inline bool fscache_cookie_enabled(struct fscache_cookie *cookie) in fscache_cookie_enabled() function333 if (fscache_cookie_valid(parent) && fscache_cookie_enabled(parent)) in fscache_acquire_cookie()382 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_check_consistency()403 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_update_cookie()450 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_attr_changed()472 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_invalidate()533 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_begin_read_operation()576 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_read_or_alloc_page()627 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_read_or_alloc_pages()658 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_alloc_page()[all …]
50 return fscache_cookie_enabled(cookie); in ceph_is_cache_enabled()
199 if (fscache_cookie_enabled(ci->fscache)) { in ceph_fscache_file_set_cookie()
59 if (!fscache_cookie_enabled(cookie) || in __fscache_begin_read_operation()
240 if (!fscache_cookie_enabled(cookie) || in __fscache_attr_changed()463 if (!fscache_cookie_enabled(cookie) || in __fscache_read_or_alloc_page()592 if (!fscache_cookie_enabled(cookie) || in __fscache_read_or_alloc_pages()704 if (!fscache_cookie_enabled(cookie) || in __fscache_alloc_page()995 if (!fscache_cookie_enabled(cookie) || in __fscache_write_page()
642 if (fscache_cookie_enabled(cookie) && in __fscache_invalidate()696 if (fscache_cookie_enabled(cookie)) { in __fscache_update_cookie()937 if (!fscache_cookie_enabled(cookie) || in __fscache_check_consistency()
325 if (fscache_cookie_enabled(cookie)) in nfs_fscache_open_file()
347 return fscache_cookie_enabled(cookie) && !hlist_empty(&cookie->backing_objects); in afs_is_cache_enabled()