/Linux-v4.19/fs/fscache/ |
D | Kconfig | 3 tristate "General filesystem local caching manager" 5 This option enables a generic filesystem caching manager that can be 10 See Documentation/filesystems/caching/fscache.txt for more information. 13 bool "Gather statistical information on local caching" 17 caching and exported through file: 27 See Documentation/filesystems/caching/fscache.txt for more information. 30 bool "Gather latency information on local caching" 34 caching and exported through file: 44 See Documentation/filesystems/caching/fscache.txt for more information. 50 This permits debugging to be dynamically enabled in the local caching [all …]
|
/Linux-v4.19/fs/cachefiles/ |
D | Kconfig | 3 tristate "Filesystem caching on files" 10 See Documentation/filesystems/caching/cachefiles.txt for more 18 caching on files module. If this is set, the debugging output may be 38 See Documentation/filesystems/caching/cachefiles.txt for more
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_memhotplug.c | 71 unsigned short caching; /* memory cache attribute */ member 97 if ((info->caching == address64.info.mem.caching) && in acpi_memory_get_resource() 110 new->caching = address64.info.mem.caching; in acpi_memory_get_resource()
|
/Linux-v4.19/drivers/xen/ |
D | xen-acpi-memhotplug.c | 35 unsigned short caching; /* memory cache attribute */ member 118 if ((info->caching == address64.info.mem.caching) && in acpi_memory_get_resource() 131 new->caching = address64.info.mem.caching; in acpi_memory_get_resource()
|
/Linux-v4.19/fs/ceph/ |
D | Kconfig | 21 bool "Enable Ceph client caching support" 25 caching support for Ceph clients using FS-Cache
|
/Linux-v4.19/fs/9p/ |
D | Kconfig | 14 bool "Enable 9P client caching support" 18 caching support for 9p clients using FS-Cache
|
/Linux-v4.19/Documentation/admin-guide/ |
D | bcache.rst | 20 Both writethrough and writeback caching are supported. Writeback defaults to 26 Writeback caching can use most of the cache for buffering writes - writing 31 to caching large sequential IO. Bcache detects sequential IO and skips it; 34 caching the first 512k after every seek. Backups and large file copies should 39 or dirty data), caching is automatically disabled; if dirty data was present 40 in the cache it first disables writeback caching and waits for all dirty data 67 a caching device later. 95 must be attached to your cache set to enable caching. Attaching a backing 104 important if you have writeback caching turned on. 147 A) Starting a bcache with a missing caching device [all …]
|
/Linux-v4.19/fs/crypto/ |
D | Kconfig | 15 efficient since it avoids caching the encrypted and
|
/Linux-v4.19/Documentation/netlabel/ |
D | lsm_interface.txt | 39 NetLabel label mapping cache is a caching mechanism which can be used to 43 can use the NetLabel caching functions to associate the LSM internal
|
D | cipso_ipv4.txt | 46 The NetLabel system provides a framework for caching security attribute 48 CIPSO/IPv4 protocol engine supports this caching mechanism.
|
/Linux-v4.19/Documentation/scsi/ |
D | sd-parameters.txt | 19 To modify the caching mode without making the change persistent, prepend
|
/Linux-v4.19/arch/m68k/ |
D | Kconfig.cpu | 386 bool "Use write-through caching for 68060 supervisor accesses" 389 The 68060 generally uses copyback caching of recently accessed data. 390 Copyback caching means that memory writes will be held in an on-chip 393 caching. Writethrough caching means that data is written to memory 395 Writethrough caching is less efficient, but is needed for some
|
/Linux-v4.19/fs/afs/ |
D | Kconfig | 25 bool "Provide AFS client caching support"
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | 00-INDEX | 22 - introduction to the caching mechanisms in the sunrpc layer.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 63 For backing devices: When on, writeback caching is enabled and 64 writes will be buffered in the cache. When off, caching is in 107 writeback caching enabled.
|
/Linux-v4.19/Documentation/devicetree/bindings/media/ |
D | renesas,fcp.txt | 5 Gen3 SoCs. It provides data compression and decompression, data caching, and
|
/Linux-v4.19/fs/coda/ |
D | Kconfig | 11 persistent client caches and write back caching.
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | fscache.txt | 10 could be used for caching other things such as ISO9660 filesystems too. 33 Or to look at it another way, FS-Cache is a module that provides a caching 98 withdraw caching facilities from a file (required for (2)). 185 Documentation/filesystems/caching/netfs-api.txt 189 Documentation/filesystems/caching/backend-api.txt 194 Documentation/filesystems/caching/object.txt
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 844 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; in ttm_bo_select_caching() local 851 if ((cur_placement & caching) != 0) in ttm_bo_select_caching() 852 result |= (cur_placement & caching); in ttm_bo_select_caching() 853 else if ((man->default_caching & caching) != 0) in ttm_bo_select_caching() 855 else if ((TTM_PL_FLAG_CACHED & caching) != 0) in ttm_bo_select_caching() 857 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching() 859 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | TODO | 12 - directory leases (improved metadata caching), started (root dir only) 18 c) Directory entry caching relies on a 1 second timer, rather than
|
D | cifs.txt | 19 high performance safe distributed caching (leases/oplocks), optional packet
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | rsaddr.c | 218 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.caching),
|
/Linux-v4.19/Documentation/filesystems/ |
D | fuse-io.txt | 24 WRITE requests, as well as updating any cached pages (and caching previously
|
/Linux-v4.19/Documentation/vm/ |
D | page_frags.rst | 23 this caching it is required that any calls to the cache be protected by
|
/Linux-v4.19/arch/arm/mm/ |
D | proc-arm740.S | 114 bic r0, r0, #0x3F000000 @ set to standard caching mode
|