From d283a63b0fc647859aa67c3593bfa11c73c3aead Mon Sep 17 00:00:00 2001 From: thantry Date: Thu, 3 Oct 2002 21:49:14 +0000 Subject: [PATCH] Updated version of the header file for SNMP first code drop --- lustre/include/linux/lprocfs.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lustre/include/linux/lprocfs.h b/lustre/include/linux/lprocfs.h index b8b71e7..2920a59 100644 --- a/lustre/include/linux/lprocfs.h +++ b/lustre/include/linux/lprocfs.h @@ -601,7 +601,33 @@ int rd_string(char* page, char **start, off_t off, int wr_string(struct file* file, const char *buffer, unsigned long count, void *data); +int rd_fs_type(char* page, char **start, off_t off, + int count, int *eof, void *data); + +int rd_uuid(char* page, char **start, off_t off, + int count, int *eof, void *data); +int wr_uuid(struct file* file, const char *buffer, + unsigned long count, void *data); +int rd_uuid(char* page, char **start, off_t off, + int count, int *eof, void *data); + +int rd_blksize(char* page, char **start, off_t off, + int count, int *eof, void *data); +int rd_blktotal(char* page, char **start, off_t off, + int count, int *eof, void *data); +int rd_blkfree(char* page, char **start, off_t off, + int count, int *eof, void *data); +int rd_kbfree(char* page, char **start, off_t off, + int count, int *eof, void *data); + +int rd_numobjects(char* page, char **start, off_t off, + int count, int *eof, void *data); +int rd_objfree(char* page, char **start, off_t off, + int count, int *eof, void *data); + +int rd_objgroups(char* page, char **start, off_t off, + int count, int *eof, void *data); #else /* LProcFS not compiled */ -- 1.8.3.1