aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/caching/fscache.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/filesystems/caching/fscache.txt b/Documentation/filesystems/caching/fscache.txt
index cac09e11ca30..b6c32c080ab1 100644
--- a/Documentation/filesystems/caching/fscache.txt
+++ b/Documentation/filesystems/caching/fscache.txt
@@ -274,6 +274,22 @@ proc files.
274 dfr=N Number of async ops queued for deferred release 274 dfr=N Number of async ops queued for deferred release
275 rel=N Number of async ops released 275 rel=N Number of async ops released
276 gc=N Number of deferred-release async ops garbage collected 276 gc=N Number of deferred-release async ops garbage collected
277 CacheOp alo=N Number of in-progress alloc_object() cache ops
278 luo=N Number of in-progress lookup_object() cache ops
279 luc=N Number of in-progress lookup_complete() cache ops
280 gro=N Number of in-progress grab_object() cache ops
281 upo=N Number of in-progress update_object() cache ops
282 dro=N Number of in-progress drop_object() cache ops
283 pto=N Number of in-progress put_object() cache ops
284 syn=N Number of in-progress sync_cache() cache ops
285 atc=N Number of in-progress attr_changed() cache ops
286 rap=N Number of in-progress read_or_alloc_page() cache ops
287 ras=N Number of in-progress read_or_alloc_pages() cache ops
288 alp=N Number of in-progress allocate_page() cache ops
289 als=N Number of in-progress allocate_pages() cache ops
290 wrp=N Number of in-progress write_page() cache ops
291 ucp=N Number of in-progress uncache_page() cache ops
292 dsp=N Number of in-progress dissociate_pages() cache ops
277 293
278 294
279 (*) /proc/fs/fscache/histogram 295 (*) /proc/fs/fscache/histogram