4 * CODA operation statistics
7 * by Michihiro Kuramochi, Zhenyu Xia and Zhanyong Wan
8 * zhanyong.wan@yale.edu
15 void coda_sysctl_init(void);
16 void coda_sysctl_clean(void);
18 #include <linux/sysctl.h>
19 #include <linux/coda_fs_i.h>
20 #include <linux/coda.h>
22 /* these four files are presented to show the result of the statistics:
24 * /proc/fs/coda/vfs_stats
27 * these four files are presented to reset the statistics to 0:
29 * /proc/sys/coda/vfs_stats
33 /* VFS operation statistics */
45 /* inode operations */
56 /* symlink operatoins*/
61 /* cache invalidation statistics */
62 struct coda_cache_inv_stats
73 /* these global variables hold the actual statistics data */
74 extern struct coda_vfs_stats coda_vfs_stat
;
76 #endif /* _CODA_PROC_H */