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