Whamcloud - gitweb
dda6f11b4ba8cfedb64c7a50d2b2b9d2ffd87cc8
[fs/lustre-release.git] / lustre / mdc / mdc_internal.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  *
4  *  Copyright (c) 2003 Cluster File Systems, Inc.
5  *
6  *   This file is part of the Lustre file system, http://www.lustre.org
7  *   Lustre is a trademark of Cluster File Systems, Inc.
8  *
9  *   You may have signed or agreed to another license before downloading
10  *   this software.  If so, you are bound by the terms and conditions
11  *   of that agreement, and the following does not apply to you.  See the
12  *   LICENSE file included with this distribution for more information.
13  *
14  *   If you did not agree to a different license, then this copy of Lustre
15  *   is open source software; you can redistribute it and/or modify it
16  *   under the terms of version 2 of the GNU General Public License as
17  *   published by the Free Software Foundation.
18  *
19  *   In either case, Lustre is distributed in the hope that it will be
20  *   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
21  *   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  *   license text for more details.
23  */
24
25 #ifndef _MDC_INTERNAL_H
26 #define _MDC_INTERNAL_H
27
28 #include <lustre_mdc.h>
29
30 #ifdef LPROCFS
31 void lprocfs_mdc_init_vars(struct lprocfs_static_vars *lvars);
32 #else
33 static inline void lprocfs_mdc_init_vars(struct lprocfs_static_vars *lvars)
34 {
35         memset(lvars, 0, sizeof(*lvars));
36 }
37 #endif
38 void mdc_pack_req_body(struct ptlrpc_request *req, int offset,
39                        __u64 valid, const struct lu_fid *fid,
40                        struct obd_capa *oc, int ea_size,
41                        __u32 suppgid, int flags);
42 void mdc_pack_capa(struct ptlrpc_request *req, int offset, struct obd_capa *oc);
43 void mdc_pack_rep_body(struct ptlrpc_request *);
44 void mdc_is_subdir_pack(struct ptlrpc_request *req, int offset,
45                         const struct lu_fid *pfid, const struct lu_fid *cfid,
46                         int flags);
47 void mdc_readdir_pack(struct ptlrpc_request *req, int pos, __u64 offset,
48                       __u32 size, const struct lu_fid *fid,
49                       struct obd_capa *oc);
50 void mdc_getattr_pack(struct ptlrpc_request *req, int offset, __u64 valid,
51                       int flags, struct md_op_data *data);
52 void mdc_setattr_pack(struct ptlrpc_request *req, int offset,
53                       struct md_op_data *op_data,
54                       void *ea, int ealen, void *ea2, int ea2len);
55 void mdc_create_pack(struct ptlrpc_request *req, int offset,
56                      struct md_op_data *op_data, const void *data, int datalen,
57                      __u32 mode, __u32 uid, __u32 gid, __u32 cap_effective,
58                      __u64 rdev);
59 void mdc_open_pack(struct ptlrpc_request *req, int offset,
60                    struct md_op_data *op_data, __u32 mode, __u64 rdev,
61                    __u32 flags, const void *data, int datalen);
62 void mdc_join_pack(struct ptlrpc_request *req, int offset, 
63                    struct md_op_data *op_data, __u64 head_size);
64 void mdc_unlink_pack(struct ptlrpc_request *req, int offset,
65                      struct md_op_data *op_data);
66 void mdc_link_pack(struct ptlrpc_request *req, int offset,
67                    struct md_op_data *op_data);
68 void mdc_rename_pack(struct ptlrpc_request *req, int offset,
69                      struct md_op_data *op_data,
70                      const char *old, int oldlen, const char *new, int newlen);
71 void mdc_close_pack(struct ptlrpc_request *req, int offset,
72                     struct md_op_data *op_data);
73 void mdc_exit_request(struct client_obd *cli);
74 void mdc_enter_request(struct client_obd *cli);
75
76 static inline int client_is_remote(struct obd_export *exp)
77 {
78         struct obd_import *imp = class_exp2cliimp(exp);
79
80         if (imp->imp_connect_flags_orig & OBD_CONNECT_RMT_CLIENT) {
81                 if (!(imp->imp_connect_data.ocd_connect_flags &
82                     OBD_CONNECT_RMT_CLIENT))
83                         return 0;
84                 else
85                         return 1;
86         } else {
87                 if (!(imp->imp_connect_data.ocd_connect_flags &
88                     OBD_CONNECT_LCL_CLIENT))
89                         return 1;
90                 else
91                         return 0;
92         }
93 }
94
95 /* mdc/mdc_locks.c */
96 int mdc_set_lock_data(struct obd_export *exp,
97                       __u64 *lockh, void *data);
98
99 int mdc_change_cbdata(struct obd_export *exp, const struct lu_fid *fid,
100                       ldlm_iterator_t it, void *data);
101
102 int mdc_intent_lock(struct obd_export *exp,
103                     struct md_op_data *,
104                     void *lmm, int lmmsize,
105                     struct lookup_intent *, int,
106                     struct ptlrpc_request **reqp,
107                     ldlm_blocking_callback cb_blocking, int extra_lock_flags);
108 int mdc_enqueue(struct obd_export *exp, struct ldlm_enqueue_info *einfo,
109                 struct lookup_intent *it, struct md_op_data *op_data,
110                 struct lustre_handle *lockh, void *lmm, int lmmlen,
111                 int extra_lock_flags);
112
113 int mdc_resource_get_unused(struct obd_export *exp, struct lu_fid *fid,
114                             struct list_head *cancels, ldlm_mode_t mode,
115                             __u64 bits);
116 /* mdc/mdc_request.c */
117 int mdc_fid_alloc(struct obd_export *exp, struct lu_fid *fid,
118                   struct md_op_data *op_data);
119
120 int mdc_init_ea_size(struct obd_export *exp, int easize, int def_easzie,
121                      int cookiesize);
122
123 int mdc_open(struct obd_export *exp, obd_id ino, int type, int flags,
124              struct lov_mds_md *lmm, int lmm_size, struct lustre_handle *fh,
125              struct ptlrpc_request **);
126
127 struct obd_client_handle;
128
129 int mdc_get_lustre_md(struct obd_export *md_exp, struct ptlrpc_request *req,
130                       int offset, struct obd_export *dt_exp, 
131                       struct obd_export *lmv_exp,
132                       struct lustre_md *md);
133
134 int mdc_free_lustre_md(struct obd_export *exp, struct lustre_md *md);
135
136 int mdc_set_open_replay_data(struct obd_export *exp,
137                              struct obd_client_handle *och,
138                              struct ptlrpc_request *open_req);
139
140 int mdc_clear_open_replay_data(struct obd_export *exp,
141                                struct obd_client_handle *och);
142 void mdc_commit_delayed(struct ptlrpc_request *req);
143
144 int mdc_create(struct obd_export *exp, struct md_op_data *op_data,
145                const void *data, int datalen, int mode, __u32 uid, __u32 gid,
146                __u32 cap_effective, __u64 rdev, struct ptlrpc_request **request);
147 int mdc_link(struct obd_export *exp, struct md_op_data *op_data,
148              struct ptlrpc_request **request);
149 int mdc_rename(struct obd_export *exp, struct md_op_data *op_data,
150                const char *old, int oldlen, const char *new, int newlen,
151                struct ptlrpc_request **request);
152 int mdc_setattr(struct obd_export *exp, struct md_op_data *op_data,
153                 void *ea, int ealen, void *ea2, int ea2len,
154                 struct ptlrpc_request **request, struct md_open_data **mod);
155 int mdc_unlink(struct obd_export *exp, struct md_op_data *op_data,
156                struct ptlrpc_request **request);
157 int mdc_cancel_unused(struct obd_export *exp, const struct lu_fid *fid,
158                       ldlm_policy_data_t *policy, ldlm_mode_t mode,
159                       int flags, void *opaque);
160 ldlm_mode_t mdc_lock_match(struct obd_export *exp, int flags,
161                            const struct lu_fid *fid, ldlm_type_t type,
162                            ldlm_policy_data_t *policy, ldlm_mode_t mode,
163                            struct lustre_handle *lockh);
164 #endif