Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A 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-6.3-rc2/fs/ceph/
A Dcache.h69 return fscache_cookie_enabled(ceph_fscache_cookie(ceph_inode(inode))); in ceph_is_cache_enabled()
/linux-6.3-rc2/fs/netfs/
A Dinternal.h100 fscache_cookie_enabled(cookie); in netfs_is_cache_enabled()
/linux-6.3-rc2/fs/9p/
A Dvfs_addr.c185 fscache_cookie_enabled(cookie) && in v9fs_vfs_write_folio_locked()
/linux-6.3-rc2/fs/afs/
A Dwrite.c590 bool caching = fscache_cookie_enabled(afs_vnode_cache(vnode)); in afs_write_back_from_locked_folio()
/linux-6.3-rc2/Documentation/filesystems/caching/
A Dnetfs-api.rst385 bool caching = fscache_cookie_enabled(cookie);
/linux-6.3-rc2/fs/cifs/
A Dfile.c4489 bool caching = fscache_cookie_enabled(cifs_inode_cookie(ractl->mapping->host)) && in cifs_readahead()

Completed in 17 milliseconds