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