Lines Matching refs:cache

9 This facility is a general purpose cache for network filesystems, though it
12 FS-Cache mediates between cache backends (such as CacheFS) and network
29 | ISOFS |--+ | /var/cache |
34 facility to a network filesystem such that the cache is transparent to the
54 +---------+ | /var/cache | | /dev/sda6 |
71 opened in its entirety into a cache before permitting it to be accessed and
72 then serving the pages out of that cache rather than the netfs inode because:
74 (1) It must be practical to operate without a cache.
77 cache.
80 must not be limited to the size of the cache.
86 It instead serves the cache out in PAGE_SIZE chunks as and when requested by
92 (1) More than one cache can be used at once. Caches can be selected
114 C, and that it should be read or written. The cache backend may or may
178 Any index object may reside in more than one cache, provided it only has index
180 reside in one cache.
187 The cache backend API to FS-Cache can be found in:
230 noc=N Number of acq reqs rejected due to no cache available
234 Lookups n=N Number of lookup calls made on cache backends
291 CacheOp alo=N Number of in-progress alloc_object() cache ops
292 luo=N Number of in-progress lookup_object() cache ops
293 luc=N Number of in-progress lookup_complete() cache ops
294 gro=N Number of in-progress grab_object() cache ops
295 upo=N Number of in-progress update_object() cache ops
296 dro=N Number of in-progress drop_object() cache ops
297 pto=N Number of in-progress put_object() cache ops
298 syn=N Number of in-progress sync_cache() cache ops
299 atc=N Number of in-progress attr_changed() cache ops
300 rap=N Number of in-progress read_or_alloc_page() cache ops
301 ras=N Number of in-progress read_or_alloc_pages() cache ops
302 alp=N Number of in-progress allocate_page() cache ops
303 als=N Number of in-progress allocate_pages() cache ops
304 wrp=N Number of in-progress write_page() cache ops
305 ucp=N Number of in-progress uncache_page() cache ops
306 dsp=N Number of in-progress dissociate_pages() cache ops