Home
last modified time | relevance | path

Searched refs:caching (Results 1 – 13 of 13) sorted by relevance

/fs/fscache/
DKconfig4 tristate "General filesystem local caching manager"
7 This option enables a generic filesystem caching manager that can be
12 See Documentation/filesystems/caching/fscache.rst for more information.
15 bool "Gather statistical information on local caching"
20 caching and exported through file:
30 See Documentation/filesystems/caching/fscache.rst for more information.
36 This permits debugging to be dynamically enabled in the local caching
40 See Documentation/filesystems/caching/fscache.rst for more information.
/fs/afs/
Dwrite.c18 loff_t i_size, bool caching);
30 static void afs_folio_start_fscache(bool caching, struct folio *folio) in afs_folio_start_fscache() argument
32 if (caching) in afs_folio_start_fscache()
36 static void afs_folio_start_fscache(bool caching, struct folio *folio) in afs_folio_start_fscache() argument
435 bool caching, in afs_extend_writeback() argument
532 afs_folio_start_fscache(caching, folio); in afs_extend_writeback()
560 bool caching = fscache_cookie_enabled(afs_vnode_cache(vnode)); in afs_write_back_from_locked_folio() local
568 afs_folio_start_fscache(caching, folio); in afs_write_back_from_locked_folio()
596 caching, &len); in afs_write_back_from_locked_folio()
612 afs_write_to_cache(vnode, start, len, i_size, caching); in afs_write_back_from_locked_folio()
[all …]
DKconfig27 bool "Provide AFS client caching support"
/fs/netfs/
DKconfig8 segmentation, local caching and transparent huge page support.
11 bool "Gather statistical information on local caching"
15 caching and exported through file:
/fs/cachefiles/
DKconfig4 tristate "Filesystem caching on files"
11 See Documentation/filesystems/caching/cachefiles.rst for more
19 caching on files module. If this is set, the debugging output may be
/fs/9p/
DKconfig16 bool "Enable 9P client caching support"
20 caching support for 9p clients using FS-Cache
/fs/ceph/
DKconfig23 bool "Enable Ceph client caching support"
27 caching support for Ceph clients using FS-Cache
Daddr.c482 static void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() argument
488 ceph_fscache_write_terminated, inode, caching); in ceph_fscache_write_to_cache()
495 static inline void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() argument
616 bool caching = ceph_is_cache_enabled(inode); in writepage_nounlock() local
669 if (caching) in writepage_nounlock()
671 ceph_fscache_write_to_cache(inode, page_off, len, caching); in writepage_nounlock()
859 bool caching = ceph_is_cache_enabled(inode); in ceph_writepages_start() local
1137 ceph_fscache_write_to_cache(inode, offset, len, caching); in ceph_writepages_start()
1156 if (caching) in ceph_writepages_start()
1160 ceph_fscache_write_to_cache(inode, offset, len, caching); in ceph_writepages_start()
/fs/coda/
DKconfig12 persistent client caches and write back caching.
/fs/crypto/
DKconfig12 efficient since it avoids caching the encrypted and
/fs/smb/client/
DKconfig44 directory leases, safe distributed caching (oplock), optional packet
190 bool "Provide CIFS client caching support"
Dfile.c4690 bool caching = fscache_cookie_enabled(cifs_inode_cookie(ractl->mapping->host)) && in cifs_readahead() local
4692 bool check_cache = caching; in cifs_readahead()
4722 if (caching) { in cifs_readahead()
4728 caching = false; in cifs_readahead()
4747 caching = false; in cifs_readahead()
/fs/nfs/
DKconfig172 bool "Provide NFS client caching support"