Searched refs:caching (Results 1 – 13 of 13) sorted by relevance
/fs/fscache/ |
D | Kconfig | 4 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/ |
D | write.c | 18 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 …]
|
D | Kconfig | 27 bool "Provide AFS client caching support"
|
/fs/netfs/ |
D | Kconfig | 8 segmentation, local caching and transparent huge page support. 11 bool "Gather statistical information on local caching" 15 caching and exported through file:
|
/fs/cachefiles/ |
D | Kconfig | 4 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/ |
D | Kconfig | 16 bool "Enable 9P client caching support" 20 caching support for 9p clients using FS-Cache
|
/fs/ceph/ |
D | Kconfig | 23 bool "Enable Ceph client caching support" 27 caching support for Ceph clients using FS-Cache
|
D | addr.c | 482 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/ |
D | Kconfig | 12 persistent client caches and write back caching.
|
/fs/crypto/ |
D | Kconfig | 12 efficient since it avoids caching the encrypted and
|
/fs/smb/client/ |
D | Kconfig | 44 directory leases, safe distributed caching (oplock), optional packet 190 bool "Provide CIFS client caching support"
|
D | file.c | 4690 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/ |
D | Kconfig | 172 bool "Provide NFS client caching support"
|