Whamcloud - gitweb
Add lov_internal.h for LOV function definitions/structs.
authoradilger <adilger>
Tue, 8 Jul 2003 17:41:49 +0000 (17:41 +0000)
committeradilger <adilger>
Tue, 8 Jul 2003 17:41:49 +0000 (17:41 +0000)
lustre/lov/lov_internal.h [new file with mode: 0644]

diff --git a/lustre/lov/lov_internal.h b/lustre/lov/lov_internal.h
new file mode 100644 (file)
index 0000000..cad14ee
--- /dev/null
@@ -0,0 +1,12 @@
+/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
+ * vim:expandtab:shiftwidth=8:tabstop=8:
+ *
+ * Copyright (C) 2003 Cluster File Systems, Inc.
+ *
+ * This code is issued under the GNU General Public License.
+ * See the file COPYING in this distribution
+ */
+
+int lov_get_stripecnt(struct lov_obd *lov, int stripe_count);
+int lov_alloc_memmd(struct lov_stripe_md **lsmp, int stripe_count);
+void lov_free_memmd(struct lov_stripe_md **lsmp);