Searched refs:fscache_cookie_enabled (Results 1 – 7 of 7) sorted by relevance
27 #define fscache_cookie_enabled(cookie) (cookie && !test_bit(FSCACHE_COOKIE_DISABLED, &cookie->flags… macro34 #define fscache_cookie_enabled(cookie) (0) macro371 if (fscache_cookie_enabled(cookie)) in fscache_update_cookie()388 if (fscache_cookie_enabled(cookie)) in fscache_resize_cookie()415 if (fscache_cookie_enabled(cookie)) in fscache_invalidate()456 if (fscache_cookie_enabled(cookie)) in fscache_begin_read_operation()541 if (fscache_cookie_enabled(cookie)) in fscache_begin_write_operation()
69 return fscache_cookie_enabled(ceph_fscache_cookie(ceph_inode(inode))); in ceph_is_cache_enabled()
100 fscache_cookie_enabled(cookie); in netfs_is_cache_enabled()
185 fscache_cookie_enabled(cookie) && in v9fs_vfs_write_folio_locked()
592 bool caching = fscache_cookie_enabled(afs_vnode_cache(vnode)); in afs_write_back_from_locked_folio()
385 bool caching = fscache_cookie_enabled(cookie);
4490 bool caching = fscache_cookie_enabled(cifs_inode_cookie(ractl->mapping->host)) && in cifs_readahead()