#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include "internal.h"
Go to the source code of this file.
#define FSCACHE_DEBUG_LEVEL THREAD |
atomic_t fscache_n_cop_read_or_alloc_page |
atomic_t fscache_n_cop_read_or_alloc_pages |
atomic_t fscache_n_object_lookups_negative |
atomic_t fscache_n_object_lookups_positive |
atomic_t fscache_n_object_lookups_timed_out |
atomic_t fscache_n_retrievals_object_dead |
atomic_t fscache_n_store_pages_over_limit |
atomic_t fscache_n_store_vmscan_cancelled |
atomic_t fscache_n_store_vmscan_not_storing |
Initial value:= {
.open = fscache_stats_open,
}
Definition at line 274 of file stats.c.