Whamcloud - gitweb
da354e28adf8e789d1ba55593630a5c04aa41ea1
[fs/lustre-release.git] / lustre / include / obd.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, 2012, Whamcloud, Inc.
31  */
32 /*
33  * This file is part of Lustre, http://www.lustre.org/
34  * Lustre is a trademark of Sun Microsystems, Inc.
35  */
36
37 #ifndef __OBD_H
38 #define __OBD_H
39
40 #if defined(__linux__)
41 #include <linux/obd.h>
42 #elif defined(__APPLE__)
43 #include <darwin/obd.h>
44 #elif defined(__WINNT__)
45 #include <winnt/obd.h>
46 #else
47 #error Unsupported operating system.
48 #endif
49
50 #define IOC_OSC_TYPE         'h'
51 #define IOC_OSC_MIN_NR       20
52 #define IOC_OSC_SET_ACTIVE   _IOWR(IOC_OSC_TYPE, 21, struct obd_device *)
53 #define IOC_OSC_MAX_NR       50
54
55 #define IOC_MDC_TYPE         'i'
56 #define IOC_MDC_MIN_NR       20
57 #define IOC_MDC_MAX_NR       50
58
59 #include <lustre/lustre_idl.h>
60 #ifdef HAVE_SERVER_SUPPORT
61 # include <lu_target.h>
62 #endif
63 #include <lu_ref.h>
64 #include <lustre_lib.h>
65 #include <lustre_export.h>
66 #include <lustre_quota.h>
67 #include <lustre_fld.h>
68 #include <lustre_capa.h>
69
70 #include <libcfs/bitmap.h>
71
72
73 #define MAX_OBD_DEVICES 8192
74
75 /* this is really local to the OSC */
76 struct loi_oap_pages {
77         cfs_list_t              lop_pending;
78         cfs_list_t              lop_urgent;
79         cfs_list_t              lop_pending_group;
80         int                     lop_num_pending;
81 };
82
83 struct osc_async_rc {
84         int     ar_rc;
85         int     ar_force_sync;
86         __u64   ar_min_xid;
87 };
88
89 struct lov_oinfo {                 /* per-stripe data structure */
90         struct ost_id   loi_oi;    /* object ID/Sequence on the target OST */
91         int loi_ost_idx;           /* OST stripe index in lov_tgt_desc->tgts */
92         int loi_ost_gen;           /* generation of this loi_ost_idx */
93
94         /* used by the osc to keep track of what objects to build into rpcs */
95         struct loi_oap_pages loi_read_lop;
96         struct loi_oap_pages loi_write_lop;
97         cfs_list_t loi_ready_item;
98         cfs_list_t loi_hp_ready_item;
99         cfs_list_t loi_write_item;
100         cfs_list_t loi_read_item;
101
102         unsigned long loi_kms_valid:1;
103         __u64 loi_kms;             /* known minimum size */
104         struct ost_lvb loi_lvb;
105         struct osc_async_rc     loi_ar;
106 };
107 #define loi_id  loi_oi.oi_id
108 #define loi_seq loi_oi.oi_seq
109
110 static inline void loi_kms_set(struct lov_oinfo *oinfo, __u64 kms)
111 {
112         oinfo->loi_kms = kms;
113         oinfo->loi_kms_valid = 1;
114 }
115
116 static inline void loi_init(struct lov_oinfo *loi)
117 {
118         CFS_INIT_LIST_HEAD(&loi->loi_read_lop.lop_pending);
119         CFS_INIT_LIST_HEAD(&loi->loi_read_lop.lop_urgent);
120         CFS_INIT_LIST_HEAD(&loi->loi_read_lop.lop_pending_group);
121         CFS_INIT_LIST_HEAD(&loi->loi_write_lop.lop_pending);
122         CFS_INIT_LIST_HEAD(&loi->loi_write_lop.lop_urgent);
123         CFS_INIT_LIST_HEAD(&loi->loi_write_lop.lop_pending_group);
124         CFS_INIT_LIST_HEAD(&loi->loi_ready_item);
125         CFS_INIT_LIST_HEAD(&loi->loi_hp_ready_item);
126         CFS_INIT_LIST_HEAD(&loi->loi_write_item);
127         CFS_INIT_LIST_HEAD(&loi->loi_read_item);
128 }
129
130 struct lov_stripe_md {
131         cfs_spinlock_t   lsm_lock;
132         pid_t            lsm_lock_owner; /* debugging */
133
134         /* maximum possible file size, might change as OSTs status changes,
135          * e.g. disconnected, deactivated */
136         __u64            lsm_maxbytes;
137         struct {
138                 /* Public members. */
139                 __u64 lw_object_id;        /* lov object id */
140                 __u64 lw_object_seq;       /* lov object seq */
141
142                 /* LOV-private members start here -- only for use in lov/. */
143                 __u32 lw_magic;
144                 __u32 lw_stripe_size;      /* size of the stripe */
145                 __u32 lw_pattern;          /* striping pattern (RAID0, RAID1) */
146                 __u16 lw_stripe_count;  /* number of objects being striped over */
147                 __u16 lw_layout_gen;       /* generation of the layout */
148                 char  lw_pool_name[LOV_MAXPOOLNAME]; /* pool name */
149         } lsm_wire;
150
151         struct lov_oinfo *lsm_oinfo[0];
152 };
153
154 #define lsm_object_id    lsm_wire.lw_object_id
155 #define lsm_object_seq   lsm_wire.lw_object_seq
156 #define lsm_magic        lsm_wire.lw_magic
157 #define lsm_layout_gen   lsm_wire.lw_layout_gen
158 #define lsm_stripe_size  lsm_wire.lw_stripe_size
159 #define lsm_pattern      lsm_wire.lw_pattern
160 #define lsm_stripe_count lsm_wire.lw_stripe_count
161 #define lsm_pool_name    lsm_wire.lw_pool_name
162
163 struct obd_info;
164
165 typedef int (*obd_enqueue_update_f)(void *cookie, int rc);
166
167 /* obd info for a particular level (lov, osc). */
168 struct obd_info {
169         /* Lock policy. It keeps an extent which is specific for a particular
170          * OSC. (e.g. lov_prep_enqueue_set initialises extent of the policy,
171          * and osc_enqueue passes it into ldlm_lock_match & ldlm_cli_enqueue. */
172         ldlm_policy_data_t      oi_policy;
173         /* Flags used for set request specific flags:
174            - while lock handling, the flags obtained on the enqueue
175            request are set here.
176            - while stats, the flags used for control delay/resend.
177            - while setattr, the flags used for distinguish punch operation
178          */
179         int                     oi_flags;
180         /* Lock handle specific for every OSC lock. */
181         struct lustre_handle   *oi_lockh;
182         /* lsm data specific for every OSC. */
183         struct lov_stripe_md   *oi_md;
184         /* obdo data specific for every OSC, if needed at all. */
185         struct obdo            *oi_oa;
186         /* statfs data specific for every OSC, if needed at all. */
187         struct obd_statfs      *oi_osfs;
188         /* An update callback which is called to update some data on upper
189          * level. E.g. it is used for update lsm->lsm_oinfo at every recieved
190          * request in osc level for enqueue requests. It is also possible to
191          * update some caller data from LOV layer if needed. */
192         obd_enqueue_update_f    oi_cb_up;
193         /* oss capability, its type is obd_capa in client to avoid copy.
194          * in contrary its type is lustre_capa in OSS. */
195         void                   *oi_capa;
196         /* transfer jobid from ost_sync() to filter_sync()... */
197         char                   *oi_jobid;
198 };
199
200 /* compare all relevant fields. */
201 static inline int lov_stripe_md_cmp(struct lov_stripe_md *m1,
202                                     struct lov_stripe_md *m2)
203 {
204         /*
205          * ->lsm_wire contains padding, but it should be zeroed out during
206          * allocation.
207          */
208         return memcmp(&m1->lsm_wire, &m2->lsm_wire, sizeof m1->lsm_wire);
209 }
210
211 static inline int lov_lum_lsm_cmp(struct lov_user_md *lum,
212                                   struct lov_stripe_md  *lsm)
213 {
214         if (lsm->lsm_magic != lum->lmm_magic)
215                 return 1;
216         if ((lsm->lsm_stripe_count != 0) && (lum->lmm_stripe_count != 0) &&
217             (lsm->lsm_stripe_count != lum->lmm_stripe_count))
218                 return 2;
219         if ((lsm->lsm_stripe_size != 0) && (lum->lmm_stripe_size != 0) &&
220             (lsm->lsm_stripe_size != lum->lmm_stripe_size))
221                 return 3;
222         if ((lsm->lsm_pattern != 0) && (lum->lmm_pattern != 0) &&
223             (lsm->lsm_pattern != lum->lmm_pattern))
224                 return 4;
225         if ((lsm->lsm_magic == LOV_MAGIC_V3) &&
226             (strncmp(lsm->lsm_pool_name,
227                      ((struct lov_user_md_v3 *)lum)->lmm_pool_name,
228                      LOV_MAXPOOLNAME) != 0))
229                 return 5;
230         return 0;
231 }
232
233 static inline int lov_lum_swab_if_needed(struct lov_user_md_v3 *lumv3,
234                                          int *lmm_magic,
235                                          struct lov_user_md *lum)
236 {
237         if (lum && cfs_copy_from_user(lumv3, lum,sizeof(struct lov_user_md_v1)))
238                 return -EFAULT;
239
240         *lmm_magic = lumv3->lmm_magic;
241
242         if (*lmm_magic == __swab32(LOV_USER_MAGIC_V1)) {
243                 lustre_swab_lov_user_md_v1((struct lov_user_md_v1 *)lumv3);
244                 *lmm_magic = LOV_USER_MAGIC_V1;
245         } else if (*lmm_magic == LOV_USER_MAGIC_V3) {
246                 if (lum && cfs_copy_from_user(lumv3, lum, sizeof(*lumv3)))
247                         return -EFAULT;
248         } else if (*lmm_magic == __swab32(LOV_USER_MAGIC_V3)) {
249                 if (lum && cfs_copy_from_user(lumv3, lum, sizeof(*lumv3)))
250                         return -EFAULT;
251                 lustre_swab_lov_user_md_v3(lumv3);
252                 *lmm_magic = LOV_USER_MAGIC_V3;
253         } else if (*lmm_magic != LOV_USER_MAGIC_V1) {
254                 CDEBUG(D_IOCTL,
255                        "bad userland LOV MAGIC: %#08x != %#08x nor %#08x\n",
256                        *lmm_magic, LOV_USER_MAGIC_V1, LOV_USER_MAGIC_V3);
257                        return -EINVAL;
258         }
259         return 0;
260 }
261
262 void lov_stripe_lock(struct lov_stripe_md *md);
263 void lov_stripe_unlock(struct lov_stripe_md *md);
264
265 struct obd_type {
266         cfs_list_t typ_chain;
267         struct obd_ops *typ_dt_ops;
268         struct md_ops *typ_md_ops;
269         cfs_proc_dir_entry_t *typ_procroot;
270         char *typ_name;
271         int  typ_refcnt;
272         struct lu_device_type *typ_lu;
273         cfs_spinlock_t obd_type_lock;
274 };
275
276 struct brw_page {
277         obd_off  off;
278         cfs_page_t *pg;
279         int count;
280         obd_flag flag;
281 };
282
283 /* Individual type definitions */
284
285 struct ost_server_data;
286
287 struct osd_properties {
288         size_t osd_max_ea_size;
289 };
290
291 #define OBT_MAGIC       0xBDDECEAE
292 /* hold common fields for "target" device */
293 struct obd_device_target {
294         __u32                     obt_magic;
295         __u32                     obt_instance;
296         struct super_block       *obt_sb;
297         /** last_rcvd file */
298         struct file              *obt_rcvd_filp;
299 #ifdef HAVE_SERVER_SUPPORT
300         struct lu_target         *obt_lut;
301 #endif
302         __u64                     obt_mount_count;
303         cfs_semaphore_t           obt_quotachecking;
304         struct lustre_quota_ctxt  obt_qctxt;
305         lustre_quota_version_t    obt_qfmt;
306         cfs_rw_semaphore_t        obt_rwsem;
307         struct vfsmount          *obt_vfsmnt;
308         struct file              *obt_health_check_filp;
309         struct osd_properties     obt_osd_properties;
310         struct obd_job_stats      obt_jobstats;
311 };
312
313 /* llog contexts */
314 enum llog_ctxt_id {
315         LLOG_CONFIG_ORIG_CTXT  =  0,
316         LLOG_CONFIG_REPL_CTXT,
317         LLOG_MDS_OST_ORIG_CTXT,
318         LLOG_MDS_OST_REPL_CTXT,
319         LLOG_SIZE_ORIG_CTXT,
320         LLOG_SIZE_REPL_CTXT,
321         LLOG_RD1_ORIG_CTXT,
322         LLOG_RD1_REPL_CTXT,
323         LLOG_TEST_ORIG_CTXT,
324         LLOG_TEST_REPL_CTXT,
325         LLOG_LOVEA_ORIG_CTXT,
326         LLOG_LOVEA_REPL_CTXT,
327         LLOG_CHANGELOG_ORIG_CTXT,      /**< changelog generation on mdd */
328         LLOG_CHANGELOG_REPL_CTXT,      /**< changelog access on clients */
329         LLOG_CHANGELOG_USER_ORIG_CTXT, /**< for multiple changelog consumers */
330         LLOG_MAX_CTXTS
331 };
332
333 #define FILTER_SUBDIR_COUNT      32            /* set to zero for no subdirs */
334
335 struct filter_subdirs {
336        cfs_dentry_t *dentry[FILTER_SUBDIR_COUNT];
337 };
338
339
340 struct filter_ext {
341         __u64                fe_start;
342         __u64                fe_end;
343 };
344
345 struct filter_obd {
346         /* NB this field MUST be first */
347         struct obd_device_target fo_obt;
348         const char          *fo_fstype;
349
350         int                  fo_group_count;
351         cfs_dentry_t        *fo_dentry_O;
352         cfs_dentry_t       **fo_dentry_O_groups;
353         struct filter_subdirs   *fo_dentry_O_sub;
354         cfs_mutex_t          fo_init_lock;      /* group initialization lock */
355         int                  fo_committed_group;
356
357         cfs_spinlock_t       fo_objidlock;      /* protect fo_lastobjid */
358
359         unsigned long        fo_destroys_in_progress;
360         cfs_mutex_t          fo_create_locks[FILTER_SUBDIR_COUNT];
361
362         cfs_list_t fo_export_list;
363         int                  fo_subdir_count;
364
365         obd_size             fo_tot_dirty;      /* protected by obd_osfs_lock */
366         obd_size             fo_tot_granted;    /* all values in bytes */
367         obd_size             fo_tot_pending;
368         int                  fo_tot_granted_clients;
369
370         obd_size             fo_readcache_max_filesize;
371         cfs_spinlock_t       fo_flags_lock;
372         unsigned int         fo_read_cache:1,   /**< enable read-only cache */
373                              fo_writethrough_cache:1,/**< read cache writes */
374                              fo_mds_ost_sync:1, /**< MDS-OST orphan recovery*/
375                              fo_raid_degraded:1;/**< RAID device degraded */
376
377         struct obd_import   *fo_mdc_imp;
378         struct obd_uuid      fo_mdc_uuid;
379         struct lustre_handle fo_mdc_conn;
380         struct file        **fo_last_objid_files;
381         __u64               *fo_last_objids; /* last created objid for groups,
382                                               * protected by fo_objidlock */
383
384         cfs_mutex_t          fo_alloc_lock;
385
386         cfs_atomic_t         fo_r_in_flight;
387         cfs_atomic_t         fo_w_in_flight;
388
389         /*
390          * per-filter pool of kiobuf's allocated by filter_common_setup() and
391          * torn down by filter_cleanup(). Contains OST_NUM_THREADS elements of
392          * which ->fo_iobuf_count were allocated.
393          *
394          * This pool contains kiobuf used by
395          * filter_{prep,commit}rw_{read,write}() and is shared by all OST
396          * threads.
397          *
398          * Locking: none, each OST thread uses only one element, determined by
399          * its "ordinal number", ->t_id.
400          */
401         struct filter_iobuf    **fo_iobuf_pool;
402         int                      fo_iobuf_count;
403
404         cfs_list_t               fo_llog_list;
405         cfs_spinlock_t           fo_llog_list_lock;
406
407         struct brw_stats         fo_filter_stats;
408         struct lustre_quota_ctxt fo_quota_ctxt;
409         cfs_spinlock_t           fo_quotacheck_lock;
410         cfs_atomic_t             fo_quotachecking;
411
412         int                      fo_fmd_max_num; /* per exp filter_mod_data */
413         int                      fo_fmd_max_age; /* jiffies to fmd expiry */
414         unsigned long            fo_syncjournal:1, /* sync journal on writes */
415                                  fo_sync_lock_cancel:2;/* sync on lock cancel */
416
417
418         /* sptlrpc stuff */
419         cfs_rwlock_t             fo_sptlrpc_lock;
420         struct sptlrpc_rule_set  fo_sptlrpc_rset;
421
422         /* capability related */
423         unsigned int             fo_fl_oss_capa;
424         cfs_list_t               fo_capa_keys;
425         cfs_hlist_head_t        *fo_capa_hash;
426         struct llog_commit_master *fo_lcm;
427         int                      fo_sec_level;
428 };
429
430 struct timeout_item {
431         enum timeout_event ti_event;
432         cfs_time_t         ti_timeout;
433         timeout_cb_t       ti_cb;
434         void              *ti_cb_data;
435         cfs_list_t         ti_obd_list;
436         cfs_list_t         ti_chain;
437 };
438
439 #define OSC_MAX_RIF_DEFAULT       8
440 #define OSC_MAX_RIF_MAX         256
441 #define OSC_MAX_DIRTY_DEFAULT  (OSC_MAX_RIF_DEFAULT * 4)
442 #define OSC_MAX_DIRTY_MB_MAX   2048     /* arbitrary, but < MAX_LONG bytes */
443 #define OSC_DEFAULT_RESENDS      10
444
445 /* possible values for fo_sync_lock_cancel */
446 enum {
447         NEVER_SYNC_ON_CANCEL = 0,
448         BLOCKING_SYNC_ON_CANCEL = 1,
449         ALWAYS_SYNC_ON_CANCEL = 2,
450         NUM_SYNC_ON_CANCEL_STATES
451 };
452
453 #define MDC_MAX_RIF_DEFAULT       8
454 #define MDC_MAX_RIF_MAX         512
455
456 struct mdc_rpc_lock;
457 struct obd_import;
458 struct client_obd {
459         cfs_rw_semaphore_t       cl_sem;
460         struct obd_uuid          cl_target_uuid;
461         struct obd_import       *cl_import; /* ptlrpc connection state */
462         int                      cl_conn_count;
463         /* max_mds_easize is purely a performance thing so we don't have to
464          * call obd_size_diskmd() all the time. */
465         int                      cl_default_mds_easize;
466         int                      cl_max_mds_easize;
467         int                      cl_max_mds_cookiesize;
468
469         enum lustre_sec_part     cl_sp_me;
470         enum lustre_sec_part     cl_sp_to;
471         struct sptlrpc_flavor    cl_flvr_mgc;   /* fixed flavor of mgc->mgs */
472
473         //struct llog_canceld_ctxt *cl_llcd; /* it's included by obd_llog_ctxt */
474         void                    *cl_llcd_offset;
475
476         /* the grant values are protected by loi_list_lock below */
477         long                     cl_dirty;         /* all _dirty_ in bytes */
478         long                     cl_dirty_max;     /* allowed w/o rpc */
479         long                     cl_dirty_transit; /* dirty synchronous */
480         long                     cl_avail_grant;   /* bytes of credit for ost */
481         long                     cl_lost_grant;    /* lost credits (trunc) */
482         cfs_list_t               cl_cache_waiters; /* waiting for cache/grant */
483         cfs_time_t               cl_next_shrink_grant;   /* jiffies */
484         cfs_list_t               cl_grant_shrink_list;  /* Timeout event list */
485         int                      cl_grant_shrink_interval; /* seconds */
486
487         /* keep track of objects that have lois that contain pages which
488          * have been queued for async brw.  this lock also protects the
489          * lists of osc_client_pages that hang off of the loi */
490         /*
491          * ->cl_loi_list_lock protects consistency of
492          * ->cl_loi_{ready,read,write}_list. ->ap_make_ready() and
493          * ->ap_completion() call-backs are executed under this lock. As we
494          * cannot guarantee that these call-backs never block on all platforms
495          * (as a matter of fact they do block on Mac OS X), type of
496          * ->cl_loi_list_lock is platform dependent: it's a spin-lock on Linux
497          * and blocking mutex on Mac OS X. (Alternative is to make this lock
498          * blocking everywhere, but we don't want to slow down fast-path of
499          * our main platform.)
500          *
501          * Exact type of ->cl_loi_list_lock is defined in arch/obd.h together
502          * with client_obd_list_{un,}lock() and
503          * client_obd_list_lock_{init,done}() functions.
504          */
505         client_obd_lock_t        cl_loi_list_lock;
506         cfs_list_t               cl_loi_ready_list;
507         cfs_list_t               cl_loi_hp_ready_list;
508         cfs_list_t               cl_loi_write_list;
509         cfs_list_t               cl_loi_read_list;
510         int                      cl_r_in_flight;
511         int                      cl_w_in_flight;
512         /* just a sum of the loi/lop pending numbers to be exported by /proc */
513         int                      cl_pending_w_pages;
514         int                      cl_pending_r_pages;
515         int                      cl_max_pages_per_rpc;
516         int                      cl_max_rpcs_in_flight;
517         struct obd_histogram     cl_read_rpc_hist;
518         struct obd_histogram     cl_write_rpc_hist;
519         struct obd_histogram     cl_read_page_hist;
520         struct obd_histogram     cl_write_page_hist;
521         struct obd_histogram     cl_read_offset_hist;
522         struct obd_histogram     cl_write_offset_hist;
523
524         /* number of in flight destroy rpcs is limited to max_rpcs_in_flight */
525         cfs_atomic_t             cl_destroy_in_flight;
526         cfs_waitq_t              cl_destroy_waitq;
527
528         struct mdc_rpc_lock     *cl_rpc_lock;
529         struct mdc_rpc_lock     *cl_close_lock;
530         struct osc_creator       cl_oscc;
531
532         /* mgc datastruct */
533         cfs_semaphore_t          cl_mgc_sem;
534         struct vfsmount         *cl_mgc_vfsmnt;
535         struct dentry           *cl_mgc_configs_dir;
536         cfs_atomic_t             cl_mgc_refcount;
537         struct obd_export       *cl_mgc_mgsexp;
538
539         /* checksumming for data sent over the network */
540         unsigned int             cl_checksum:1; /* 0 = disabled, 1 = enabled */
541         /* supported checksum types that are worked out at connect time */
542         __u32                    cl_supp_cksum_types;
543         /* checksum algorithm to be used */
544         cksum_type_t             cl_cksum_type;
545
546         /* also protected by the poorly named _loi_list_lock lock above */
547         struct osc_async_rc      cl_ar;
548
549         /* used by quotacheck */
550         int                      cl_qchk_stat; /* quotacheck stat of the peer */
551
552         /* sequence manager */
553         struct lu_client_seq    *cl_seq;
554
555         cfs_atomic_t             cl_resends; /* resend count */
556
557         /* ptlrpc work for writeback in ptlrpcd context */
558         void                    *cl_writeback_work;
559 };
560 #define obd2cli_tgt(obd) ((char *)(obd)->u.cli.cl_target_uuid.uuid)
561
562 #define CL_NOT_QUOTACHECKED 1   /* client->cl_qchk_stat init value */
563
564 struct mgs_obd {
565         struct obd_device_target         mgs_obt;
566         struct ptlrpc_service           *mgs_service;
567         struct vfsmount                 *mgs_vfsmnt;
568         struct super_block              *mgs_sb;
569         struct dentry                   *mgs_configs_dir;
570         cfs_list_t                       mgs_fs_db_list;
571         cfs_mutex_t                      mgs_mutex;
572         cfs_proc_dir_entry_t            *mgs_proc_live;
573         cfs_time_t                       mgs_start_time;
574 };
575
576 struct mds_obd {
577         /* NB this field MUST be first */
578         struct obd_device_target         mds_obt;
579         struct ptlrpc_service           *mds_service;
580         struct ptlrpc_service           *mds_setattr_service;
581         struct ptlrpc_service           *mds_readpage_service;
582         int                              mds_max_mdsize;
583         int                              mds_max_cookiesize;
584         __u64                            mds_io_epoch;
585         unsigned long                    mds_atime_diff;
586         struct ll_fid                    mds_rootfid;
587         cfs_dentry_t                    *mds_pending_dir;
588         cfs_dentry_t                    *mds_logs_dir;
589         cfs_dentry_t                    *mds_objects_dir;
590         struct llog_handle              *mds_cfg_llh;
591         struct obd_device               *mds_lov_obd;
592         struct obd_uuid                  mds_lov_uuid;
593         char                            *mds_profile;
594         struct obd_export               *mds_lov_exp;
595         struct lov_desc                  mds_lov_desc;
596         __u32                            mds_id;
597
598         /* mark pages dirty for write. */
599         cfs_bitmap_t                    *mds_lov_page_dirty;
600         /* array for store pages with obd_id */
601         void                           **mds_lov_page_array;
602         /* file for store objid */
603         struct file                     *mds_lov_objid_filp;
604         __u32                            mds_lov_objid_count;
605         __u32                            mds_lov_objid_max_index;
606         __u32                            mds_lov_objid_lastpage;
607         __u32                            mds_lov_objid_lastidx;
608
609
610         struct lustre_quota_info         mds_quota_info;
611         cfs_rw_semaphore_t               mds_qonoff_sem;
612         unsigned long                    mds_fl_user_xattr:1,
613                                          mds_fl_acl:1,
614                                          mds_evict_ost_nids:1,
615                                          mds_fl_cfglog:1,
616                                          mds_fl_synced:1,
617                                          mds_quota:1,
618                                          mds_fl_target:1; /* mds have one or
619                                                            * more targets */
620
621         struct upcall_cache             *mds_identity_cache;
622
623         /* for capability keys update */
624         struct lustre_capa_key          *mds_capa_keys;
625         cfs_rw_semaphore_t               mds_notify_lock;
626 };
627
628 /* lov objid */
629 extern __u32 mds_max_ost_index;
630
631 #define MDS_LOV_ALLOC_SIZE (CFS_PAGE_SIZE)
632
633 #define OBJID_PER_PAGE() (MDS_LOV_ALLOC_SIZE / sizeof(obd_id))
634
635 #define MDS_LOV_OBJID_PAGES_COUNT (mds_max_ost_index/OBJID_PER_PAGE())
636
637 extern int mds_lov_init_objids(struct obd_device *obd);
638 extern void mds_lov_destroy_objids(struct obd_device *obd);
639
640 struct obd_id_info {
641         __u32   idx;
642         obd_id  *data;
643 };
644
645 /* */
646
647 struct echo_obd {
648         struct obd_device_target eo_obt;
649         struct obdo              eo_oa;
650         cfs_spinlock_t           eo_lock;
651         __u64                    eo_lastino;
652         struct lustre_handle     eo_nl_lock;
653         cfs_atomic_t             eo_prep;
654 };
655
656 struct ost_obd {
657         struct ptlrpc_service *ost_service;
658         struct ptlrpc_service *ost_create_service;
659         struct ptlrpc_service *ost_io_service;
660         cfs_mutex_t            ost_health_mutex;
661 };
662
663 struct echo_client_obd {
664         struct obd_export   *ec_exp;   /* the local connection to osc/lov */
665         cfs_spinlock_t       ec_lock;
666         cfs_list_t           ec_objects;
667         cfs_list_t           ec_locks;
668         int                  ec_nstripes;
669         __u64                ec_unique;
670 };
671
672 struct lov_qos_oss {
673         struct obd_uuid     lqo_uuid;       /* ptlrpc's c_remote_uuid */
674         cfs_list_t          lqo_oss_list;   /* link to lov_qos */
675         __u64               lqo_bavail;     /* total bytes avail on OSS */
676         __u64               lqo_penalty;    /* current penalty */
677         __u64               lqo_penalty_per_obj;/* penalty decrease every obj*/
678         time_t              lqo_used;       /* last used time, seconds */
679         __u32               lqo_ost_count;  /* number of osts on this oss */
680 };
681
682 struct ltd_qos {
683         struct lov_qos_oss *ltq_oss;         /* oss info */
684         __u64               ltq_penalty;     /* current penalty */
685         __u64               ltq_penalty_per_obj; /* penalty decrease every obj*/
686         __u64               ltq_weight;      /* net weighting */
687         time_t              ltq_used;        /* last used time, seconds */
688         unsigned int        ltq_usable:1;    /* usable for striping */
689 };
690
691 /* Generic subset of OSTs */
692 struct ost_pool {
693         __u32              *op_array;      /* array of index of
694                                                    lov_obd->lov_tgts */
695         unsigned int        op_count;      /* number of OSTs in the array */
696         unsigned int        op_size;       /* allocated size of lp_array */
697         cfs_rw_semaphore_t  op_rw_sem;     /* to protect ost_pool use */
698 };
699
700 /* Round-robin allocator data */
701 struct lov_qos_rr {
702         __u32               lqr_start_idx;   /* start index of new inode */
703         __u32               lqr_offset_idx;  /* aliasing for start_idx  */
704         int                 lqr_start_count; /* reseed counter */
705         struct ost_pool     lqr_pool;        /* round-robin optimized list */
706         unsigned long       lqr_dirty:1;     /* recalc round-robin list */
707 };
708
709 /* allow statfs data caching for 1 second */
710 #define OBD_STATFS_CACHE_SECONDS 1
711
712 struct lov_statfs_data {
713         struct obd_info   lsd_oi;
714         struct obd_statfs lsd_statfs;
715 };
716 /* Stripe placement optimization */
717 struct lov_qos {
718         cfs_list_t          lq_oss_list; /* list of OSSs that targets use */
719         cfs_rw_semaphore_t  lq_rw_sem;
720         __u32               lq_active_oss_count;
721         unsigned int        lq_prio_free;   /* priority for free space */
722         unsigned int        lq_threshold_rr;/* priority for rr */
723         struct lov_qos_rr   lq_rr;          /* round robin qos data */
724         unsigned long       lq_dirty:1,     /* recalc qos data */
725                             lq_same_space:1,/* the ost's all have approx.
726                                                the same space avail */
727                             lq_reset:1,     /* zero current penalties */
728                             lq_statfs_in_progress:1; /* statfs op in
729                                                         progress */
730         /* qos statfs data */
731         struct lov_statfs_data *lq_statfs_data;
732         cfs_waitq_t         lq_statfs_waitq; /* waitqueue to notify statfs
733                                               * requests completion */
734 };
735
736 struct lov_tgt_desc {
737         cfs_list_t          ltd_kill;
738         struct obd_uuid     ltd_uuid;
739         struct obd_device  *ltd_obd;
740         struct obd_export  *ltd_exp;
741         struct ltd_qos      ltd_qos;     /* qos info per target */
742         __u32               ltd_gen;
743         __u32               ltd_index;   /* index in lov_obd->tgts */
744         unsigned long       ltd_active:1,/* is this target up for requests */
745                             ltd_activate:1,/* should  target be activated */
746                             ltd_reap:1;  /* should this target be deleted */
747 };
748
749 /* Pool metadata */
750 #define pool_tgt_size(_p)   _p->pool_obds.op_size
751 #define pool_tgt_count(_p)  _p->pool_obds.op_count
752 #define pool_tgt_array(_p)  _p->pool_obds.op_array
753 #define pool_tgt_rw_sem(_p) _p->pool_obds.op_rw_sem
754 #define pool_tgt(_p, _i)    _p->pool_lov->lov_tgts[_p->pool_obds.op_array[_i]]
755
756 struct pool_desc {
757         char                  pool_name[LOV_MAXPOOLNAME + 1]; /* name of pool */
758         struct ost_pool       pool_obds;              /* pool members */
759         cfs_atomic_t          pool_refcount;          /* pool ref. counter */
760         struct lov_qos_rr     pool_rr;                /* round robin qos */
761         cfs_hlist_node_t      pool_hash;              /* access by poolname */
762         cfs_list_t            pool_list;              /* serial access */
763         cfs_proc_dir_entry_t *pool_proc_entry;        /* file in /proc */
764         struct lov_obd       *pool_lov;               /* lov obd to which this
765                                                          pool belong */
766 };
767
768 struct lov_obd {
769         struct lov_desc         desc;
770         struct lov_tgt_desc   **lov_tgts;              /* sparse array */
771         struct ost_pool         lov_packed;            /* all OSTs in a packed
772                                                           array */
773         cfs_mutex_t             lov_lock;
774         struct obd_connect_data lov_ocd;
775         struct lov_qos          lov_qos;               /* qos info per lov */
776         cfs_atomic_t            lov_refcount;
777         __u32                   lov_tgt_count;         /* how many OBD's */
778         __u32                   lov_active_tgt_count;  /* how many active */
779         __u32                   lov_death_row;/* tgts scheduled to be deleted */
780         __u32                   lov_tgt_size;   /* size of tgts array */
781         int                     lov_connects;
782         int                     lov_pool_count;
783         cfs_hash_t             *lov_pools_hash_body; /* used for key access */
784         cfs_list_t              lov_pool_list; /* used for sequential access */
785         cfs_proc_dir_entry_t   *lov_pool_proc_entry;
786         enum lustre_sec_part    lov_sp_me;
787 };
788
789 struct lmv_tgt_desc {
790         struct obd_uuid         ltd_uuid;
791         struct obd_export      *ltd_exp;
792         int                     ltd_active; /* is this target up for requests */
793         int                     ltd_idx;
794         cfs_mutex_t             ltd_fid_mutex;
795 };
796
797 enum placement_policy {
798         PLACEMENT_CHAR_POLICY   = 0,
799         PLACEMENT_NID_POLICY    = 1,
800         PLACEMENT_INVAL_POLICY  = 2,
801         PLACEMENT_MAX_POLICY
802 };
803
804 typedef enum placement_policy placement_policy_t;
805
806 struct lmv_obd {
807         int                     refcount;
808         struct lu_client_fld    lmv_fld;
809         cfs_spinlock_t          lmv_lock;
810         placement_policy_t      lmv_placement;
811         struct lmv_desc         desc;
812         struct obd_uuid         cluuid;
813         struct obd_export       *exp;
814
815         int                     connected;
816         int                     max_easize;
817         int                     max_def_easize;
818         int                     max_cookiesize;
819         int                     server_timeout;
820         cfs_mutex_t             init_mutex;
821
822         struct lmv_tgt_desc     *tgts;
823         int                     tgts_size;
824
825         struct obd_connect_data *datas;
826         int                     datas_size;
827
828         struct obd_connect_data conn_data;
829 };
830
831 struct niobuf_local {
832         __u64 offset;
833         __u32 len;
834         __u32 flags;
835         cfs_page_t    *page;
836         cfs_dentry_t  *dentry;
837         int lnb_grant_used;
838         int rc;
839 };
840
841 #define LUSTRE_FLD_NAME         "fld"
842 #define LUSTRE_SEQ_NAME         "seq"
843
844 #define LUSTRE_CMM_NAME         "cmm"
845 #define LUSTRE_MDD_NAME         "mdd"
846 #define LUSTRE_OSD_NAME         "osd-ldiskfs"
847 #define LUSTRE_VVP_NAME         "vvp"
848 #define LUSTRE_LMV_NAME         "lmv"
849 #define LUSTRE_CMM_MDC_NAME     "cmm-mdc"
850 #define LUSTRE_SLP_NAME         "slp"
851
852 /* obd device type names */
853  /* FIXME all the references to LUSTRE_MDS_NAME should be swapped with LUSTRE_MDT_NAME */
854 #define LUSTRE_MDS_NAME         "mds"
855 #define LUSTRE_MDT_NAME         "mdt"
856 #define LUSTRE_MDC_NAME         "mdc"
857 #define LUSTRE_OSS_NAME         "ost"       /* FIXME change name to oss */
858 #define LUSTRE_OST_NAME         "obdfilter" /* FIXME change name to ost */
859 #define LUSTRE_OSC_NAME         "osc"
860 #define LUSTRE_LOV_NAME         "lov"
861 #define LUSTRE_MGS_NAME         "mgs"
862 #define LUSTRE_MGC_NAME         "mgc"
863
864 #define LUSTRE_CACHEOBD_NAME    "cobd"
865 #define LUSTRE_ECHO_NAME        "obdecho"
866 #define LUSTRE_ECHO_CLIENT_NAME "echo_client"
867
868 /* Constant obd names (post-rename) */
869 #define LUSTRE_MDS_OBDNAME "MDS"
870 #define LUSTRE_OSS_OBDNAME "OSS"
871 #define LUSTRE_MGS_OBDNAME "MGS"
872 #define LUSTRE_MGC_OBDNAME "MGC"
873
874 /* Don't conflict with on-wire flags OBD_BRW_WRITE, etc */
875 #define N_LOCAL_TEMP_PAGE 0x10000000
876
877 struct obd_trans_info {
878         __u64                    oti_transno;
879         __u64                    oti_xid;
880         /* Only used on the server side for tracking acks. */
881         struct oti_req_ack_lock {
882                 struct lustre_handle lock;
883                 __u32                mode;
884         }                        oti_ack_locks[4];
885         void                    *oti_handle;
886         struct llog_cookie       oti_onecookie;
887         struct llog_cookie      *oti_logcookies;
888         int                      oti_numcookies;
889
890         /* initial thread handling transaction */
891         struct ptlrpc_thread *   oti_thread;
892         __u32                    oti_conn_cnt;
893         /** VBR: versions */
894         __u64                    oti_pre_version;
895         /** JobID */
896         char                    *oti_jobid;
897
898         struct obd_uuid         *oti_ost_uuid;
899 };
900
901 static inline void oti_init(struct obd_trans_info *oti,
902                             struct ptlrpc_request *req)
903 {
904         if (oti == NULL)
905                 return;
906         memset(oti, 0, sizeof(*oti));
907
908         if (req == NULL)
909                 return;
910
911         oti->oti_xid = req->rq_xid;
912         /** VBR: take versions from request */
913         if (req->rq_reqmsg != NULL &&
914             lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY) {
915                 __u64 *pre_version = lustre_msg_get_versions(req->rq_reqmsg);
916                 oti->oti_pre_version = pre_version ? pre_version[0] : 0;
917                 oti->oti_transno = lustre_msg_get_transno(req->rq_reqmsg);
918         }
919
920         /** called from mds_create_objects */
921         if (req->rq_repmsg != NULL)
922                 oti->oti_transno = lustre_msg_get_transno(req->rq_repmsg);
923         oti->oti_thread = req->rq_svc_thread;
924         if (req->rq_reqmsg != NULL)
925                 oti->oti_conn_cnt = lustre_msg_get_conn_cnt(req->rq_reqmsg);
926 }
927
928 static inline void oti_alloc_cookies(struct obd_trans_info *oti,int num_cookies)
929 {
930         if (!oti)
931                 return;
932
933         if (num_cookies == 1)
934                 oti->oti_logcookies = &oti->oti_onecookie;
935         else
936                 OBD_ALLOC_LARGE(oti->oti_logcookies,
937                                 num_cookies * sizeof(oti->oti_onecookie));
938
939         oti->oti_numcookies = num_cookies;
940 }
941
942 static inline void oti_free_cookies(struct obd_trans_info *oti)
943 {
944         if (!oti || !oti->oti_logcookies)
945                 return;
946
947         if (oti->oti_logcookies == &oti->oti_onecookie)
948                 LASSERT(oti->oti_numcookies == 1);
949         else
950                 OBD_FREE_LARGE(oti->oti_logcookies,
951                                oti->oti_numcookies*sizeof(oti->oti_onecookie));
952         oti->oti_logcookies = NULL;
953         oti->oti_numcookies = 0;
954 }
955
956 /*
957  * Events signalled through obd_notify() upcall-chain.
958  */
959 enum obd_notify_event {
960         /* target added */
961         OBD_NOTIFY_CREATE,
962         /* Device connect start */
963         OBD_NOTIFY_CONNECT,
964         /* Device activated */
965         OBD_NOTIFY_ACTIVE,
966         /* Device deactivated */
967         OBD_NOTIFY_INACTIVE,
968         /* Device disconnected */
969         OBD_NOTIFY_DISCON,
970         /* Connect data for import were changed */
971         OBD_NOTIFY_OCD,
972         /* Sync request */
973         OBD_NOTIFY_SYNC_NONBLOCK,
974         OBD_NOTIFY_SYNC,
975         /* Configuration event */
976         OBD_NOTIFY_CONFIG,
977         /* Trigger quota recovery */
978         OBD_NOTIFY_QUOTA,
979         /* Administratively deactivate/activate event */
980         OBD_NOTIFY_DEACTIVATE,
981         OBD_NOTIFY_ACTIVATE
982 };
983
984 /* bit-mask flags for config events */
985 enum config_flags {
986         CONFIG_LOG      = 0x1,  /* finished processing config log */
987         CONFIG_SYNC     = 0x2,  /* mdt synced 1 ost */
988         CONFIG_TARGET   = 0x4   /* one target is added */
989 };
990
991 /*
992  * Data structure used to pass obd_notify()-event to non-obd listeners (llite
993  * and liblustre being main examples).
994  */
995 struct obd_notify_upcall {
996         int (*onu_upcall)(struct obd_device *host, struct obd_device *watched,
997                           enum obd_notify_event ev, void *owner, void *data);
998         /* Opaque datum supplied by upper layer listener */
999         void *onu_owner;
1000 };
1001
1002 struct target_recovery_data {
1003         svc_handler_t     trd_recovery_handler;
1004         pid_t             trd_processing_task;
1005         cfs_completion_t  trd_starting;
1006         cfs_completion_t  trd_finishing;
1007 };
1008
1009 /**
1010   * In HEAD for CMD, the object is created in group number which is 3>=
1011   * or indexing starts from 3. To test this assertions are added to disallow
1012   * group 0. But to run 2.0 mds server on 1.8.x disk format (i.e. interop_mode)
1013   * object in group 0 needs to be allowed.
1014   * So for interop mode following changes needs to be done:
1015   * 1. No need to assert on group 0 or allow group 0
1016   * 2. The group number indexing starts from 0 instead of 3
1017   */
1018
1019 #define LASSERT_SEQ_IS_MDT(seq) LASSERT(fid_seq_is_mdt(seq))
1020
1021 static inline __u64 objseq_to_mdsno(obd_seq seq)
1022 {
1023         LASSERT_SEQ_IS_MDT(seq);
1024         if (seq == FID_SEQ_OST_MDT0)
1025                 return 0;
1026         return seq - FID_SEQ_OST_MDT1 + 1;
1027 }
1028
1029 static inline int mdt_to_obd_objseq(int mdtid)
1030 {
1031         /**
1032          * MDS0 uses seq 0 pre FID-on-OST, other MDSes will use seq from
1033          * FID_SEQ_OST_MDT1
1034          */
1035         if (mdtid)
1036                 return FID_SEQ_OST_MDT1 + mdtid - 1;
1037         return 0;
1038 }
1039
1040 struct obd_llog_group {
1041         cfs_list_t         olg_list;
1042         int                olg_seq;
1043         struct llog_ctxt  *olg_ctxts[LLOG_MAX_CTXTS];
1044         cfs_waitq_t        olg_waitq;
1045         cfs_spinlock_t     olg_lock;
1046         struct obd_export *olg_exp;
1047         int                olg_initializing;
1048         cfs_mutex_t        olg_cat_processing;
1049 };
1050
1051 /* corresponds to one of the obd's */
1052 #define OBD_DEVICE_MAGIC        0XAB5CD6EF
1053 #define OBD_DEV_BY_DEVNAME      0xffffd0de
1054
1055 struct obd_device {
1056         struct obd_type        *obd_type;
1057         __u32                   obd_magic;
1058
1059         /* common and UUID name of this device */
1060         char                    obd_name[MAX_OBD_NAME];
1061         struct obd_uuid         obd_uuid;
1062
1063         struct lu_device       *obd_lu_dev;
1064
1065         int                     obd_minor;
1066         /* bitfield modification is protected by obd_dev_lock */
1067         unsigned long obd_attached:1,      /* finished attach */
1068                       obd_set_up:1,        /* finished setup */
1069                       obd_recovering:1,    /* there are recoverable clients */
1070                       obd_abort_recovery:1,/* recovery expired */
1071                       obd_version_recov:1, /* obd uses version checking */
1072                       obd_replayable:1,    /* recovery is enabled; inform clients */
1073                       obd_no_transno:1,    /* no committed-transno notification */
1074                       obd_no_recov:1,      /* fail instead of retry messages */
1075                       obd_stopping:1,      /* started cleanup */
1076                       obd_starting:1,      /* started setup */
1077                       obd_force:1,         /* cleanup with > 0 obd refcount */
1078                       obd_fail:1,          /* cleanup with failover */
1079                       obd_async_recov:1,   /* allow asynchronous orphan cleanup */
1080                       obd_no_conn:1,       /* deny new connections */
1081                       obd_inactive:1,      /* device active/inactive
1082                                            * (for /proc/status only!!) */
1083                       obd_no_ir:1,         /* no imperative recovery. */
1084                       obd_process_conf:1;  /* device is processing mgs config */
1085         /* use separate field as it is set in interrupt to don't mess with
1086          * protection of other bits using _bh lock */
1087         unsigned long obd_recovery_expired:1;
1088         /* uuid-export hash body */
1089         cfs_hash_t             *obd_uuid_hash;
1090         /* nid-export hash body */
1091         cfs_hash_t             *obd_nid_hash;
1092         /* nid stats body */
1093         cfs_hash_t             *obd_nid_stats_hash;
1094         cfs_list_t              obd_nid_stats;
1095         cfs_atomic_t            obd_refcount;
1096         cfs_waitq_t             obd_refcount_waitq;
1097         cfs_list_t              obd_exports;
1098         cfs_list_t              obd_unlinked_exports;
1099         cfs_list_t              obd_delayed_exports;
1100         int                     obd_num_exports;
1101         cfs_spinlock_t          obd_nid_lock;
1102         struct ldlm_namespace  *obd_namespace;
1103         struct ptlrpc_client    obd_ldlm_client; /* XXX OST/MDS only */
1104         /* a spinlock is OK for what we do now, may need a semaphore later */
1105         cfs_spinlock_t          obd_dev_lock; /* protects obd bitfield above */
1106         cfs_mutex_t             obd_dev_mutex;
1107         __u64                   obd_last_committed;
1108         struct fsfilt_operations *obd_fsops;
1109         cfs_spinlock_t          obd_osfs_lock;
1110         struct obd_statfs       obd_osfs;       /* locked by obd_osfs_lock */
1111         __u64                   obd_osfs_age;
1112         struct lvfs_run_ctxt    obd_lvfs_ctxt;
1113         struct obd_llog_group   obd_olg; /* default llog group */
1114         struct obd_device      *obd_observer;
1115         cfs_rw_semaphore_t      obd_observer_link_sem;
1116         struct obd_notify_upcall obd_upcall;
1117         struct obd_export       *obd_self_export;
1118         /* list of exports in LRU order, for ping evictor, with obd_dev_lock */
1119         cfs_list_t              obd_exports_timed;
1120         time_t                  obd_eviction_timer; /* for ping evictor */
1121
1122         int                              obd_max_recoverable_clients;
1123         cfs_atomic_t                     obd_connected_clients;
1124         int                              obd_stale_clients;
1125         int                              obd_delayed_clients;
1126         /* this lock protects all recovery list_heads, timer and
1127          * obd_next_recovery_transno value */
1128         cfs_spinlock_t                   obd_recovery_task_lock;
1129         __u64                            obd_next_recovery_transno;
1130         int                              obd_replayed_requests;
1131         int                              obd_requests_queued_for_recovery;
1132         cfs_waitq_t                      obd_next_transno_waitq;
1133         /* protected by obd_recovery_task_lock */
1134         cfs_timer_t                      obd_recovery_timer;
1135         time_t                           obd_recovery_start; /* seconds */
1136         time_t                           obd_recovery_end; /* seconds, for lprocfs_status */
1137         int                              obd_recovery_time_hard;
1138         int                              obd_recovery_timeout;
1139         int                              obd_recovery_ir_factor;
1140
1141         /* new recovery stuff from CMD2 */
1142         struct target_recovery_data      obd_recovery_data;
1143         int                              obd_replayed_locks;
1144         cfs_atomic_t                     obd_req_replay_clients;
1145         cfs_atomic_t                     obd_lock_replay_clients;
1146         /* all lists are protected by obd_recovery_task_lock */
1147         cfs_list_t                       obd_req_replay_queue;
1148         cfs_list_t                       obd_lock_replay_queue;
1149         cfs_list_t                       obd_final_req_queue;
1150         int                              obd_recovery_stage;
1151
1152         union {
1153                 struct obd_device_target obt;
1154                 struct filter_obd filter;
1155                 struct mds_obd mds;
1156                 struct client_obd cli;
1157                 struct ost_obd ost;
1158                 struct echo_client_obd echo_client;
1159                 struct echo_obd echo;
1160                 struct lov_obd lov;
1161                 struct lmv_obd lmv;
1162                 struct mgs_obd mgs;
1163         } u;
1164         /* Fields used by LProcFS */
1165         unsigned int           obd_cntr_base;
1166         struct lprocfs_stats  *obd_stats;
1167
1168         unsigned int           md_cntr_base;
1169         struct lprocfs_stats  *md_stats;
1170
1171         cfs_proc_dir_entry_t  *obd_proc_entry;
1172         cfs_proc_dir_entry_t  *obd_proc_exports_entry;
1173         cfs_proc_dir_entry_t  *obd_svc_procroot;
1174         struct lprocfs_stats  *obd_svc_stats;
1175         cfs_atomic_t           obd_evict_inprogress;
1176         cfs_waitq_t            obd_evict_inprogress_waitq;
1177         cfs_list_t             obd_evict_list; /* protected with pet_lock */
1178
1179         /**
1180          * Ldlm pool part. Save last calculated SLV and Limit.
1181          */
1182         cfs_rwlock_t           obd_pool_lock;
1183         int                    obd_pool_limit;
1184         __u64                  obd_pool_slv;
1185
1186         /**
1187          * A list of outstanding class_incref()'s against this obd. For
1188          * debugging.
1189          */
1190         struct lu_ref          obd_reference;
1191 };
1192
1193 #define OBD_LLOG_FL_SENDNOW     0x0001
1194
1195 enum obd_cleanup_stage {
1196 /* Special case hack for MDS LOVs */
1197         OBD_CLEANUP_EARLY,
1198 /* can be directly mapped to .ldto_device_fini() */
1199         OBD_CLEANUP_EXPORTS,
1200 };
1201
1202 /* get/set_info keys */
1203 #define KEY_ASYNC               "async"
1204 #define KEY_BLOCKSIZE_BITS      "blocksize_bits"
1205 #define KEY_BLOCKSIZE           "blocksize"
1206 #define KEY_CAPA_KEY            "capa_key"
1207 #define KEY_CHANGELOG_CLEAR     "changelog_clear"
1208 #define KEY_FID2PATH            "fid2path"
1209 #define KEY_CHECKSUM            "checksum"
1210 #define KEY_CLEAR_FS            "clear_fs"
1211 #define KEY_CONN_DATA           "conn_data"
1212 #define KEY_EVICT_BY_NID        "evict_by_nid"
1213 #define KEY_FIEMAP              "fiemap"
1214 #define KEY_FLUSH_CTX           "flush_ctx"
1215 #define KEY_GRANT_SHRINK        "grant_shrink"
1216 #define KEY_HSM_COPYTOOL_SEND   "hsm_send"
1217 #define KEY_INIT_RECOV_BACKUP   "init_recov_bk"
1218 #define KEY_INIT_RECOV          "initial_recov"
1219 #define KEY_INTERMDS            "inter_mds"
1220 #define KEY_LAST_ID             "last_id"
1221 #define KEY_LOCK_TO_STRIPE      "lock_to_stripe"
1222 #define KEY_LOVDESC             "lovdesc"
1223 #define KEY_LOV_IDX             "lov_idx"
1224 #define KEY_MAX_EASIZE          "max_easize"
1225 #define KEY_MDS_CONN            "mds_conn"
1226 #define KEY_MGSSEC              "mgssec"
1227 #define KEY_NEXT_ID             "next_id"
1228 #define KEY_READ_ONLY           "read-only"
1229 #define KEY_REGISTER_TARGET     "register_target"
1230 #define KEY_REVIMP_UPD          "revimp_update"
1231 #define KEY_SET_FS              "set_fs"
1232 #define KEY_TGT_COUNT           "tgt_count"
1233 /*      KEY_SET_INFO in lustre_idl.h */
1234 #define KEY_SPTLRPC_CONF        "sptlrpc_conf"
1235 #define KEY_CONNECT_FLAG        "connect_flags"
1236 #define KEY_SYNC_LOCK_CANCEL    "sync_lock_cancel"
1237
1238 struct lu_context;
1239
1240 /* /!\ must be coherent with include/linux/namei.h on patched kernel */
1241 #define IT_OPEN     (1 << 0)
1242 #define IT_CREAT    (1 << 1)
1243 #define IT_READDIR  (1 << 2)
1244 #define IT_GETATTR  (1 << 3)
1245 #define IT_LOOKUP   (1 << 4)
1246 #define IT_UNLINK   (1 << 5)
1247 #define IT_TRUNC    (1 << 6)
1248 #define IT_GETXATTR (1 << 7)
1249 #define IT_EXEC     (1 << 8)
1250 #define IT_PIN      (1 << 9)
1251 #define IT_LAYOUT   (1 << 10)
1252
1253 static inline int it_to_lock_mode(struct lookup_intent *it)
1254 {
1255         /* CREAT needs to be tested before open (both could be set) */
1256         if (it->it_op & IT_CREAT)
1257                 return LCK_CW;
1258         else if (it->it_op & (IT_READDIR | IT_GETATTR | IT_OPEN | IT_LOOKUP |
1259                               IT_LAYOUT))
1260                 return LCK_CR;
1261
1262         LASSERTF(0, "Invalid it_op: %d\n", it->it_op);
1263         return -EINVAL;
1264 }
1265
1266 struct md_op_data {
1267         struct lu_fid           op_fid1; /* operation fid1 (usualy parent) */
1268         struct lu_fid           op_fid2; /* operation fid2 (usualy child) */
1269         struct lu_fid           op_fid3; /* 2 extra fids to find conflicting */
1270         struct lu_fid           op_fid4; /* to the operation locks. */
1271         mdsno_t                 op_mds;  /* what mds server open will go to */
1272         struct lustre_handle    op_handle;
1273         obd_time                op_mod_time;
1274         const char             *op_name;
1275         int                     op_namelen;
1276         __u32                   op_mode;
1277         struct lmv_stripe_md   *op_mea1;
1278         struct lmv_stripe_md   *op_mea2;
1279         __u32                   op_suppgids[2];
1280         __u32                   op_fsuid;
1281         __u32                   op_fsgid;
1282         cfs_cap_t               op_cap;
1283         void                   *op_data;
1284
1285         /* iattr fields and blocks. */
1286         struct iattr            op_attr;
1287 #ifdef __KERNEL__
1288 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14)
1289         unsigned int            op_attr_flags;
1290 #endif
1291 #endif
1292         __u64                   op_valid;
1293         loff_t                  op_attr_blocks;
1294
1295         /* Size-on-MDS epoch and flags. */
1296         __u64                   op_ioepoch;
1297         __u32                   op_flags;
1298
1299         /* Capa fields */
1300         struct obd_capa        *op_capa1;
1301         struct obd_capa        *op_capa2;
1302
1303         /* Various operation flags. */
1304         __u32                   op_bias;
1305
1306         /* Operation type */
1307         __u32                   op_opc;
1308
1309         /* Used by readdir */
1310         __u32                   op_npages;
1311         __u64                   op_offset;
1312 };
1313
1314 struct md_enqueue_info;
1315 /* metadata stat-ahead */
1316 typedef int (* md_enqueue_cb_t)(struct ptlrpc_request *req,
1317                                 struct md_enqueue_info *minfo,
1318                                 int rc);
1319
1320 struct md_enqueue_info {
1321         struct md_op_data       mi_data;
1322         struct lookup_intent    mi_it;
1323         struct lustre_handle    mi_lockh;
1324         struct inode           *mi_dir;
1325         md_enqueue_cb_t         mi_cb;
1326         __u64                   mi_cbdata;
1327         unsigned int            mi_generation;
1328 };
1329
1330 struct obd_ops {
1331         cfs_module_t *o_owner;
1332         int (*o_iocontrol)(unsigned int cmd, struct obd_export *exp, int len,
1333                            void *karg, void *uarg);
1334         int (*o_get_info)(const struct lu_env *env, struct obd_export *,
1335                           __u32 keylen, void *key, __u32 *vallen, void *val,
1336                           struct lov_stripe_md *lsm);
1337         int (*o_set_info_async)(const struct lu_env *, struct obd_export *,
1338                                 __u32 keylen, void *key,
1339                                 __u32 vallen, void *val,
1340                                 struct ptlrpc_request_set *set);
1341         int (*o_attach)(struct obd_device *dev, obd_count len, void *data);
1342         int (*o_detach)(struct obd_device *dev);
1343         int (*o_setup) (struct obd_device *dev, struct lustre_cfg *cfg);
1344         int (*o_precleanup)(struct obd_device *dev,
1345                             enum obd_cleanup_stage cleanup_stage);
1346         int (*o_cleanup)(struct obd_device *dev);
1347         int (*o_process_config)(struct obd_device *dev, obd_count len,
1348                                 void *data);
1349         int (*o_postrecov)(struct obd_device *dev);
1350         int (*o_add_conn)(struct obd_import *imp, struct obd_uuid *uuid,
1351                           int priority);
1352         int (*o_del_conn)(struct obd_import *imp, struct obd_uuid *uuid);
1353         /* connect to the target device with given connection
1354          * data. @ocd->ocd_connect_flags is modified to reflect flags actually
1355          * granted by the target, which are guaranteed to be a subset of flags
1356          * asked for. If @ocd == NULL, use default parameters. */
1357         int (*o_connect)(const struct lu_env *env,
1358                          struct obd_export **exp, struct obd_device *src,
1359                          struct obd_uuid *cluuid, struct obd_connect_data *ocd,
1360                          void *localdata);
1361         int (*o_reconnect)(const struct lu_env *env,
1362                            struct obd_export *exp, struct obd_device *src,
1363                            struct obd_uuid *cluuid,
1364                            struct obd_connect_data *ocd,
1365                            void *localdata);
1366         int (*o_disconnect)(struct obd_export *exp);
1367
1368         /* Initialize/finalize fids infrastructure. */
1369         int (*o_fid_init)(struct obd_export *exp);
1370         int (*o_fid_fini)(struct obd_export *exp);
1371
1372         /* Allocate new fid according to passed @hint. */
1373         int (*o_fid_alloc)(struct obd_export *exp, struct lu_fid *fid,
1374                            struct md_op_data *op_data);
1375
1376         /*
1377          * Object with @fid is getting deleted, we may want to do something
1378          * about this.
1379          */
1380         int (*o_fid_delete)(struct obd_export *exp, const struct lu_fid *fid);
1381
1382         int (*o_statfs)(const struct lu_env *, struct obd_export *exp,
1383                         struct obd_statfs *osfs, __u64 max_age, __u32 flags);
1384         int (*o_statfs_async)(struct obd_export *exp, struct obd_info *oinfo,
1385                               __u64 max_age, struct ptlrpc_request_set *set);
1386         int (*o_packmd)(struct obd_export *exp, struct lov_mds_md **disk_tgt,
1387                         struct lov_stripe_md *mem_src);
1388         int (*o_unpackmd)(struct obd_export *exp,struct lov_stripe_md **mem_tgt,
1389                           struct lov_mds_md *disk_src, int disk_len);
1390         int (*o_preallocate)(struct lustre_handle *, obd_count *req,
1391                              obd_id *ids);
1392         /* FIXME: add fid capability support for create & destroy! */
1393         int (*o_precreate)(struct obd_export *exp);
1394         int (*o_create)(const struct lu_env *env, struct obd_export *exp,
1395                         struct obdo *oa, struct lov_stripe_md **ea,
1396                         struct obd_trans_info *oti);
1397         int (*o_create_async)(struct obd_export *exp,  struct obd_info *oinfo,
1398                               struct lov_stripe_md **ea,
1399                               struct obd_trans_info *oti);
1400         int (*o_destroy)(const struct lu_env *env, struct obd_export *exp,
1401                          struct obdo *oa, struct lov_stripe_md *ea,
1402                          struct obd_trans_info *oti, struct obd_export *md_exp,
1403                          void *capa);
1404         int (*o_setattr)(const struct lu_env *, struct obd_export *exp,
1405                          struct obd_info *oinfo, struct obd_trans_info *oti);
1406         int (*o_setattr_async)(struct obd_export *exp, struct obd_info *oinfo,
1407                                struct obd_trans_info *oti,
1408                                struct ptlrpc_request_set *rqset);
1409         int (*o_getattr)(const struct lu_env *env, struct obd_export *exp,
1410                          struct obd_info *oinfo);
1411         int (*o_getattr_async)(struct obd_export *exp, struct obd_info *oinfo,
1412                                struct ptlrpc_request_set *set);
1413         int (*o_brw)(int rw, struct obd_export *exp, struct obd_info *oinfo,
1414                      obd_count oa_bufs, struct brw_page *pgarr,
1415                      struct obd_trans_info *oti);
1416         int (*o_merge_lvb)(struct obd_export *exp, struct lov_stripe_md *lsm,
1417                            struct ost_lvb *lvb, int kms_only);
1418         int (*o_adjust_kms)(struct obd_export *exp, struct lov_stripe_md *lsm,
1419                             obd_off size, int shrink);
1420         int (*o_punch)(const struct lu_env *, struct obd_export *exp,
1421                        struct obd_info *oinfo, struct obd_trans_info *oti,
1422                        struct ptlrpc_request_set *rqset);
1423         int (*o_sync)(const struct lu_env *env, struct obd_export *exp,
1424                       struct obd_info *oinfo, obd_size start, obd_size end,
1425                       struct ptlrpc_request_set *set);
1426         int (*o_migrate)(struct lustre_handle *conn, struct lov_stripe_md *dst,
1427                          struct lov_stripe_md *src, obd_size start,
1428                          obd_size end, struct obd_trans_info *oti);
1429         int (*o_copy)(struct lustre_handle *dstconn, struct lov_stripe_md *dst,
1430                       struct lustre_handle *srconn, struct lov_stripe_md *src,
1431                       obd_size start, obd_size end, struct obd_trans_info *);
1432         int (*o_iterate)(struct lustre_handle *conn,
1433                          int (*)(obd_id, obd_seq, void *),
1434                          obd_id *startid, obd_seq seq, void *data);
1435         int (*o_preprw)(const struct lu_env *env, int cmd,
1436                         struct obd_export *exp, struct obdo *oa, int objcount,
1437                         struct obd_ioobj *obj, struct niobuf_remote *remote,
1438                         int *nr_pages, struct niobuf_local *local,
1439                         struct obd_trans_info *oti, struct lustre_capa *capa);
1440         int (*o_commitrw)(const struct lu_env *env, int cmd,
1441                           struct obd_export *exp, struct obdo *oa,
1442                           int objcount, struct obd_ioobj *obj,
1443                           struct niobuf_remote *remote, int pages,
1444                           struct niobuf_local *local,
1445                           struct obd_trans_info *oti, int rc);
1446         int (*o_enqueue)(struct obd_export *, struct obd_info *oinfo,
1447                          struct ldlm_enqueue_info *einfo,
1448                          struct ptlrpc_request_set *rqset);
1449         int (*o_change_cbdata)(struct obd_export *, struct lov_stripe_md *,
1450                                ldlm_iterator_t it, void *data);
1451         int (*o_find_cbdata)(struct obd_export *, struct lov_stripe_md *,
1452                              ldlm_iterator_t it, void *data);
1453         int (*o_cancel)(struct obd_export *, struct lov_stripe_md *md,
1454                         __u32 mode, struct lustre_handle *);
1455         int (*o_cancel_unused)(struct obd_export *, struct lov_stripe_md *,
1456                                ldlm_cancel_flags_t flags, void *opaque);
1457         int (*o_init_export)(struct obd_export *exp);
1458         int (*o_destroy_export)(struct obd_export *exp);
1459         int (*o_extent_calc)(struct obd_export *, struct lov_stripe_md *,
1460                              int cmd, obd_off *);
1461
1462         /* llog related obd_methods */
1463         int (*o_llog_init)(struct obd_device *obd, struct obd_llog_group *grp,
1464                            struct obd_device *disk_obd, int *idx);
1465         int (*o_llog_finish)(struct obd_device *obd, int count);
1466         int (*o_llog_connect)(struct obd_export *, struct llogd_conn_body *);
1467
1468         /* metadata-only methods */
1469         int (*o_pin)(struct obd_export *, const struct lu_fid *fid,
1470                      struct obd_capa *, struct obd_client_handle *, int flag);
1471         int (*o_unpin)(struct obd_export *, struct obd_client_handle *, int);
1472
1473         int (*o_import_event)(struct obd_device *, struct obd_import *,
1474                               enum obd_import_event);
1475
1476         int (*o_notify)(struct obd_device *obd, struct obd_device *watched,
1477                         enum obd_notify_event ev, void *data);
1478
1479         int (*o_health_check)(const struct lu_env *env, struct obd_device *);
1480         struct obd_uuid *(*o_get_uuid) (struct obd_export *exp);
1481
1482         /* quota methods */
1483         int (*o_quotacheck)(struct obd_device *, struct obd_export *,
1484                             struct obd_quotactl *);
1485         int (*o_quotactl)(struct obd_device *, struct obd_export *,
1486                           struct obd_quotactl *);
1487         int (*o_quota_adjust_qunit)(struct obd_export *exp,
1488                                     struct quota_adjust_qunit *oqaq,
1489                                     struct lustre_quota_ctxt *qctxt,
1490                                     struct ptlrpc_request_set *rqset);
1491
1492
1493         int (*o_ping)(const struct lu_env *, struct obd_export *exp);
1494
1495         /* pools methods */
1496         int (*o_pool_new)(struct obd_device *obd, char *poolname);
1497         int (*o_pool_del)(struct obd_device *obd, char *poolname);
1498         int (*o_pool_add)(struct obd_device *obd, char *poolname,
1499                           char *ostname);
1500         int (*o_pool_rem)(struct obd_device *obd, char *poolname,
1501                           char *ostname);
1502         void (*o_getref)(struct obd_device *obd);
1503         void (*o_putref)(struct obd_device *obd);
1504         /*
1505          * NOTE: If adding ops, add another LPROCFS_OBD_OP_INIT() line
1506          * to lprocfs_alloc_obd_stats() in obdclass/lprocfs_status.c.
1507          * Also, add a wrapper function in include/linux/obd_class.h. */
1508 };
1509
1510 enum {
1511         LUSTRE_OPC_MKDIR    = (1 << 0),
1512         LUSTRE_OPC_SYMLINK  = (1 << 1),
1513         LUSTRE_OPC_MKNOD    = (1 << 2),
1514         LUSTRE_OPC_CREATE   = (1 << 3),
1515         LUSTRE_OPC_ANY      = (1 << 4)
1516 };
1517
1518 /* lmv structures */
1519 #define MEA_MAGIC_LAST_CHAR      0xb2221ca1
1520 #define MEA_MAGIC_ALL_CHARS      0xb222a11c
1521 #define MEA_MAGIC_HASH_SEGMENT   0xb222a11b
1522
1523 #define MAX_HASH_SIZE_32         0x7fffffffUL
1524 #define MAX_HASH_SIZE            0x7fffffffffffffffULL
1525 #define MAX_HASH_HIGHEST_BIT     0x1000000000000000ULL
1526
1527 struct lustre_md {
1528         struct mdt_body         *body;
1529         struct lov_stripe_md    *lsm;
1530         struct lmv_stripe_md    *mea;
1531 #ifdef CONFIG_FS_POSIX_ACL
1532         struct posix_acl        *posix_acl;
1533 #endif
1534         struct mdt_remote_perm  *remote_perm;
1535         struct obd_capa         *mds_capa;
1536         struct obd_capa         *oss_capa;
1537 };
1538
1539 struct md_open_data {
1540         struct obd_client_handle *mod_och;
1541         struct ptlrpc_request    *mod_open_req;
1542         struct ptlrpc_request    *mod_close_req;
1543         cfs_atomic_t              mod_refcount;
1544 };
1545
1546 struct lookup_intent;
1547
1548 struct md_ops {
1549         int (*m_getstatus)(struct obd_export *, struct lu_fid *,
1550                            struct obd_capa **);
1551         int (*m_change_cbdata)(struct obd_export *, const struct lu_fid *,
1552                                ldlm_iterator_t, void *);
1553         int (*m_find_cbdata)(struct obd_export *, const struct lu_fid *,
1554                              ldlm_iterator_t, void *);
1555         int (*m_close)(struct obd_export *, struct md_op_data *,
1556                        struct md_open_data *, struct ptlrpc_request **);
1557         int (*m_create)(struct obd_export *, struct md_op_data *,
1558                         const void *, int, int, __u32, __u32, cfs_cap_t,
1559                         __u64, struct ptlrpc_request **);
1560         int (*m_done_writing)(struct obd_export *, struct md_op_data  *,
1561                               struct md_open_data *);
1562         int (*m_enqueue)(struct obd_export *, struct ldlm_enqueue_info *,
1563                          struct lookup_intent *, struct md_op_data *,
1564                          struct lustre_handle *, void *, int,
1565                          struct ptlrpc_request **, int);
1566         int (*m_getattr)(struct obd_export *, struct md_op_data *,
1567                          struct ptlrpc_request **);
1568         int (*m_getattr_name)(struct obd_export *, struct md_op_data *,
1569                               struct ptlrpc_request **);
1570         int (*m_intent_lock)(struct obd_export *, struct md_op_data *,
1571                              void *, int, struct lookup_intent *, int,
1572                              struct ptlrpc_request **,
1573                              ldlm_blocking_callback, int);
1574         int (*m_link)(struct obd_export *, struct md_op_data *,
1575                       struct ptlrpc_request **);
1576         int (*m_rename)(struct obd_export *, struct md_op_data *,
1577                         const char *, int, const char *, int,
1578                         struct ptlrpc_request **);
1579         int (*m_is_subdir)(struct obd_export *, const struct lu_fid *,
1580                            const struct lu_fid *,
1581                            struct ptlrpc_request **);
1582         int (*m_setattr)(struct obd_export *, struct md_op_data *, void *,
1583                          int , void *, int, struct ptlrpc_request **,
1584                          struct md_open_data **mod);
1585         int (*m_sync)(struct obd_export *, const struct lu_fid *,
1586                       struct obd_capa *, struct ptlrpc_request **);
1587         int (*m_readpage)(struct obd_export *, struct md_op_data *,
1588                           struct page **, struct ptlrpc_request **);
1589
1590         int (*m_unlink)(struct obd_export *, struct md_op_data *,
1591                         struct ptlrpc_request **);
1592
1593         int (*m_setxattr)(struct obd_export *, const struct lu_fid *,
1594                           struct obd_capa *, obd_valid, const char *,
1595                           const char *, int, int, int, __u32,
1596                           struct ptlrpc_request **);
1597
1598         int (*m_getxattr)(struct obd_export *, const struct lu_fid *,
1599                           struct obd_capa *, obd_valid, const char *,
1600                           const char *, int, int, int,
1601                           struct ptlrpc_request **);
1602
1603         int (*m_init_ea_size)(struct obd_export *, int, int, int);
1604
1605         int (*m_get_lustre_md)(struct obd_export *, struct ptlrpc_request *,
1606                                struct obd_export *, struct obd_export *,
1607                                struct lustre_md *);
1608
1609         int (*m_free_lustre_md)(struct obd_export *, struct lustre_md *);
1610
1611         int (*m_set_open_replay_data)(struct obd_export *,
1612                                       struct obd_client_handle *,
1613                                       struct ptlrpc_request *);
1614         int (*m_clear_open_replay_data)(struct obd_export *,
1615                                         struct obd_client_handle *);
1616         int (*m_set_lock_data)(struct obd_export *, __u64 *, void *, __u64 *);
1617
1618         ldlm_mode_t (*m_lock_match)(struct obd_export *, int,
1619                                     const struct lu_fid *, ldlm_type_t,
1620                                     ldlm_policy_data_t *, ldlm_mode_t,
1621                                     struct lustre_handle *);
1622
1623         int (*m_cancel_unused)(struct obd_export *, const struct lu_fid *,
1624                                ldlm_policy_data_t *, ldlm_mode_t,
1625                                ldlm_cancel_flags_t flags, void *opaque);
1626         int (*m_renew_capa)(struct obd_export *, struct obd_capa *oc,
1627                             renew_capa_cb_t cb);
1628         int (*m_unpack_capa)(struct obd_export *, struct ptlrpc_request *,
1629                              const struct req_msg_field *, struct obd_capa **);
1630
1631         int (*m_get_remote_perm)(struct obd_export *, const struct lu_fid *,
1632                                  struct obd_capa *, __u32,
1633                                  struct ptlrpc_request **);
1634
1635         int (*m_intent_getattr_async)(struct obd_export *,
1636                                       struct md_enqueue_info *,
1637                                       struct ldlm_enqueue_info *);
1638
1639         int (*m_revalidate_lock)(struct obd_export *, struct lookup_intent *,
1640                                  struct lu_fid *, __u64 *bits);
1641
1642         /*
1643          * NOTE: If adding ops, add another LPROCFS_MD_OP_INIT() line to
1644          * lprocfs_alloc_md_stats() in obdclass/lprocfs_status.c. Also, add a
1645          * wrapper function in include/linux/obd_class.h.
1646          */
1647 };
1648
1649 struct lsm_operations {
1650         void (*lsm_free)(struct lov_stripe_md *);
1651         int (*lsm_destroy)(struct lov_stripe_md *, struct obdo *oa,
1652                            struct obd_export *md_exp);
1653         void (*lsm_stripe_by_index)(struct lov_stripe_md *, int *, obd_off *,
1654                                     obd_off *);
1655         void (*lsm_stripe_by_offset)(struct lov_stripe_md *, int *, obd_off *,
1656                                      obd_off *);
1657         int (*lsm_lmm_verify) (struct lov_mds_md *lmm, int lmm_bytes,
1658                                __u16 *stripe_count);
1659         int (*lsm_unpackmd) (struct lov_obd *lov, struct lov_stripe_md *lsm,
1660                              struct lov_mds_md *lmm);
1661 };
1662
1663 extern const struct lsm_operations lsm_v1_ops;
1664 extern const struct lsm_operations lsm_v3_ops;
1665 static inline const struct lsm_operations *lsm_op_find(int magic)
1666 {
1667         switch(magic) {
1668         case LOV_MAGIC_V1:
1669                return &lsm_v1_ops;
1670         case LOV_MAGIC_V3:
1671                return &lsm_v3_ops;
1672         default:
1673                CERROR("Cannot recognize lsm_magic %08x\n", magic);
1674                return NULL;
1675         }
1676 }
1677
1678 int lvfs_check_io_health(struct obd_device *obd, struct file *file);
1679
1680 /* Requests for obd_extent_calc() */
1681 #define OBD_CALC_STRIPE_START   1
1682 #define OBD_CALC_STRIPE_END     2
1683
1684 static inline void obd_transno_commit_cb(struct obd_device *obd, __u64 transno,
1685                                          struct obd_export *exp, int error)
1686 {
1687         if (error) {
1688                 CERROR("%s: transno "LPU64" commit error: %d\n",
1689                        obd->obd_name, transno, error);
1690                 return;
1691         }
1692         if (exp && transno > exp->exp_last_committed) {
1693                 CDEBUG(D_HA, "%s: transno "LPU64" committed\n",
1694                        obd->obd_name, transno);
1695                 exp->exp_last_committed = transno;
1696                 ptlrpc_commit_replies(exp);
1697         } else {
1698                 CDEBUG(D_INFO, "%s: transno "LPU64" committed\n",
1699                        obd->obd_name, transno);
1700         }
1701         if (transno > obd->obd_last_committed)
1702                 obd->obd_last_committed = transno;
1703 }
1704
1705 static inline void init_obd_quota_ops(quota_interface_t *interface,
1706                                       struct obd_ops *obd_ops)
1707 {
1708         if (!interface)
1709                 return;
1710
1711         LASSERT(obd_ops);
1712         obd_ops->o_quotacheck = QUOTA_OP(interface, check);
1713         obd_ops->o_quotactl = QUOTA_OP(interface, ctl);
1714         obd_ops->o_quota_adjust_qunit = QUOTA_OP(interface, adjust_qunit);
1715 }
1716
1717 static inline struct lustre_capa *oinfo_capa(struct obd_info *oinfo)
1718 {
1719         return oinfo->oi_capa;
1720 }
1721
1722 static inline struct md_open_data *obd_mod_alloc(void)
1723 {
1724         struct md_open_data *mod;
1725         OBD_ALLOC_PTR(mod);
1726         if (mod == NULL)
1727                 return NULL;
1728         cfs_atomic_set(&mod->mod_refcount, 1);
1729         return mod;
1730 }
1731
1732 #define obd_mod_get(mod) cfs_atomic_inc(&(mod)->mod_refcount)
1733 #define obd_mod_put(mod)                                        \
1734 ({                                                              \
1735         if (cfs_atomic_dec_and_test(&(mod)->mod_refcount)) {          \
1736                 if ((mod)->mod_open_req)                          \
1737                         ptlrpc_req_finished((mod)->mod_open_req);   \
1738                 OBD_FREE_PTR(mod);                              \
1739         }                                                       \
1740 })
1741
1742 void obdo_from_inode(struct obdo *dst, struct inode *src, obd_flag valid);
1743 void obdo_set_parent_fid(struct obdo *dst, const struct lu_fid *parent);
1744
1745 /* return 1 if client should be resend request */
1746 static inline int client_should_resend(int resend, struct client_obd *cli)
1747 {
1748         return cfs_atomic_read(&cli->cl_resends) ?
1749                cfs_atomic_read(&cli->cl_resends) > resend : 1;
1750 }
1751
1752 /**
1753  * Return device name for this device
1754  *
1755  * XXX: lu_device is declared before obd_device, while a pointer pointing
1756  * back to obd_device in lu_device, so this helper function defines here
1757  * instead of in lu_object.h
1758  */
1759 static inline const char *lu_dev_name(const struct lu_device *lu_dev)
1760 {
1761         return lu_dev->ld_obd->obd_name;
1762 }
1763
1764 #endif /* __OBD_H */