summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_io.h
diff options
context:
space:
mode:
authorrvb <rvb@FreeBSD.org>1998-09-11 18:50:17 +0000
committerrvb <rvb@FreeBSD.org>1998-09-11 18:50:17 +0000
commit918e3ab49af89b663522d5ef2f6ca6710a51f835 (patch)
tree11ae18c8d0b66afd40d389b6c6a1f6fcad53d002 /sys/coda/coda_io.h
parentaac5469d30c451307f3e3a8b2356165d289e444a (diff)
downloadFreeBSD-src-918e3ab49af89b663522d5ef2f6ca6710a51f835.zip
FreeBSD-src-918e3ab49af89b663522d5ef2f6ca6710a51f835.tar.gz
All the references to cfs, in symbols, structs, and strings
have been changed to coda. (Same for CFS.)
Diffstat (limited to 'sys/coda/coda_io.h')
-rw-r--r--sys/coda/coda_io.h23
1 files changed, 13 insertions, 10 deletions
diff --git a/sys/coda/coda_io.h b/sys/coda/coda_io.h
index 87a0ec3..a41f5ce 100644
--- a/sys/coda/coda_io.h
+++ b/sys/coda/coda_io.h
@@ -27,7 +27,7 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/cfs/cfsio.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $Id: $
+ * $Id: cfsio.h,v 1.2 1998/09/02 19:09:53 rvb Exp $
*
*/
@@ -47,6 +47,9 @@
/*
* HISTORY
* $Log: cfsio.h,v $
+ * Revision 1.2 1998/09/02 19:09:53 rvb
+ * Pass2 complete
+ *
* Revision 1.1.1.1 1998/08/29 21:14:52 rvb
* Very Preliminary Coda
*
@@ -57,7 +60,7 @@
* Sync the code for NetBSD -current; test on 1.3 later
*
* Revision 1.3 98/01/23 11:53:49 rvb
- * Bring RVB_CFS1_1 to HEAD
+ * Bring RVB_CODA1_1 to HEAD
*
* Revision 1.2.38.1 97/12/16 12:40:22 rvb
* Sync with 1.3
@@ -66,7 +69,7 @@
* Added support for Coda MiniCache and raw inode calls (final commit)
*
* Revision 1.1.2.1 1995/12/20 01:57:42 bnoble
- * Added CFS-specific files
+ * Added CODA-specific files
*
* Revision 3.1.1.1 1995/03/04 19:08:20 bnoble
* Branch for NetBSD port revisions
@@ -106,16 +109,16 @@
*
*/
-#ifndef _CFSIO_H_
-#define _CFSIO_H_
+#ifndef _CODAIO_H_
+#define _CODAIO_H_
/* Define ioctl commands for vcioctl, /dev/cfs */
-#define CFSRESIZE _IOW('c', 1, struct cfs_resize ) /* Resize CFS NameCache */
-#define CFSSTATS _IO('c', 2) /* Collect stats */
-#define CFSPRINT _IO('c', 3) /* Print Cache */
-#define CFSTEST _IO('c', 4) /* Print Cache */
+#define CODARESIZE _IOW('c', 1, struct coda_resize ) /* Resize CODA NameCache */
+#define CODASTATS _IO('c', 2) /* Collect stats */
+#define CODAPRINT _IO('c', 3) /* Print Cache */
+#define CODATEST _IO('c', 4) /* Print Cache */
-struct cfs_resize { int hashsize, heapsize; };
+struct coda_resize { int hashsize, heapsize; };
#endif
OpenPOWER on IntegriCloud