Searched refs:caching (Results 1 – 12 of 12) sorted by relevance
| /fs/netfs/ |
| A 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: 29 This permits debugging to be dynamically enabled in the local caching 34 bool "General filesystem local caching manager" 37 This option enables a generic filesystem caching manager that can be 42 See Documentation/filesystems/caching/fscache.rst for more information. 45 bool "Gather statistical information on local caching" 50 caching and exported through file: 60 See Documentation/filesystems/caching/fscache.rst for more information.
|
| A D | read_single.c | 32 bool caching = fscache_cookie_enabled(netfs_i_cookie(netfs_inode(inode))); in netfs_single_mark_inode_dirty() local 34 if (cache_only && !caching) in netfs_single_mark_inode_dirty() 39 if (caching && !(inode->i_state & I_PINNING_NETFS_WB)) { in netfs_single_mark_inode_dirty()
|
| /fs/cachefiles/ |
| A 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/ |
| A D | Kconfig | 16 bool "Enable 9P client caching support" 20 caching support for 9p clients using FS-Cache
|
| /fs/ceph/ |
| A D | Kconfig | 24 bool "Enable Ceph client caching support" 28 caching support for Ceph clients using FS-Cache
|
| A D | addr.c | 561 static void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() argument 567 ceph_fscache_write_terminated, inode, true, caching); in ceph_fscache_write_to_cache() 574 static inline void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() argument 733 bool caching = ceph_is_cache_enabled(inode); in write_folio_nounlock() local 795 if (caching) in write_folio_nounlock() 797 ceph_fscache_write_to_cache(inode, page_off, len, caching); in write_folio_nounlock() 1420 bool caching = ceph_is_cache_enabled(inode); in ceph_submit_write() local 1502 ceph_fscache_write_to_cache(inode, offset, len, caching); in ceph_submit_write() 1525 if (caching) in ceph_submit_write() 1531 ceph_fscache_write_to_cache(inode, offset, len, caching); in ceph_submit_write()
|
| /fs/squashfs/ |
| A D | Kconfig | 153 bool "Enable full caching of compressed blocks" 157 This option enables caching of all compressed blocks, Without caching, 162 With caching: IOPS=2223, BW=278MiB/s (291MB/s) 163 Without caching: IOPS=815, BW=102MiB/s (107MB/s) 166 caching all compressed blocks in the page cache, reducing disk I/O for
|
| /fs/coda/ |
| A D | Kconfig | 12 persistent client caches and write back caching.
|
| /fs/afs/ |
| A D | Kconfig | 28 bool "Provide AFS client caching support"
|
| /fs/crypto/ |
| A D | Kconfig | 13 efficient since it avoids caching the encrypted and
|
| /fs/smb/client/ |
| A D | Kconfig | 46 directory leases, safe distributed caching (leases), multichannel, 191 bool "Provide CIFS client caching support"
|
| /fs/nfs/ |
| A D | Kconfig | 173 bool "Provide NFS client caching support"
|
Completed in 602 milliseconds