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