From 0be7211d2852cdb834b5461a90bac0c1c95e9367 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 8 Jul 2003 17:41:49 +0000 Subject: [PATCH] Add lov_internal.h for LOV function definitions/structs. --- lustre/lov/lov_internal.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lustre/lov/lov_internal.h diff --git a/lustre/lov/lov_internal.h b/lustre/lov/lov_internal.h new file mode 100644 index 0000000..cad14ee --- /dev/null +++ b/lustre/lov/lov_internal.h @@ -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); -- 1.8.3.1