1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2 * vim:expandtab:shiftwidth=8:tabstop=8:
4 * Copyright (C) 2001 Cluster File Systems, Inc.
6 * This code is issued under the GNU General Public License.
7 * See the file COPYING in this distribution
13 #define OBD_ECHO_DEVICENAME "obdecho"
14 #define OBD_ECHO_CLIENT_DEVICENAME "echo_client"
17 struct list_head eco_obj_chain;
18 struct obd_device *eco_device;
22 struct lov_stripe_md *eco_lsm;
25 struct ec_open_object {
26 struct list_head ecoo_exp_chain;
27 struct ec_object *ecoo_object;
30 struct obd_client_handle ecoo_och;
34 struct list_head ecl_exp_chain;
35 struct ec_object *ecl_object;
37 struct lustre_handle ecl_lock_handle;
38 struct ldlm_extent ecl_extent;