Home
last modified time | relevance | path

Searched refs:fscache_cookie_enabled (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/include/linux/
Dfscache.h27 #define fscache_cookie_enabled(cookie) (cookie && !test_bit(FSCACHE_COOKIE_DISABLED, &cookie->flags… macro
34 #define fscache_cookie_enabled(cookie) (0) macro
371 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()
/linux-5.19.10/fs/ceph/
Dcache.h69 return fscache_cookie_enabled(ceph_fscache_cookie(ceph_inode(inode))); in ceph_is_cache_enabled()
/linux-5.19.10/fs/netfs/
Dinternal.h100 fscache_cookie_enabled(cookie); in netfs_is_cache_enabled()
/linux-5.19.10/fs/9p/
Dvfs_addr.c186 fscache_cookie_enabled(cookie) && in v9fs_vfs_write_folio_locked()
/linux-5.19.10/fs/afs/
Dwrite.c558 bool caching = fscache_cookie_enabled(afs_vnode_cache(vnode)); in afs_write_back_from_locked_folio()
/linux-5.19.10/Documentation/filesystems/caching/
Dnetfs-api.rst385 bool caching = fscache_cookie_enabled(cookie);
/linux-5.19.10/fs/cifs/
Dfile.c4415 bool caching = fscache_cookie_enabled(cifs_inode_cookie(ractl->mapping->host)) && in cifs_readahead()