patch-2.3.29 linux/include/linux/nfsd/stats.h
Next file: linux/include/linux/pagemap.h
Previous file: linux/include/linux/netdevice.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Nov 22 17:29:23 1999
- Orig file:
v2.3.28/linux/include/linux/nfsd/stats.h
- Orig date:
Wed Nov 26 13:08:38 1997
diff -u --recursive --new-file v2.3.28/linux/include/linux/nfsd/stats.h linux/include/linux/nfsd/stats.h
@@ -13,11 +13,11 @@
unsigned int rchits; /* repcache hits */
unsigned int rcmisses; /* repcache hits */
unsigned int rcnocache; /* uncached reqs */
- unsigned int fh_cached; /* dentry cached */
- unsigned int fh_valid; /* dentry validated */
- unsigned int fh_fixup; /* dentry fixup validated */
- unsigned int fh_lookup; /* new lookup required */
unsigned int fh_stale; /* FH stale error */
+ unsigned int fh_lookup; /* dentry cached */
+ unsigned int fh_anon; /* anon file dentry returned */
+ unsigned int fh_nocache_dir; /* filehandle not foudn in dcache */
+ unsigned int fh_nocache_nondir; /* filehandle not foudn in dcache */
};
#ifdef __KERNEL__
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)