Whamcloud - gitweb
LU-5319 mdc: add max modify RPCs in flight variable
[fs/lustre-release.git] / lustre / include / obd_class.h
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
19  *
20  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21  * CA 95054 USA or visit www.sun.com if you need additional information or
22  * have any questions.
23  *
24  * GPL HEADER END
25  */
26 /*
27  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
28  * Use is subject to license terms.
29  *
30  * Copyright (c) 2011, 2014, Intel Corporation.
31  */
32 /*
33  * This file is part of Lustre, http://www.lustre.org/
34  * Lustre is a trademark of Sun Microsystems, Inc.
35  */
36 #ifndef __CLASS_OBD_H
37 #define __CLASS_OBD_H
38
39
40 #include <obd_support.h>
41 #include <lustre_import.h>
42 #include <lustre_net.h>
43 #include <obd.h>
44 #include <lustre_lib.h>
45 #include <lustre/lustre_idl.h>
46 #include <lprocfs_status.h>
47
48 #define OBD_STATFS_NODELAY      0x0001  /* requests should be send without delay
49                                          * and resends for avoid deadlocks */
50 #define OBD_STATFS_FROM_CACHE   0x0002  /* the statfs callback should not update
51                                          * obd_osfs_age */
52 #define OBD_STATFS_PTLRPCD      0x0004  /* requests will be sent via ptlrpcd
53                                          * instead of a specific set. This
54                                          * means that we cannot rely on the set
55                                          * interpret routine to be called.
56                                          * lov_statfs_fini() must thus be called
57                                          * by the request interpret routine */
58 #define OBD_STATFS_FOR_MDT0     0x0008  /* The statfs is only for retrieving
59                                          * information from MDT0. */
60
61 /* OBD Device Declarations */
62 extern struct obd_device *obd_devs[MAX_OBD_DEVICES];
63 extern struct list_head obd_types;
64 extern spinlock_t obd_types_lock;
65 extern rwlock_t obd_dev_lock;
66
67 /* OBD Operations Declarations */
68 extern struct obd_device *class_conn2obd(struct lustre_handle *);
69 extern struct obd_device *class_exp2obd(struct obd_export *);
70 extern int class_handle_ioctl(unsigned int cmd, unsigned long arg);
71 extern int lustre_get_jobid(char *jobid);
72
73 struct lu_device_type;
74
75 /* genops.c */
76 struct obd_export *class_conn2export(struct lustre_handle *);
77 int class_register_type(struct obd_ops *, struct md_ops *, bool enable_proc,
78                         struct lprocfs_vars *module_vars,
79                         const char *nm, struct lu_device_type *ldt);
80 int class_unregister_type(const char *nm);
81
82 struct obd_device *class_newdev(const char *type_name, const char *name);
83 void class_release_dev(struct obd_device *obd);
84
85 int class_name2dev(const char *name);
86 struct obd_device *class_name2obd(const char *name);
87 int class_uuid2dev(struct obd_uuid *uuid);
88 struct obd_device *class_uuid2obd(struct obd_uuid *uuid);
89 void class_obd_list(void);
90 struct obd_device * class_find_client_obd(struct obd_uuid *tgt_uuid,
91                                           const char * typ_name,
92                                           struct obd_uuid *grp_uuid);
93 struct obd_device * class_devices_in_group(struct obd_uuid *grp_uuid,
94                                            int *next);
95 struct obd_device * class_num2obd(int num);
96 int get_devices_count(void);
97
98 int class_notify_sptlrpc_conf(const char *fsname, int namelen);
99
100 char *obd_export_nid2str(struct obd_export *exp);
101
102 int obd_export_evict_by_nid(struct obd_device *obd, const char *nid);
103 int obd_export_evict_by_uuid(struct obd_device *obd, const char *uuid);
104 int obd_connect_flags2str(char *page, int count, __u64 flags, char *sep);
105
106 int obd_zombie_impexp_init(void);
107 void obd_zombie_impexp_stop(void);
108 void obd_zombie_impexp_cull(void);
109 void obd_zombie_barrier(void);
110 void obd_exports_barrier(struct obd_device *obd);
111 int kuc_len(int payload_len);
112 struct kuc_hdr * kuc_ptr(void *p);
113 int kuc_ispayload(void *p);
114 void *kuc_alloc(int payload_len, int transport, int type);
115 void kuc_free(void *p, int payload_len);
116 int obd_get_request_slot(struct client_obd *cli);
117 void obd_put_request_slot(struct client_obd *cli);
118 __u32 obd_get_max_rpcs_in_flight(struct client_obd *cli);
119 int obd_set_max_rpcs_in_flight(struct client_obd *cli, __u32 max);
120 __u16 obd_get_max_mod_rpcs_in_flight(struct client_obd *cli);
121 int obd_set_max_mod_rpcs_in_flight(struct client_obd *cli, __u16 max);
122
123 struct llog_handle;
124 struct llog_rec_hdr;
125 typedef int (*llog_cb_t)(const struct lu_env *, struct llog_handle *,
126                          struct llog_rec_hdr *, void *);
127 /* obd_config.c */
128 struct lustre_cfg *lustre_cfg_rename(struct lustre_cfg *cfg,
129                                      const char *new_name);
130 int class_process_config(struct lustre_cfg *lcfg);
131 int class_process_proc_param(char *prefix, struct lprocfs_vars *lvars,
132                              struct lustre_cfg *lcfg, void *data);
133 int class_attach(struct lustre_cfg *lcfg);
134 int class_setup(struct obd_device *obd, struct lustre_cfg *lcfg);
135 int class_cleanup(struct obd_device *obd, struct lustre_cfg *lcfg);
136 int class_detach(struct obd_device *obd, struct lustre_cfg *lcfg);
137 struct obd_device *class_incref(struct obd_device *obd,
138                                 const char *scope, const void *source);
139 void class_decref(struct obd_device *obd,
140                   const char *scope, const void *source);
141 void dump_exports(struct obd_device *obd, int locks);
142 int class_config_llog_handler(const struct lu_env *env,
143                               struct llog_handle *handle,
144                               struct llog_rec_hdr *rec, void *data);
145 int class_add_conn(struct obd_device *obd, struct lustre_cfg *lcfg);
146 int class_add_uuid(const char *uuid, __u64 nid);
147
148 #define CFG_F_START     0x01   /* Set when we start updating from a log */
149 #define CFG_F_MARKER    0x02   /* We are within a maker */
150 #define CFG_F_SKIP      0x04   /* We should ignore this cfg command */
151 #define CFG_F_COMPAT146 0x08   /* Allow old-style logs */
152 #define CFG_F_EXCLUDE   0x10   /* OST exclusion list */
153
154 /* Passed as data param to class_config_parse_llog */
155 struct config_llog_instance {
156         char                    *cfg_obdname;
157         void                    *cfg_instance;
158         struct super_block      *cfg_sb;
159         struct obd_uuid          cfg_uuid;
160         llog_cb_t                cfg_callback;
161         int                      cfg_last_idx; /* for partial llog processing */
162         int                      cfg_flags;
163         __u32                    cfg_lwp_idx;
164 };
165 int class_config_parse_llog(const struct lu_env *env, struct llog_ctxt *ctxt,
166                             char *name, struct config_llog_instance *cfg);
167 int class_config_dump_llog(const struct lu_env *env, struct llog_ctxt *ctxt,
168                            char *name, struct config_llog_instance *cfg);
169
170 enum {
171         CONFIG_T_CONFIG  = 0,
172         CONFIG_T_SPTLRPC = 1,
173         CONFIG_T_RECOVER = 2,
174         CONFIG_T_PARAMS  = 3,
175         CONFIG_T_MAX     = 4
176 };
177
178 #define PARAMS_FILENAME "params"
179 #define LCTL_UPCALL     "lctl"
180
181 /* list of active configuration logs  */
182 struct config_llog_data {
183         struct ldlm_res_id          cld_resid;
184         struct config_llog_instance cld_cfg;
185         struct list_head            cld_list_chain;
186         atomic_t                    cld_refcount;
187         struct config_llog_data    *cld_sptlrpc;/* depended sptlrpc log */
188         struct config_llog_data    *cld_params; /* common parameters log */
189         struct config_llog_data    *cld_recover;/* imperative recover log */
190         struct obd_export          *cld_mgcexp;
191         struct mutex                cld_lock;
192         int                         cld_type;
193         unsigned int                cld_stopping:1, /* we were told to stop
194                                                      * watching */
195                                     cld_lostlock:1; /* lock not requeued */
196         char                        cld_logname[0];
197 };
198
199 struct lustre_profile {
200         struct list_head         lp_list;
201         char                    *lp_profile;
202         char                    *lp_dt;
203         char                    *lp_md;
204 };
205
206 struct lustre_profile *class_get_profile(const char * prof);
207 void class_del_profile(const char *prof);
208 void class_del_profiles(void);
209
210 #if LUSTRE_TRACKS_LOCK_EXP_REFS
211
212 void __class_export_add_lock_ref(struct obd_export *, struct ldlm_lock *);
213 void __class_export_del_lock_ref(struct obd_export *, struct ldlm_lock *);
214 extern void (*class_export_dump_hook)(struct obd_export *);
215
216 #else
217
218 #define __class_export_add_lock_ref(exp, lock)             do {} while(0)
219 #define __class_export_del_lock_ref(exp, lock)             do {} while(0)
220
221 #endif
222
223 #define class_export_rpc_inc(exp)                                       \
224 ({                                                                      \
225         atomic_inc(&(exp)->exp_rpc_count);                              \
226         CDEBUG(D_INFO, "RPC GETting export %p : new rpc_count %d\n",    \
227                (exp), atomic_read(&(exp)->exp_rpc_count));              \
228 })
229
230 #define class_export_rpc_dec(exp)                                       \
231 ({                                                                      \
232         LASSERT_ATOMIC_POS(&exp->exp_rpc_count);                        \
233         atomic_dec(&(exp)->exp_rpc_count);                              \
234         CDEBUG(D_INFO, "RPC PUTting export %p : new rpc_count %d\n",    \
235                (exp), atomic_read(&(exp)->exp_rpc_count));              \
236 })
237
238 #define class_export_lock_get(exp, lock)                                \
239 ({                                                                      \
240         atomic_inc(&(exp)->exp_locks_count);                            \
241         __class_export_add_lock_ref(exp, lock);                         \
242         CDEBUG(D_INFO, "lock GETting export %p : new locks_count %d\n", \
243                (exp), atomic_read(&(exp)->exp_locks_count));            \
244         class_export_get(exp);                                          \
245 })
246
247 #define class_export_lock_put(exp, lock)                                \
248 ({                                                                      \
249         LASSERT_ATOMIC_POS(&exp->exp_locks_count);                      \
250         atomic_dec(&(exp)->exp_locks_count);                            \
251         __class_export_del_lock_ref(exp, lock);                         \
252         CDEBUG(D_INFO, "lock PUTting export %p : new locks_count %d\n", \
253                (exp), atomic_read(&(exp)->exp_locks_count));            \
254         class_export_put(exp);                                          \
255 })
256
257 #define class_export_cb_get(exp)                                        \
258 ({                                                                      \
259         atomic_inc(&(exp)->exp_cb_count);                               \
260         CDEBUG(D_INFO, "callback GETting export %p : new cb_count %d\n",\
261                (exp), atomic_read(&(exp)->exp_cb_count));               \
262         class_export_get(exp);                                          \
263 })
264
265 #define class_export_cb_put(exp)                                        \
266 ({                                                                      \
267         LASSERT_ATOMIC_POS(&exp->exp_cb_count);                         \
268         atomic_dec(&(exp)->exp_cb_count);                               \
269         CDEBUG(D_INFO, "callback PUTting export %p : new cb_count %d\n",\
270                (exp), atomic_read(&(exp)->exp_cb_count));               \
271         class_export_put(exp);                                          \
272 })
273
274 /* genops.c */
275 struct obd_export *class_export_get(struct obd_export *exp);
276 void class_export_put(struct obd_export *exp);
277 struct obd_export *class_new_export(struct obd_device *obddev,
278                                     struct obd_uuid *cluuid);
279 void class_unlink_export(struct obd_export *exp);
280
281 struct obd_import *class_import_get(struct obd_import *);
282 void class_import_put(struct obd_import *);
283 struct obd_import *class_new_import(struct obd_device *obd);
284 void class_destroy_import(struct obd_import *exp);
285
286 struct obd_type *class_search_type(const char *name);
287 struct obd_type *class_get_type(const char *name);
288 void class_put_type(struct obd_type *type);
289 int class_connect(struct lustre_handle *conn, struct obd_device *obd,
290                   struct obd_uuid *cluuid);
291 int class_disconnect(struct obd_export *exp);
292 void class_fail_export(struct obd_export *exp);
293 int class_connected_export(struct obd_export *exp);
294 void class_disconnect_exports(struct obd_device *obddev);
295 int class_manual_cleanup(struct obd_device *obd);
296 void class_disconnect_stale_exports(struct obd_device *,
297                                     int (*test_export)(struct obd_export *));
298 static inline enum obd_option exp_flags_from_obd(struct obd_device *obd)
299 {
300         return ((obd->obd_fail ? OBD_OPT_FAILOVER : 0) |
301                 (obd->obd_force ? OBD_OPT_FORCE : 0) |
302                 (obd->obd_abort_recovery ? OBD_OPT_ABORT_RECOV : 0) |
303                 0);
304 }
305
306 #ifdef HAVE_SERVER_SUPPORT
307 static inline struct lu_target *class_exp2tgt(struct obd_export *exp)
308 {
309         LASSERT(exp->exp_obd);
310         if (exp->exp_obd->u.obt.obt_magic != OBT_MAGIC)
311                 return NULL;
312         return exp->exp_obd->u.obt.obt_lut;
313 }
314
315 static inline struct lr_server_data *class_server_data(struct obd_device *obd)
316 {
317         LASSERT(obd->u.obt.obt_lut);
318         return &obd->u.obt.obt_lut->lut_lsd;
319 }
320 #endif
321
322 /* obdo.c */
323 struct lu_attr;
324 struct inode;
325
326 void obdo_from_la(struct obdo *dst, const struct lu_attr *la, u64 valid);
327 void la_from_obdo(struct lu_attr *la, const struct obdo *dst, u64 valid);
328
329 void obdo_cpy_md(struct obdo *dst, const struct obdo *src, u64 valid);
330 void obdo_to_ioobj(const struct obdo *oa, struct obd_ioobj *ioobj);
331
332 #define OBT(dev)        (dev)->obd_type
333 #define OBP(dev, op)    (dev)->obd_type->typ_dt_ops->o_ ## op
334 #define MDP(dev, op)    (dev)->obd_type->typ_md_ops->m_ ## op
335 #define CTXTP(ctxt, op) (ctxt)->loc_logops->lop_##op
336
337 /* Ensure obd_setup: used for cleanup which must be called
338    while obd is stopping */
339 #define OBD_CHECK_DEV(obd)                                      \
340 do {                                                            \
341         if (!(obd)) {                                           \
342                 CERROR("NULL device\n");                        \
343                 RETURN(-ENODEV);                                \
344         }                                                       \
345 } while (0)
346
347 /* ensure obd_setup and !obd_stopping */
348 #define OBD_CHECK_DEV_ACTIVE(obd)                               \
349 do {                                                            \
350         OBD_CHECK_DEV(obd);                                     \
351         if (!(obd)->obd_set_up || (obd)->obd_stopping) {        \
352                 CERROR("Device %d not setup\n",                 \
353                        (obd)->obd_minor);                       \
354                 RETURN(-ENODEV);                                \
355         }                                                       \
356 } while (0)
357
358
359 #ifdef CONFIG_PROC_FS
360 #define OBD_COUNTER_OFFSET(op)                                                 \
361         ((offsetof(struct obd_ops, o_ ## op) -                                 \
362           offsetof(struct obd_ops, o_iocontrol))                               \
363          / sizeof(((struct obd_ops *)NULL)->o_iocontrol))
364
365 /* The '- 1' below is for o_owner. */
366 #define NUM_OBD_STATS                                                          \
367         (sizeof(struct obd_ops) /                                              \
368          sizeof(((struct obd_ops *)NULL)->o_iocontrol) - 1)
369
370 #define OBD_COUNTER_INCREMENT(obd, op)                                         \
371         lprocfs_counter_incr((obd)->obd_stats,                                 \
372                              (obd)->obd_cntr_base + OBD_COUNTER_OFFSET(op))
373
374 #define EXP_COUNTER_INCREMENT(exp, op)                                         \
375         do {                                                                   \
376                 unsigned int _off;                                             \
377                 _off = (exp)->exp_obd->obd_cntr_base + OBD_COUNTER_OFFSET(op); \
378                 lprocfs_counter_incr((exp)->exp_obd->obd_stats, _off);         \
379                 if ((exp)->exp_obd->obd_uses_nid_stats &&                      \
380                     (exp)->exp_nid_stats != NULL)                              \
381                         lprocfs_counter_incr((exp)->exp_nid_stats->nid_stats,  \
382                                              _off);                            \
383         } while (0)
384
385 #define _MD_COUNTER_OFFSET(m_op)                                               \
386         ((offsetof(struct md_ops, m_op) -                                      \
387           offsetof(struct md_ops, MD_STATS_FIRST_OP)) /                        \
388          sizeof(((struct md_ops *)NULL)->MD_STATS_FIRST_OP))
389
390 #define MD_COUNTER_OFFSET(op) _MD_COUNTER_OFFSET(m_ ## op)
391
392 #define NUM_MD_STATS                                                           \
393         (_MD_COUNTER_OFFSET(MD_STATS_LAST_OP) -                                \
394          _MD_COUNTER_OFFSET(MD_STATS_FIRST_OP) + 1)
395
396 /* Note that we only increment md counters for ops whose offset is less
397  * than NUM_MD_STATS. This is explained in a comment in the definition
398  * of struct md_ops. */
399 #define EXP_MD_COUNTER_INCREMENT(exp, op)                                      \
400         do {                                                                   \
401                 if (MD_COUNTER_OFFSET(op) < NUM_MD_STATS)                      \
402                         lprocfs_counter_incr((exp)->exp_obd->obd_md_stats,     \
403                                         (exp)->exp_obd->obd_md_cntr_base +     \
404                                         MD_COUNTER_OFFSET(op));                \
405         } while (0)
406
407 #else
408 #define OBD_COUNTER_OFFSET(op)
409 #define OBD_COUNTER_INCREMENT(obd, op)
410 #define EXP_COUNTER_INCREMENT(exp, op)
411 #define EXP_MD_COUNTER_INCREMENT(exp, op)
412 #endif
413
414 static inline int lprocfs_nid_ldlm_stats_init(struct nid_stat* tmp)
415 {
416         /* Always add in ldlm_stats */
417         tmp->nid_ldlm_stats = lprocfs_alloc_stats(LDLM_LAST_OPC - LDLM_FIRST_OPC
418                                                   ,LPROCFS_STATS_FLAG_NOPERCPU);
419         if (tmp->nid_ldlm_stats == NULL)
420                 return -ENOMEM;
421
422         lprocfs_init_ldlm_stats(tmp->nid_ldlm_stats);
423
424         return lprocfs_register_stats(tmp->nid_proc, "ldlm_stats",
425                                       tmp->nid_ldlm_stats);
426 }
427
428 #define EXP_CHECK_MD_OP(exp, op)                                \
429 do {                                                            \
430         if ((exp) == NULL) {                                    \
431                 CERROR("obd_" #op ": NULL export\n");           \
432                 RETURN(-ENODEV);                                \
433         }                                                       \
434         if ((exp)->exp_obd == NULL || !OBT((exp)->exp_obd)) {   \
435                 CERROR("obd_" #op ": cleaned up obd\n");        \
436                 RETURN(-EOPNOTSUPP);                            \
437         }                                                       \
438         if (!OBT((exp)->exp_obd) || !MDP((exp)->exp_obd, op)) { \
439                 CERROR("obd_" #op ": dev %s/%d no operation\n", \
440                        (exp)->exp_obd->obd_name,                \
441                        (exp)->exp_obd->obd_minor);              \
442                 RETURN(-EOPNOTSUPP);                            \
443         }                                                       \
444 } while (0)
445
446
447 #define OBD_CHECK_DT_OP(obd, op, err)                           \
448 do {                                                            \
449         if (!OBT(obd) || !OBP((obd), op)) {                     \
450                 if (err)                                        \
451                         CERROR("obd_" #op ": dev %d no operation\n",    \
452                                obd->obd_minor);                 \
453                 RETURN(err);                                    \
454         }                                                       \
455 } while (0)
456
457 #define EXP_CHECK_DT_OP(exp, op)                                \
458 do {                                                            \
459         if ((exp) == NULL) {                                    \
460                 CERROR("obd_" #op ": NULL export\n");           \
461                 RETURN(-ENODEV);                                \
462         }                                                       \
463         if ((exp)->exp_obd == NULL || !OBT((exp)->exp_obd)) {   \
464                 CERROR("obd_" #op ": cleaned up obd\n");        \
465                 RETURN(-EOPNOTSUPP);                            \
466         }                                                       \
467         if (!OBT((exp)->exp_obd) || !OBP((exp)->exp_obd, op)) { \
468                 CERROR("obd_" #op ": dev %d no operation\n",    \
469                        (exp)->exp_obd->obd_minor);              \
470                 RETURN(-EOPNOTSUPP);                            \
471         }                                                       \
472 } while (0)
473
474 #define CTXT_CHECK_OP(ctxt, op, err)                                 \
475 do {                                                                 \
476         if (!OBT(ctxt->loc_obd) || !CTXTP((ctxt), op)) {             \
477                 if (err)                                             \
478                         CERROR("lop_" #op ": dev %d no operation\n", \
479                                ctxt->loc_obd->obd_minor);            \
480                 RETURN(err);                                         \
481         }                                                            \
482 } while (0)
483
484 static inline int class_devno_max(void)
485 {
486         return MAX_OBD_DEVICES;
487 }
488
489 static inline int obd_get_info(const struct lu_env *env, struct obd_export *exp,
490                                __u32 keylen, void *key,
491                                __u32 *vallen, void *val)
492 {
493         int rc;
494         ENTRY;
495
496         EXP_CHECK_DT_OP(exp, get_info);
497         EXP_COUNTER_INCREMENT(exp, get_info);
498
499         rc = OBP(exp->exp_obd, get_info)(env, exp, keylen, key, vallen, val);
500         RETURN(rc);
501 }
502
503 static inline int obd_set_info_async(const struct lu_env *env,
504                                      struct obd_export *exp,
505                                      __u32 keylen, void *key,
506                                      __u32 vallen, void *val,
507                                      struct ptlrpc_request_set *set)
508 {
509         int rc;
510         ENTRY;
511
512         EXP_CHECK_DT_OP(exp, set_info_async);
513         EXP_COUNTER_INCREMENT(exp, set_info_async);
514
515         rc = OBP(exp->exp_obd, set_info_async)(env, exp, keylen, key, vallen,
516                                                val, set);
517         RETURN(rc);
518 }
519
520 /*
521  * obd-lu integration.
522  *
523  * Functionality is being moved into new lu_device-based layering, but some
524  * pieces of configuration process are still based on obd devices.
525  *
526  * Specifically, lu_device_type_operations::ldto_device_alloc() methods fully
527  * subsume ->o_setup() methods of obd devices they replace. The same for
528  * lu_device_operations::ldo_process_config() and ->o_process_config(). As a
529  * result, obd_setup() and obd_process_config() branch and call one XOR
530  * another.
531  *
532  * Yet neither lu_device_type_operations::ldto_device_fini() nor
533  * lu_device_type_operations::ldto_device_free() fully implement the
534  * functionality of ->o_precleanup() and ->o_cleanup() they override. Hence,
535  * obd_precleanup() and obd_cleanup() call both lu_device and obd operations.
536  */
537
538 #define DECLARE_LU_VARS(ldt, d)                 \
539         struct lu_device_type *ldt;       \
540         struct lu_device *d
541
542 static inline int obd_setup(struct obd_device *obd, struct lustre_cfg *cfg)
543 {
544         int rc;
545         DECLARE_LU_VARS(ldt, d);
546         ENTRY;
547
548         ldt = obd->obd_type->typ_lu;
549         if (ldt != NULL) {
550                 struct lu_context  session_ctx;
551                 struct lu_env env;
552                 lu_context_init(&session_ctx, LCT_SESSION | LCT_SERVER_SESSION);
553                 session_ctx.lc_thread = NULL;
554                 lu_context_enter(&session_ctx);
555
556                 rc = lu_env_init(&env, ldt->ldt_ctx_tags);
557                 if (rc == 0) {
558                         env.le_ses = &session_ctx;
559                         d = ldt->ldt_ops->ldto_device_alloc(&env, ldt, cfg);
560                         lu_env_fini(&env);
561                         if (!IS_ERR(d)) {
562                                 obd->obd_lu_dev = d;
563                                 d->ld_obd = obd;
564                                 rc = 0;
565                         } else
566                                 rc = PTR_ERR(d);
567                 }
568                 lu_context_exit(&session_ctx);
569                 lu_context_fini(&session_ctx);
570
571         } else {
572                 OBD_CHECK_DT_OP(obd, setup, -EOPNOTSUPP);
573                 OBD_COUNTER_INCREMENT(obd, setup);
574                 rc = OBP(obd, setup)(obd, cfg);
575         }
576         RETURN(rc);
577 }
578
579 static inline int obd_precleanup(struct obd_device *obd,
580                                  enum obd_cleanup_stage cleanup_stage)
581 {
582         int rc;
583         DECLARE_LU_VARS(ldt, d);
584         ENTRY;
585
586         OBD_CHECK_DEV(obd);
587         ldt = obd->obd_type->typ_lu;
588         d = obd->obd_lu_dev;
589         if (ldt != NULL && d != NULL) {
590                 if (cleanup_stage == OBD_CLEANUP_EXPORTS) {
591                         struct lu_env env;
592
593                         rc = lu_env_init(&env, ldt->ldt_ctx_tags);
594                         if (rc == 0) {
595                                 ldt->ldt_ops->ldto_device_fini(&env, d);
596                                 lu_env_fini(&env);
597                         }
598                 }
599         }
600         OBD_CHECK_DT_OP(obd, precleanup, 0);
601         OBD_COUNTER_INCREMENT(obd, precleanup);
602
603         rc = OBP(obd, precleanup)(obd, cleanup_stage);
604         RETURN(rc);
605 }
606
607 static inline int obd_cleanup(struct obd_device *obd)
608 {
609         int rc;
610         DECLARE_LU_VARS(ldt, d);
611         ENTRY;
612
613         OBD_CHECK_DEV(obd);
614
615         ldt = obd->obd_type->typ_lu;
616         d = obd->obd_lu_dev;
617         if (ldt != NULL && d != NULL) {
618                 struct lu_env env;
619
620                 rc = lu_env_init(&env, ldt->ldt_ctx_tags);
621                 if (rc == 0) {
622                         ldt->ldt_ops->ldto_device_free(&env, d);
623                         lu_env_fini(&env);
624                         obd->obd_lu_dev = NULL;
625                 }
626         }
627         OBD_CHECK_DT_OP(obd, cleanup, 0);
628         OBD_COUNTER_INCREMENT(obd, cleanup);
629
630         rc = OBP(obd, cleanup)(obd);
631         RETURN(rc);
632 }
633
634 static inline void obd_cleanup_client_import(struct obd_device *obd)
635 {
636         ENTRY;
637
638         /* If we set up but never connected, the
639            client import will not have been cleaned. */
640         down_write(&obd->u.cli.cl_sem);
641         if (obd->u.cli.cl_import) {
642                 struct obd_import *imp;
643                 imp = obd->u.cli.cl_import;
644                 CDEBUG(D_CONFIG, "%s: client import never connected\n",
645                        obd->obd_name);
646                 ptlrpc_invalidate_import(imp);
647                 if (imp->imp_rq_pool) {
648                         ptlrpc_free_rq_pool(imp->imp_rq_pool);
649                         imp->imp_rq_pool = NULL;
650                 }
651                 client_destroy_import(imp);
652                 obd->u.cli.cl_import = NULL;
653         }
654         up_write(&obd->u.cli.cl_sem);
655
656         EXIT;
657 }
658
659 static inline int
660 obd_process_config(struct obd_device *obd, int datalen, void *data)
661 {
662         int rc;
663         DECLARE_LU_VARS(ldt, d);
664         ENTRY;
665
666         OBD_CHECK_DEV(obd);
667
668         obd->obd_process_conf = 1;
669         ldt = obd->obd_type->typ_lu;
670         d = obd->obd_lu_dev;
671         if (ldt != NULL && d != NULL) {
672                 struct lu_env env;
673
674                 rc = lu_env_init(&env, ldt->ldt_ctx_tags);
675                 if (rc == 0) {
676                         rc = d->ld_ops->ldo_process_config(&env, d, data);
677                         lu_env_fini(&env);
678                 }
679         } else {
680                 OBD_CHECK_DT_OP(obd, process_config, -EOPNOTSUPP);
681                 rc = OBP(obd, process_config)(obd, datalen, data);
682         }
683         OBD_COUNTER_INCREMENT(obd, process_config);
684         obd->obd_process_conf = 0;
685
686         RETURN(rc);
687 }
688
689 /* Pack an in-memory MD struct for storage on disk.
690  * Returns +ve size of packed MD (0 for free), or -ve error.
691  *
692  * If @disk_tgt == NULL, MD size is returned (max size if @mem_src == NULL).
693  * If @*disk_tgt != NULL and @mem_src == NULL, @*disk_tgt will be freed.
694  * If @*disk_tgt == NULL, it will be allocated
695  */
696 static inline int obd_packmd(struct obd_export *exp,
697                              struct lov_mds_md **disk_tgt,
698                              struct lov_stripe_md *mem_src)
699 {
700         int rc;
701         ENTRY;
702
703         EXP_CHECK_DT_OP(exp, packmd);
704         EXP_COUNTER_INCREMENT(exp, packmd);
705
706         rc = OBP(exp->exp_obd, packmd)(exp, disk_tgt, mem_src);
707         RETURN(rc);
708 }
709
710 static inline int obd_free_diskmd(struct obd_export *exp,
711                                   struct lov_mds_md **disk_tgt)
712 {
713         LASSERT(disk_tgt);
714         LASSERT(*disk_tgt);
715         /*
716          * LU-2590, for caller's convenience, *disk_tgt could be host
717          * endianness, it needs swab to LE if necessary, while just
718          * lov_mds_md header needs it for figuring out how much memory
719          * needs to be freed.
720          */
721         if ((cpu_to_le32(LOV_MAGIC) != LOV_MAGIC) &&
722             (((*disk_tgt)->lmm_magic == LOV_MAGIC_V1) ||
723              ((*disk_tgt)->lmm_magic == LOV_MAGIC_V3)))
724                 lustre_swab_lov_mds_md(*disk_tgt);
725         return obd_packmd(exp, disk_tgt, NULL);
726 }
727
728 /* Unpack an MD struct from disk to in-memory format.
729  * Returns +ve size of unpacked MD (0 for free), or -ve error.
730  *
731  * If @mem_tgt == NULL, MD size is returned (max size if @disk_src == NULL).
732  * If @*mem_tgt != NULL and @disk_src == NULL, @*mem_tgt will be freed.
733  * If @*mem_tgt == NULL, it will be allocated
734  */
735 static inline int obd_unpackmd(struct obd_export *exp,
736                                struct lov_stripe_md **mem_tgt,
737                                struct lov_mds_md *disk_src,
738                                int disk_len)
739 {
740         int rc;
741         ENTRY;
742
743         EXP_CHECK_DT_OP(exp, unpackmd);
744         EXP_COUNTER_INCREMENT(exp, unpackmd);
745
746         rc = OBP(exp->exp_obd, unpackmd)(exp, mem_tgt, disk_src, disk_len);
747         RETURN(rc);
748 }
749
750 static inline int obd_free_memmd(struct obd_export *exp,
751                                  struct lov_stripe_md **mem_tgt)
752 {
753         int rc;
754
755         LASSERT(mem_tgt);
756         LASSERT(*mem_tgt);
757         rc = obd_unpackmd(exp, mem_tgt, NULL, 0);
758         *mem_tgt = NULL;
759         return rc;
760 }
761
762 static inline int obd_create(const struct lu_env *env, struct obd_export *exp,
763                              struct obdo *obdo)
764 {
765         int rc;
766         ENTRY;
767
768         EXP_CHECK_DT_OP(exp, create);
769         EXP_COUNTER_INCREMENT(exp, create);
770
771         rc = OBP(exp->exp_obd, create)(env, exp, obdo);
772         RETURN(rc);
773 }
774
775 static inline int obd_destroy(const struct lu_env *env, struct obd_export *exp,
776                               struct obdo *obdo)
777 {
778         int rc;
779         ENTRY;
780
781         EXP_CHECK_DT_OP(exp, destroy);
782         EXP_COUNTER_INCREMENT(exp, destroy);
783
784         rc = OBP(exp->exp_obd, destroy)(env, exp, obdo);
785         RETURN(rc);
786 }
787
788 static inline int obd_getattr(const struct lu_env *env, struct obd_export *exp,
789                               struct obd_info *oinfo)
790 {
791         int rc;
792         ENTRY;
793
794         EXP_CHECK_DT_OP(exp, getattr);
795         EXP_COUNTER_INCREMENT(exp, getattr);
796
797         rc = OBP(exp->exp_obd, getattr)(env, exp, oinfo);
798         RETURN(rc);
799 }
800
801 static inline int obd_setattr(const struct lu_env *env, struct obd_export *exp,
802                               struct obd_info *oinfo)
803 {
804         int rc;
805
806         ENTRY;
807         EXP_CHECK_DT_OP(exp, setattr);
808         EXP_COUNTER_INCREMENT(exp, setattr);
809         rc = OBP(exp->exp_obd, setattr)(env, exp, oinfo);
810
811         RETURN(rc);
812 }
813
814 static inline int obd_add_conn(struct obd_import *imp, struct obd_uuid *uuid,
815                                int priority)
816 {
817         struct obd_device *obd = imp->imp_obd;
818         int rc;
819         ENTRY;
820
821         OBD_CHECK_DEV_ACTIVE(obd);
822         OBD_CHECK_DT_OP(obd, add_conn, -EOPNOTSUPP);
823         OBD_COUNTER_INCREMENT(obd, add_conn);
824
825         rc = OBP(obd, add_conn)(imp, uuid, priority);
826         RETURN(rc);
827 }
828
829 static inline int obd_del_conn(struct obd_import *imp, struct obd_uuid *uuid)
830 {
831         struct obd_device *obd = imp->imp_obd;
832         int rc;
833         ENTRY;
834
835         OBD_CHECK_DEV_ACTIVE(obd);
836         OBD_CHECK_DT_OP(obd, del_conn, -EOPNOTSUPP);
837         OBD_COUNTER_INCREMENT(obd, del_conn);
838
839         rc = OBP(obd, del_conn)(imp, uuid);
840         RETURN(rc);
841 }
842
843 static inline struct obd_uuid *obd_get_uuid(struct obd_export *exp)
844 {
845         struct obd_uuid *uuid;
846         ENTRY;
847
848         OBD_CHECK_DT_OP(exp->exp_obd, get_uuid, NULL);
849         EXP_COUNTER_INCREMENT(exp, get_uuid);
850
851         uuid = OBP(exp->exp_obd, get_uuid)(exp);
852         RETURN(uuid);
853 }
854
855 /** Create a new /a exp on device /a obd for the uuid /a cluuid
856  * @param exp New export handle
857  * @param d Connect data, supported flags are set, flags also understood
858  *    by obd are returned.
859  */
860 static inline int obd_connect(const struct lu_env *env,
861                               struct obd_export **exp,struct obd_device *obd,
862                               struct obd_uuid *cluuid,
863                               struct obd_connect_data *data,
864                               void *localdata)
865 {
866         int rc;
867         __u64 ocf = data ? data->ocd_connect_flags : 0; /* for post-condition
868                                                    * check */
869         ENTRY;
870
871         OBD_CHECK_DEV_ACTIVE(obd);
872         OBD_CHECK_DT_OP(obd, connect, -EOPNOTSUPP);
873         OBD_COUNTER_INCREMENT(obd, connect);
874
875         rc = OBP(obd, connect)(env, exp, obd, cluuid, data, localdata);
876         /* check that only subset is granted */
877         LASSERT(ergo(data != NULL, (data->ocd_connect_flags & ocf) ==
878                                     data->ocd_connect_flags));
879         RETURN(rc);
880 }
881
882 static inline int obd_reconnect(const struct lu_env *env,
883                                 struct obd_export *exp,
884                                 struct obd_device *obd,
885                                 struct obd_uuid *cluuid,
886                                 struct obd_connect_data *d,
887                                 void *localdata)
888 {
889         int rc;
890         __u64 ocf = d ? d->ocd_connect_flags : 0; /* for post-condition
891                                                    * check */
892
893         ENTRY;
894
895         OBD_CHECK_DEV_ACTIVE(obd);
896         OBD_CHECK_DT_OP(obd, reconnect, 0);
897         OBD_COUNTER_INCREMENT(obd, reconnect);
898
899         rc = OBP(obd, reconnect)(env, exp, obd, cluuid, d, localdata);
900         /* check that only subset is granted */
901         LASSERT(ergo(d != NULL,
902                      (d->ocd_connect_flags & ocf) == d->ocd_connect_flags));
903         RETURN(rc);
904 }
905
906 static inline int obd_disconnect(struct obd_export *exp)
907 {
908         int rc;
909         ENTRY;
910
911         EXP_CHECK_DT_OP(exp, disconnect);
912         EXP_COUNTER_INCREMENT(exp, disconnect);
913
914         rc = OBP(exp->exp_obd, disconnect)(exp);
915         RETURN(rc);
916 }
917
918 static inline int obd_fid_init(struct obd_device *obd, struct obd_export *exp,
919                                enum lu_cli_type type)
920 {
921         int rc;
922         ENTRY;
923
924         OBD_CHECK_DT_OP(obd, fid_init, 0);
925         OBD_COUNTER_INCREMENT(obd, fid_init);
926
927         rc = OBP(obd, fid_init)(obd, exp, type);
928         RETURN(rc);
929 }
930
931 static inline int obd_fid_fini(struct obd_device *obd)
932 {
933         int rc;
934         ENTRY;
935
936         OBD_CHECK_DT_OP(obd, fid_fini, 0);
937         OBD_COUNTER_INCREMENT(obd, fid_fini);
938
939         rc = OBP(obd, fid_fini)(obd);
940         RETURN(rc);
941 }
942
943 static inline int obd_fid_alloc(const struct lu_env *env,
944                                 struct obd_export *exp,
945                                 struct lu_fid *fid,
946                                 struct md_op_data *op_data)
947 {
948         int rc;
949         ENTRY;
950
951         EXP_CHECK_DT_OP(exp, fid_alloc);
952         EXP_COUNTER_INCREMENT(exp, fid_alloc);
953
954         rc = OBP(exp->exp_obd, fid_alloc)(env, exp, fid, op_data);
955         RETURN(rc);
956 }
957
958 static inline int obd_ping(const struct lu_env *env, struct obd_export *exp)
959 {
960         int rc;
961         ENTRY;
962
963         OBD_CHECK_DT_OP(exp->exp_obd, ping, 0);
964         EXP_COUNTER_INCREMENT(exp, ping);
965
966         rc = OBP(exp->exp_obd, ping)(env, exp);
967         RETURN(rc);
968 }
969
970 static inline int obd_pool_new(struct obd_device *obd, char *poolname)
971 {
972         int rc;
973         ENTRY;
974
975         OBD_CHECK_DT_OP(obd, pool_new, -EOPNOTSUPP);
976         OBD_COUNTER_INCREMENT(obd, pool_new);
977
978         rc = OBP(obd, pool_new)(obd, poolname);
979         RETURN(rc);
980 }
981
982 static inline int obd_pool_del(struct obd_device *obd, char *poolname)
983 {
984         int rc;
985         ENTRY;
986
987         OBD_CHECK_DT_OP(obd, pool_del, -EOPNOTSUPP);
988         OBD_COUNTER_INCREMENT(obd, pool_del);
989
990         rc = OBP(obd, pool_del)(obd, poolname);
991         RETURN(rc);
992 }
993
994 static inline int obd_pool_add(struct obd_device *obd, char *poolname, char *ostname)
995 {
996         int rc;
997         ENTRY;
998
999         OBD_CHECK_DT_OP(obd, pool_add, -EOPNOTSUPP);
1000         OBD_COUNTER_INCREMENT(obd, pool_add);
1001
1002         rc = OBP(obd, pool_add)(obd, poolname, ostname);
1003         RETURN(rc);
1004 }
1005
1006 static inline int obd_pool_rem(struct obd_device *obd, char *poolname, char *ostname)
1007 {
1008         int rc;
1009         ENTRY;
1010
1011         OBD_CHECK_DT_OP(obd, pool_rem, -EOPNOTSUPP);
1012         OBD_COUNTER_INCREMENT(obd, pool_rem);
1013
1014         rc = OBP(obd, pool_rem)(obd, poolname, ostname);
1015         RETURN(rc);
1016 }
1017
1018 static inline void obd_getref(struct obd_device *obd)
1019 {
1020         ENTRY;
1021         if (OBT(obd) && OBP(obd, getref)) {
1022                 OBD_COUNTER_INCREMENT(obd, getref);
1023                 OBP(obd, getref)(obd);
1024         }
1025         EXIT;
1026 }
1027
1028 static inline void obd_putref(struct obd_device *obd)
1029 {
1030         ENTRY;
1031         if (OBT(obd) && OBP(obd, putref)) {
1032                 OBD_COUNTER_INCREMENT(obd, putref);
1033                 OBP(obd, putref)(obd);
1034         }
1035         EXIT;
1036 }
1037
1038 static inline int obd_init_export(struct obd_export *exp)
1039 {
1040         int rc = 0;
1041
1042         ENTRY;
1043         if ((exp)->exp_obd != NULL && OBT((exp)->exp_obd) &&
1044             OBP((exp)->exp_obd, init_export))
1045                 rc = OBP(exp->exp_obd, init_export)(exp);
1046         RETURN(rc);
1047 }
1048
1049 static inline int obd_destroy_export(struct obd_export *exp)
1050 {
1051         ENTRY;
1052         if ((exp)->exp_obd != NULL && OBT((exp)->exp_obd) &&
1053             OBP((exp)->exp_obd, destroy_export))
1054                 OBP(exp->exp_obd, destroy_export)(exp);
1055         RETURN(0);
1056 }
1057
1058 /* @max_age is the oldest time in jiffies that we accept using a cached data.
1059  * If the cache is older than @max_age we will get a new value from the
1060  * target.  Use a value of "cfs_time_current() + HZ" to guarantee freshness. */
1061 static inline int obd_statfs_async(struct obd_export *exp,
1062                                    struct obd_info *oinfo,
1063                                    __u64 max_age,
1064                                    struct ptlrpc_request_set *rqset)
1065 {
1066         int rc = 0;
1067         struct obd_device *obd;
1068         ENTRY;
1069
1070         if (exp == NULL || exp->exp_obd == NULL)
1071                 RETURN(-EINVAL);
1072
1073         obd = exp->exp_obd;
1074         OBD_CHECK_DT_OP(obd, statfs, -EOPNOTSUPP);
1075         OBD_COUNTER_INCREMENT(obd, statfs);
1076
1077         CDEBUG(D_SUPER, "%s: osfs %p age "LPU64", max_age "LPU64"\n",
1078                obd->obd_name, &obd->obd_osfs, obd->obd_osfs_age, max_age);
1079         if (cfs_time_before_64(obd->obd_osfs_age, max_age)) {
1080                 rc = OBP(obd, statfs_async)(exp, oinfo, max_age, rqset);
1081         } else {
1082                 CDEBUG(D_SUPER,"%s: use %p cache blocks "LPU64"/"LPU64
1083                        " objects "LPU64"/"LPU64"\n",
1084                        obd->obd_name, &obd->obd_osfs,
1085                        obd->obd_osfs.os_bavail, obd->obd_osfs.os_blocks,
1086                        obd->obd_osfs.os_ffree, obd->obd_osfs.os_files);
1087                 spin_lock(&obd->obd_osfs_lock);
1088                 memcpy(oinfo->oi_osfs, &obd->obd_osfs, sizeof(*oinfo->oi_osfs));
1089                 spin_unlock(&obd->obd_osfs_lock);
1090                 oinfo->oi_flags |= OBD_STATFS_FROM_CACHE;
1091                 if (oinfo->oi_cb_up)
1092                         oinfo->oi_cb_up(oinfo, 0);
1093         }
1094         RETURN(rc);
1095 }
1096
1097 static inline int obd_statfs_rqset(struct obd_export *exp,
1098                                    struct obd_statfs *osfs, __u64 max_age,
1099                                    __u32 flags)
1100 {
1101         struct ptlrpc_request_set *set = NULL;
1102         struct obd_info oinfo = { { { 0 } } };
1103         int rc = 0;
1104         ENTRY;
1105
1106         set =  ptlrpc_prep_set();
1107         if (set == NULL)
1108                 RETURN(-ENOMEM);
1109
1110         oinfo.oi_osfs = osfs;
1111         oinfo.oi_flags = flags;
1112         rc = obd_statfs_async(exp, &oinfo, max_age, set);
1113         if (rc == 0)
1114                 rc = ptlrpc_set_wait(set);
1115         ptlrpc_set_destroy(set);
1116         RETURN(rc);
1117 }
1118
1119 /* @max_age is the oldest time in jiffies that we accept using a cached data.
1120  * If the cache is older than @max_age we will get a new value from the
1121  * target.  Use a value of "cfs_time_current() + HZ" to guarantee freshness. */
1122 static inline int obd_statfs(const struct lu_env *env, struct obd_export *exp,
1123                              struct obd_statfs *osfs, __u64 max_age,
1124                              __u32 flags)
1125 {
1126         int rc = 0;
1127         struct obd_device *obd = exp->exp_obd;
1128         ENTRY;
1129
1130         if (obd == NULL)
1131                 RETURN(-EINVAL);
1132
1133         OBD_CHECK_DT_OP(obd, statfs, -EOPNOTSUPP);
1134         OBD_COUNTER_INCREMENT(obd, statfs);
1135
1136         CDEBUG(D_SUPER, "osfs "LPU64", max_age "LPU64"\n",
1137                obd->obd_osfs_age, max_age);
1138         if (cfs_time_before_64(obd->obd_osfs_age, max_age)) {
1139                 rc = OBP(obd, statfs)(env, exp, osfs, max_age, flags);
1140                 if (rc == 0) {
1141                         spin_lock(&obd->obd_osfs_lock);
1142                         memcpy(&obd->obd_osfs, osfs, sizeof(obd->obd_osfs));
1143                         obd->obd_osfs_age = cfs_time_current_64();
1144                         spin_unlock(&obd->obd_osfs_lock);
1145                 }
1146         } else {
1147                 CDEBUG(D_SUPER, "%s: use %p cache blocks "LPU64"/"LPU64
1148                        " objects "LPU64"/"LPU64"\n",
1149                        obd->obd_name, &obd->obd_osfs,
1150                        obd->obd_osfs.os_bavail, obd->obd_osfs.os_blocks,
1151                        obd->obd_osfs.os_ffree, obd->obd_osfs.os_files);
1152                 spin_lock(&obd->obd_osfs_lock);
1153                 memcpy(osfs, &obd->obd_osfs, sizeof(*osfs));
1154                 spin_unlock(&obd->obd_osfs_lock);
1155         }
1156         RETURN(rc);
1157 }
1158
1159 static inline int obd_preprw(const struct lu_env *env, int cmd,
1160                              struct obd_export *exp, struct obdo *oa,
1161                              int objcount, struct obd_ioobj *obj,
1162                              struct niobuf_remote *remote, int *pages,
1163                              struct niobuf_local *local)
1164 {
1165         int rc;
1166
1167         ENTRY;
1168         EXP_CHECK_DT_OP(exp, preprw);
1169         EXP_COUNTER_INCREMENT(exp, preprw);
1170         rc = OBP(exp->exp_obd, preprw)(env, cmd, exp, oa, objcount, obj, remote,
1171                                        pages, local);
1172
1173         RETURN(rc);
1174 }
1175
1176 static inline int obd_commitrw(const struct lu_env *env, int cmd,
1177                                struct obd_export *exp, struct obdo *oa,
1178                                int objcount, struct obd_ioobj *obj,
1179                                struct niobuf_remote *rnb, int pages,
1180                                struct niobuf_local *local, int rc)
1181 {
1182         ENTRY;
1183
1184         EXP_CHECK_DT_OP(exp, commitrw);
1185         EXP_COUNTER_INCREMENT(exp, commitrw);
1186         rc = OBP(exp->exp_obd, commitrw)(env, cmd, exp, oa, objcount, obj,
1187                                          rnb, pages, local, rc);
1188
1189         RETURN(rc);
1190 }
1191
1192 static inline int obd_iocontrol(unsigned int cmd, struct obd_export *exp,
1193                                 int len, void *karg, void __user *uarg)
1194 {
1195         int rc;
1196         ENTRY;
1197
1198         EXP_CHECK_DT_OP(exp, iocontrol);
1199         EXP_COUNTER_INCREMENT(exp, iocontrol);
1200
1201         rc = OBP(exp->exp_obd, iocontrol)(cmd, exp, len, karg, uarg);
1202         RETURN(rc);
1203 }
1204
1205 static inline void obd_import_event(struct obd_device *obd,
1206                                     struct obd_import *imp,
1207                                     enum obd_import_event event)
1208 {
1209         ENTRY;
1210         if (!obd) {
1211                 CERROR("NULL device\n");
1212                 EXIT;
1213                 return;
1214         }
1215         if (obd->obd_set_up && OBP(obd, import_event)) {
1216                 OBD_COUNTER_INCREMENT(obd, import_event);
1217                 OBP(obd, import_event)(obd, imp, event);
1218         }
1219         EXIT;
1220 }
1221
1222 static inline int obd_notify(struct obd_device *obd,
1223                              struct obd_device *watched,
1224                              enum obd_notify_event ev,
1225                              void *data)
1226 {
1227         int rc;
1228         ENTRY;
1229         OBD_CHECK_DEV(obd);
1230
1231         if (!obd->obd_set_up) {
1232                 CDEBUG(D_HA, "obd %s not set up\n", obd->obd_name);
1233                 RETURN(-EINVAL);
1234         }
1235
1236         if (!OBP(obd, notify)) {
1237                 CDEBUG(D_HA, "obd %s has no notify handler\n", obd->obd_name);
1238                 RETURN(-ENOSYS);
1239         }
1240
1241         OBD_COUNTER_INCREMENT(obd, notify);
1242         rc = OBP(obd, notify)(obd, watched, ev, data);
1243         RETURN(rc);
1244 }
1245
1246 static inline int obd_notify_observer(struct obd_device *observer,
1247                                       struct obd_device *observed,
1248                                       enum obd_notify_event ev,
1249                                       void *data)
1250 {
1251         int rc1;
1252         int rc2;
1253
1254         struct obd_notify_upcall *onu;
1255
1256         if (observer->obd_observer)
1257                 rc1 = obd_notify(observer->obd_observer, observed, ev, data);
1258         else
1259                 rc1 = 0;
1260         /*
1261          * Also, call non-obd listener, if any
1262          */
1263         onu = &observer->obd_upcall;
1264         if (onu->onu_upcall != NULL)
1265                 rc2 = onu->onu_upcall(observer, observed, ev,
1266                                       onu->onu_owner, NULL);
1267         else
1268                 rc2 = 0;
1269
1270         return rc1 ? rc1 : rc2;
1271 }
1272
1273 static inline int obd_quotactl(struct obd_export *exp,
1274                                struct obd_quotactl *oqctl)
1275 {
1276         int rc;
1277         ENTRY;
1278
1279         EXP_CHECK_DT_OP(exp, quotactl);
1280         EXP_COUNTER_INCREMENT(exp, quotactl);
1281
1282         rc = OBP(exp->exp_obd, quotactl)(exp->exp_obd, exp, oqctl);
1283         RETURN(rc);
1284 }
1285
1286 static inline int obd_health_check(const struct lu_env *env,
1287                                    struct obd_device *obd)
1288 {
1289         /* returns: 0 on healthy
1290          *         >0 on unhealthy + reason code/flag
1291          *            however the only suppored reason == 1 right now
1292          *            We'll need to define some better reasons
1293          *            or flags in the future.
1294          *         <0 on error
1295          */
1296         int rc;
1297         ENTRY;
1298
1299         /* don't use EXP_CHECK_DT_OP, because NULL method is normal here */
1300         if (obd == NULL || !OBT(obd)) {
1301                 CERROR("cleaned up obd\n");
1302                 RETURN(-EOPNOTSUPP);
1303         }
1304         if (!obd->obd_set_up || obd->obd_stopping)
1305                 RETURN(0);
1306         if (!OBP(obd, health_check))
1307                 RETURN(0);
1308
1309         rc = OBP(obd, health_check)(env, obd);
1310         RETURN(rc);
1311 }
1312
1313 static inline int obd_register_observer(struct obd_device *obd,
1314                                         struct obd_device *observer)
1315 {
1316         ENTRY;
1317         OBD_CHECK_DEV(obd);
1318         down_write(&obd->obd_observer_link_sem);
1319         if (obd->obd_observer && observer) {
1320                 up_write(&obd->obd_observer_link_sem);
1321                 RETURN(-EALREADY);
1322         }
1323         obd->obd_observer = observer;
1324         up_write(&obd->obd_observer_link_sem);
1325         RETURN(0);
1326 }
1327
1328 /* metadata helpers */
1329 static inline int md_getstatus(struct obd_export *exp,
1330                                struct lu_fid *fid, struct obd_capa **pc)
1331 {
1332         int rc;
1333         ENTRY;
1334
1335         EXP_CHECK_MD_OP(exp, getstatus);
1336         EXP_MD_COUNTER_INCREMENT(exp, getstatus);
1337         rc = MDP(exp->exp_obd, getstatus)(exp, fid, pc);
1338         RETURN(rc);
1339 }
1340
1341 static inline int md_getattr(struct obd_export *exp, struct md_op_data *op_data,
1342                              struct ptlrpc_request **request)
1343 {
1344         int rc;
1345         ENTRY;
1346         EXP_CHECK_MD_OP(exp, getattr);
1347         EXP_MD_COUNTER_INCREMENT(exp, getattr);
1348         rc = MDP(exp->exp_obd, getattr)(exp, op_data, request);
1349         RETURN(rc);
1350 }
1351
1352 static inline int md_null_inode(struct obd_export *exp,
1353                                    const struct lu_fid *fid)
1354 {
1355         int rc;
1356         ENTRY;
1357         EXP_CHECK_MD_OP(exp, null_inode);
1358         EXP_MD_COUNTER_INCREMENT(exp, null_inode);
1359         rc = MDP(exp->exp_obd, null_inode)(exp, fid);
1360         RETURN(rc);
1361 }
1362
1363 static inline int md_find_cbdata(struct obd_export *exp,
1364                                  const struct lu_fid *fid,
1365                                  ldlm_iterator_t it, void *data)
1366 {
1367         int rc;
1368         ENTRY;
1369         EXP_CHECK_MD_OP(exp, find_cbdata);
1370         EXP_MD_COUNTER_INCREMENT(exp, find_cbdata);
1371         rc = MDP(exp->exp_obd, find_cbdata)(exp, fid, it, data);
1372         RETURN(rc);
1373 }
1374
1375 static inline int md_close(struct obd_export *exp, struct md_op_data *op_data,
1376                            struct md_open_data *mod,
1377                            struct ptlrpc_request **request)
1378 {
1379         int rc;
1380         ENTRY;
1381         EXP_CHECK_MD_OP(exp, close);
1382         EXP_MD_COUNTER_INCREMENT(exp, close);
1383         rc = MDP(exp->exp_obd, close)(exp, op_data, mod, request);
1384         RETURN(rc);
1385 }
1386
1387 static inline int md_create(struct obd_export *exp, struct md_op_data *op_data,
1388                             const void *data, size_t datalen, umode_t mode,
1389                             uid_t uid, gid_t gid, cfs_cap_t cap_effective,
1390                             __u64 rdev, struct ptlrpc_request **request)
1391 {
1392         int rc;
1393         ENTRY;
1394         EXP_CHECK_MD_OP(exp, create);
1395         EXP_MD_COUNTER_INCREMENT(exp, create);
1396         rc = MDP(exp->exp_obd, create)(exp, op_data, data, datalen, mode,
1397                                        uid, gid, cap_effective, rdev, request);
1398         RETURN(rc);
1399 }
1400
1401 static inline int md_enqueue(struct obd_export *exp,
1402                              struct ldlm_enqueue_info *einfo,
1403                              const union ldlm_policy_data *policy,
1404                              struct lookup_intent *it,
1405                              struct md_op_data *op_data,
1406                              struct lustre_handle *lockh,
1407                              __u64 extra_lock_flags)
1408 {
1409         int rc;
1410         ENTRY;
1411         EXP_CHECK_MD_OP(exp, enqueue);
1412         EXP_MD_COUNTER_INCREMENT(exp, enqueue);
1413         rc = MDP(exp->exp_obd, enqueue)(exp, einfo, policy, it, op_data, lockh,
1414                                         extra_lock_flags);
1415         RETURN(rc);
1416 }
1417
1418 static inline int md_getattr_name(struct obd_export *exp,
1419                                   struct md_op_data *op_data,
1420                                   struct ptlrpc_request **request)
1421 {
1422         int rc;
1423         ENTRY;
1424         EXP_CHECK_MD_OP(exp, getattr_name);
1425         EXP_MD_COUNTER_INCREMENT(exp, getattr_name);
1426         rc = MDP(exp->exp_obd, getattr_name)(exp, op_data, request);
1427         RETURN(rc);
1428 }
1429
1430 static inline int md_intent_lock(struct obd_export *exp,
1431                                  struct md_op_data *op_data,
1432                                  struct lookup_intent *it,
1433                                  struct ptlrpc_request **reqp,
1434                                  ldlm_blocking_callback cb_blocking,
1435                                  __u64 extra_lock_flags)
1436 {
1437         int rc;
1438         ENTRY;
1439         EXP_CHECK_MD_OP(exp, intent_lock);
1440         EXP_MD_COUNTER_INCREMENT(exp, intent_lock);
1441         rc = MDP(exp->exp_obd, intent_lock)(exp, op_data, it, reqp, cb_blocking,
1442                                             extra_lock_flags);
1443         RETURN(rc);
1444 }
1445
1446 static inline int md_link(struct obd_export *exp, struct md_op_data *op_data,
1447                           struct ptlrpc_request **request)
1448 {
1449         int rc;
1450         ENTRY;
1451         EXP_CHECK_MD_OP(exp, link);
1452         EXP_MD_COUNTER_INCREMENT(exp, link);
1453         rc = MDP(exp->exp_obd, link)(exp, op_data, request);
1454         RETURN(rc);
1455 }
1456
1457 static inline int md_rename(struct obd_export *exp, struct md_op_data *op_data,
1458                             const char *old, size_t oldlen, const char *new,
1459                             size_t newlen, struct ptlrpc_request **request)
1460 {
1461         int rc;
1462         ENTRY;
1463         EXP_CHECK_MD_OP(exp, rename);
1464         EXP_MD_COUNTER_INCREMENT(exp, rename);
1465         rc = MDP(exp->exp_obd, rename)(exp, op_data, old, oldlen, new,
1466                                        newlen, request);
1467         RETURN(rc);
1468 }
1469
1470 static inline int md_setattr(struct obd_export *exp, struct md_op_data *op_data,
1471                              void *ea, size_t ealen,
1472                              struct ptlrpc_request **request)
1473 {
1474         int rc;
1475         ENTRY;
1476         EXP_CHECK_MD_OP(exp, setattr);
1477         EXP_MD_COUNTER_INCREMENT(exp, setattr);
1478         rc = MDP(exp->exp_obd, setattr)(exp, op_data, ea, ealen, request);
1479         RETURN(rc);
1480 }
1481
1482 static inline int md_fsync(struct obd_export *exp, const struct lu_fid *fid,
1483                            struct obd_capa *oc, struct ptlrpc_request **request)
1484 {
1485         int rc;
1486         ENTRY;
1487         EXP_CHECK_MD_OP(exp, fsync);
1488         EXP_MD_COUNTER_INCREMENT(exp, fsync);
1489         rc = MDP(exp->exp_obd, fsync)(exp, fid, oc, request);
1490         RETURN(rc);
1491 }
1492
1493 static inline int md_read_page(struct obd_export *exp,
1494                                struct md_op_data *op_data,
1495                                struct md_callback *cb_op,
1496                                __u64  hash_offset,
1497                                struct page **ppage)
1498 {
1499         int rc;
1500         ENTRY;
1501         EXP_CHECK_MD_OP(exp, read_page);
1502         EXP_MD_COUNTER_INCREMENT(exp, read_page);
1503         rc = MDP(exp->exp_obd, read_page)(exp, op_data, cb_op, hash_offset,
1504                                           ppage);
1505         RETURN(rc);
1506 }
1507
1508 static inline int md_unlink(struct obd_export *exp, struct md_op_data *op_data,
1509                             struct ptlrpc_request **request)
1510 {
1511         int rc;
1512         ENTRY;
1513         EXP_CHECK_MD_OP(exp, unlink);
1514         EXP_MD_COUNTER_INCREMENT(exp, unlink);
1515         rc = MDP(exp->exp_obd, unlink)(exp, op_data, request);
1516         RETURN(rc);
1517 }
1518
1519 static inline int md_get_lustre_md(struct obd_export *exp,
1520                                    struct ptlrpc_request *req,
1521                                    struct obd_export *dt_exp,
1522                                    struct obd_export *md_exp,
1523                                    struct lustre_md *md)
1524 {
1525         ENTRY;
1526         EXP_CHECK_MD_OP(exp, get_lustre_md);
1527         EXP_MD_COUNTER_INCREMENT(exp, get_lustre_md);
1528         RETURN(MDP(exp->exp_obd, get_lustre_md)(exp, req, dt_exp, md_exp, md));
1529 }
1530
1531 static inline int md_free_lustre_md(struct obd_export *exp,
1532                                     struct lustre_md *md)
1533 {
1534         ENTRY;
1535         EXP_CHECK_MD_OP(exp, free_lustre_md);
1536         EXP_MD_COUNTER_INCREMENT(exp, free_lustre_md);
1537         RETURN(MDP(exp->exp_obd, free_lustre_md)(exp, md));
1538 }
1539
1540 static inline int md_merge_attr(struct obd_export *exp,
1541                                 const struct lmv_stripe_md *lsm,
1542                                 struct cl_attr *attr,
1543                                 ldlm_blocking_callback cb)
1544 {
1545         ENTRY;
1546         EXP_CHECK_MD_OP(exp, merge_attr);
1547         EXP_MD_COUNTER_INCREMENT(exp, merge_attr);
1548         RETURN(MDP(exp->exp_obd, merge_attr)(exp, lsm, attr, cb));
1549 }
1550
1551 static inline int md_setxattr(struct obd_export *exp,
1552                               const struct lu_fid *fid, struct obd_capa *oc,
1553                               u64 valid, const char *name,
1554                               const char *input, int input_size,
1555                               int output_size, int flags, __u32 suppgid,
1556                               struct ptlrpc_request **request)
1557 {
1558         ENTRY;
1559         EXP_CHECK_MD_OP(exp, setxattr);
1560         EXP_MD_COUNTER_INCREMENT(exp, setxattr);
1561         RETURN(MDP(exp->exp_obd, setxattr)(exp, fid, oc, valid, name, input,
1562                                            input_size, output_size, flags,
1563                                            suppgid, request));
1564 }
1565
1566 static inline int md_getxattr(struct obd_export *exp,
1567                               const struct lu_fid *fid, struct obd_capa *oc,
1568                               u64 valid, const char *name,
1569                               const char *input, int input_size,
1570                               int output_size, int flags,
1571                               struct ptlrpc_request **request)
1572 {
1573         ENTRY;
1574         EXP_CHECK_MD_OP(exp, getxattr);
1575         EXP_MD_COUNTER_INCREMENT(exp, getxattr);
1576         RETURN(MDP(exp->exp_obd, getxattr)(exp, fid, oc, valid, name, input,
1577                                            input_size, output_size, flags,
1578                                            request));
1579 }
1580
1581 static inline int md_set_open_replay_data(struct obd_export *exp,
1582                                           struct obd_client_handle *och,
1583                                           struct lookup_intent *it)
1584 {
1585         ENTRY;
1586         EXP_CHECK_MD_OP(exp, set_open_replay_data);
1587         EXP_MD_COUNTER_INCREMENT(exp, set_open_replay_data);
1588         RETURN(MDP(exp->exp_obd, set_open_replay_data)(exp, och, it));
1589 }
1590
1591 static inline int md_clear_open_replay_data(struct obd_export *exp,
1592                                             struct obd_client_handle *och)
1593 {
1594         ENTRY;
1595         EXP_CHECK_MD_OP(exp, clear_open_replay_data);
1596         EXP_MD_COUNTER_INCREMENT(exp, clear_open_replay_data);
1597         RETURN(MDP(exp->exp_obd, clear_open_replay_data)(exp, och));
1598 }
1599
1600 static inline int md_set_lock_data(struct obd_export *exp,
1601                                    __u64 *lockh, void *data, __u64 *bits)
1602 {
1603         ENTRY;
1604         EXP_CHECK_MD_OP(exp, set_lock_data);
1605         EXP_MD_COUNTER_INCREMENT(exp, set_lock_data);
1606         RETURN(MDP(exp->exp_obd, set_lock_data)(exp, lockh, data, bits));
1607 }
1608
1609 static inline int md_cancel_unused(struct obd_export *exp,
1610                                    const struct lu_fid *fid,
1611                                    ldlm_policy_data_t *policy,
1612                                    ldlm_mode_t mode,
1613                                    ldlm_cancel_flags_t flags,
1614                                    void *opaque)
1615 {
1616         int rc;
1617         ENTRY;
1618
1619         EXP_CHECK_MD_OP(exp, cancel_unused);
1620         EXP_MD_COUNTER_INCREMENT(exp, cancel_unused);
1621
1622         rc = MDP(exp->exp_obd, cancel_unused)(exp, fid, policy, mode,
1623                                               flags, opaque);
1624         RETURN(rc);
1625 }
1626
1627 static inline ldlm_mode_t md_lock_match(struct obd_export *exp, __u64 flags,
1628                                         const struct lu_fid *fid,
1629                                         ldlm_type_t type,
1630                                         ldlm_policy_data_t *policy,
1631                                         ldlm_mode_t mode,
1632                                         struct lustre_handle *lockh)
1633 {
1634         ENTRY;
1635         EXP_CHECK_MD_OP(exp, lock_match);
1636         EXP_MD_COUNTER_INCREMENT(exp, lock_match);
1637         RETURN(MDP(exp->exp_obd, lock_match)(exp, flags, fid, type,
1638                                              policy, mode, lockh));
1639 }
1640
1641 static inline int md_init_ea_size(struct obd_export *exp, __u32 ea_size,
1642                                   __u32 def_ea_size)
1643 {
1644         ENTRY;
1645         EXP_CHECK_MD_OP(exp, init_ea_size);
1646         EXP_MD_COUNTER_INCREMENT(exp, init_ea_size);
1647         RETURN(MDP(exp->exp_obd, init_ea_size)(exp, ea_size, def_ea_size));
1648 }
1649
1650 static inline int md_get_remote_perm(struct obd_export *exp,
1651                                      const struct lu_fid *fid,
1652                                      struct obd_capa *oc, __u32 suppgid,
1653                                      struct ptlrpc_request **request)
1654 {
1655         ENTRY;
1656         EXP_CHECK_MD_OP(exp, get_remote_perm);
1657         EXP_MD_COUNTER_INCREMENT(exp, get_remote_perm);
1658         RETURN(MDP(exp->exp_obd, get_remote_perm)(exp, fid, oc, suppgid,
1659                                                   request));
1660 }
1661
1662 static inline int md_renew_capa(struct obd_export *exp, struct obd_capa *ocapa,
1663                                 renew_capa_cb_t cb)
1664 {
1665         int rc;
1666         ENTRY;
1667         EXP_CHECK_MD_OP(exp, renew_capa);
1668         EXP_MD_COUNTER_INCREMENT(exp, renew_capa);
1669         rc = MDP(exp->exp_obd, renew_capa)(exp, ocapa, cb);
1670         RETURN(rc);
1671 }
1672
1673 static inline int md_unpack_capa(struct obd_export *exp,
1674                                  struct ptlrpc_request *req,
1675                                  const struct req_msg_field *field,
1676                                  struct obd_capa **oc)
1677 {
1678         int rc;
1679         ENTRY;
1680         EXP_CHECK_MD_OP(exp, unpack_capa);
1681         EXP_MD_COUNTER_INCREMENT(exp, unpack_capa);
1682         rc = MDP(exp->exp_obd, unpack_capa)(exp, req, field, oc);
1683         RETURN(rc);
1684 }
1685
1686 static inline int md_intent_getattr_async(struct obd_export *exp,
1687                                           struct md_enqueue_info *minfo,
1688                                           struct ldlm_enqueue_info *einfo)
1689 {
1690         int rc;
1691         ENTRY;
1692         EXP_CHECK_MD_OP(exp, intent_getattr_async);
1693         EXP_MD_COUNTER_INCREMENT(exp, intent_getattr_async);
1694         rc = MDP(exp->exp_obd, intent_getattr_async)(exp, minfo, einfo);
1695         RETURN(rc);
1696 }
1697
1698 static inline int md_revalidate_lock(struct obd_export *exp,
1699                                      struct lookup_intent *it,
1700                                      struct lu_fid *fid, __u64 *bits)
1701 {
1702         int rc;
1703         ENTRY;
1704         EXP_CHECK_MD_OP(exp, revalidate_lock);
1705         EXP_MD_COUNTER_INCREMENT(exp, revalidate_lock);
1706         rc = MDP(exp->exp_obd, revalidate_lock)(exp, it, fid, bits);
1707         RETURN(rc);
1708 }
1709
1710 static inline int md_get_fid_from_lsm(struct obd_export *exp,
1711                                       const struct lmv_stripe_md *lsm,
1712                                       const char *name, int namelen,
1713                                       struct lu_fid *fid)
1714 {
1715         int rc;
1716         ENTRY;
1717         EXP_CHECK_MD_OP(exp, get_fid_from_lsm);
1718         EXP_MD_COUNTER_INCREMENT(exp, get_fid_from_lsm);
1719         rc = MDP(exp->exp_obd, get_fid_from_lsm)(exp, lsm, name, namelen, fid);
1720         RETURN(rc);
1721 }
1722
1723 /* OBD Metadata Support */
1724
1725 extern int obd_init_caches(void);
1726 extern void obd_cleanup_caches(void);
1727
1728 /* support routines */
1729 extern struct kmem_cache *obdo_cachep;
1730
1731 #define OBDO_ALLOC(ptr)                                                       \
1732 do {                                                                          \
1733         OBD_SLAB_ALLOC_PTR_GFP((ptr), obdo_cachep, GFP_NOFS);             \
1734 } while(0)
1735
1736 #define OBDO_FREE(ptr)                                                        \
1737 do {                                                                          \
1738         OBD_SLAB_FREE_PTR((ptr), obdo_cachep);                                \
1739 } while(0)
1740
1741
1742 typedef int (*register_lwp_cb)(void *data);
1743
1744 struct lwp_register_item {
1745         struct obd_export **lri_exp;
1746         register_lwp_cb     lri_cb_func;
1747         void               *lri_cb_data;
1748         struct list_head            lri_list;
1749         char                lri_name[MTI_NAME_MAXLEN];
1750 };
1751
1752 /* I'm as embarrassed about this as you are.
1753  *
1754  * <shaver> // XXX do not look into _superhack with remaining eye
1755  * <shaver> // XXX if this were any uglier, I'd get my own show on MTV */
1756 extern int (*ptlrpc_put_connection_superhack)(struct ptlrpc_connection *c);
1757
1758 /* obd_mount.c */
1759 #ifdef HAVE_SERVER_SUPPORT
1760 int lustre_register_lwp_item(const char *lwpname, struct obd_export **exp,
1761                              register_lwp_cb cb_func, void *cb_data);
1762 void lustre_deregister_lwp_item(struct obd_export **exp);
1763 struct obd_export *lustre_find_lwp_by_index(const char *dev, __u32 idx);
1764 int tgt_name2lwp_name(const char *tgt_name, char *lwp_name, int len, __u32 idx);
1765 #endif /* HAVE_SERVER_SUPPORT */
1766 int lustre_register_fs(void);
1767 int lustre_unregister_fs(void);
1768 int lustre_check_exclusion(struct super_block *sb, char *svname);
1769
1770 /* sysctl.c */
1771 extern void obd_sysctl_init (void);
1772 extern void obd_sysctl_clean (void);
1773
1774 /* uuid.c  */
1775 typedef __u8 class_uuid_t[16];
1776 void class_uuid_unparse(class_uuid_t in, struct obd_uuid *out);
1777
1778 /* lustre_peer.c    */
1779 int lustre_uuid_to_peer(const char *uuid, lnet_nid_t *peer_nid, int index);
1780 int class_add_uuid(const char *uuid, __u64 nid);
1781 int class_del_uuid (const char *uuid);
1782 int class_check_uuid(struct obd_uuid *uuid, __u64 nid);
1783 void class_init_uuidlist(void);
1784 void class_exit_uuidlist(void);
1785
1786 /* prng.c */
1787 #define ll_generate_random_uuid(uuid_out) cfs_get_random_bytes(uuid_out, sizeof(class_uuid_t))
1788
1789 /* statfs_pack.c */
1790 struct kstatfs;
1791 void statfs_pack(struct obd_statfs *osfs, struct kstatfs *sfs);
1792 void statfs_unpack(struct kstatfs *sfs, struct obd_statfs *osfs);
1793
1794 /* root squash info */
1795 struct rw_semaphore;
1796 struct root_squash_info {
1797         uid_t                   rsi_uid;
1798         gid_t                   rsi_gid;
1799         struct list_head        rsi_nosquash_nids;
1800         struct rw_semaphore     rsi_sem;
1801 };
1802
1803 int server_name2index(const char *svname, __u32 *idx, const char **endptr);
1804
1805 /* linux-module.c */
1806 extern struct miscdevice obd_psdev;
1807 int class_procfs_init(void);
1808 int class_procfs_clean(void);
1809
1810 #endif /* __LINUX_OBD_CLASS_H */