Whamcloud - gitweb
454b752fe4afbc1a660bfd5ae143fedd8541f95b
[fs/lustre-release.git] / lustre / lod / lod_internal.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,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License version 2 for more details.  A copy is
14  * included in the COPYING file that accompanied this code.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19  *
20  * GPL HEADER END
21  */
22 /*
23  * Copyright  2009 Sun Microsystems, Inc. All rights reserved
24  * Use is subject to license terms.
25  *
26  * Copyright (c) 2012, 2017, Intel Corporation.
27  */
28 /*
29  * This file is part of Lustre, http://www.lustre.org/
30  * Lustre is a trademark of Sun Microsystems, Inc.
31  *
32  * lustre/lod/lod_internal.h
33  *
34  * Author: Alex Zhuravlev <alexey.zhuravlev@intel.com>
35  * Author: Mikhail Pershin <mike.pershin@intel.com>
36  */
37
38 #ifndef _LOD_INTERNAL_H
39 #define _LOD_INTERNAL_H
40
41 #include <libcfs/libcfs.h>
42 #include <uapi/linux/lustre/lustre_cfg.h>
43 #include <obd.h>
44 #include <dt_object.h>
45
46 #define LOV_USES_ASSIGNED_STRIPE        0
47 #define LOV_USES_DEFAULT_STRIPE         1
48
49 /* Special values to remove LOV EA from disk */
50 #define LOVEA_DELETE_VALUES(size, count, offset, pool)                  \
51         ((size) == 0 && (count) == 0 &&                                 \
52          (offset) == (typeof(offset))(-1) && (pool) == NULL)
53
54 #define LMVEA_DELETE_VALUES(count, offset)                              \
55         ((count) == 0 && (offset) == (typeof(offset))(-1))
56
57 #define LOV_OFFSET_DEFAULT              ((__u16)-1)
58
59 struct lod_qos_rr {
60         spinlock_t               lqr_alloc;     /* protect allocation index */
61         __u32                    lqr_start_idx; /* start index of new inode */
62         __u32                    lqr_offset_idx;/* aliasing for start_idx */
63         int                      lqr_start_count;/* reseed counter */
64         struct ost_pool          lqr_pool;      /* round-robin optimized list */
65         unsigned long            lqr_dirty:1;   /* recalc round-robin list */
66 };
67
68 struct pool_desc {
69         char                     pool_name[LOV_MAXPOOLNAME + 1];
70         struct ost_pool          pool_obds;     /* pool members */
71         atomic_t                 pool_refcount;
72         struct lod_qos_rr        pool_rr;
73         struct hlist_node        pool_hash;     /* access by poolname */
74         struct list_head         pool_list;
75         struct proc_dir_entry   *pool_proc_entry;
76         struct obd_device       *pool_lobd;     /* owner */
77 };
78
79 #define pool_tgt_count(p) ((p)->pool_obds.op_count)
80 #define pool_tgt_array(p)  ((p)->pool_obds.op_array)
81 #define pool_tgt_rw_sem(p) ((p)->pool_obds.op_rw_sem)
82
83 struct lod_qos {
84         struct list_head         lq_oss_list;
85         struct rw_semaphore      lq_rw_sem;
86         __u32                    lq_active_oss_count;
87         unsigned int             lq_prio_free;   /* priority for free space */
88         unsigned int             lq_threshold_rr;/* priority for rr */
89         struct lod_qos_rr        lq_rr;          /* round robin qos data */
90         bool                     lq_dirty:1,     /* recalc qos data */
91                                  lq_same_space:1,/* the ost's all have approx.
92                                                     the same space avail */
93                                  lq_reset:1;     /* zero current penalties */
94 };
95
96 struct lod_qos_oss {
97         struct obd_uuid          lqo_uuid;      /* ptlrpc's c_remote_uuid */
98         struct list_head         lqo_oss_list;  /* link to lov_qos */
99         __u64                    lqo_bavail;    /* total bytes avail on OSS */
100         __u64                    lqo_penalty;   /* current penalty */
101         __u64                    lqo_penalty_per_obj; /* penalty decrease
102                                                          every obj*/
103         time64_t                 lqo_used;      /* last used time, seconds */
104         __u32                    lqo_ost_count; /* number of osts on this oss */
105         __u32                    lqo_id;        /* unique oss id */
106 };
107
108 struct ltd_qos {
109         struct lod_qos_oss      *ltq_oss;       /* oss info */
110         __u64                    ltq_penalty;   /* current penalty */
111         __u64                    ltq_penalty_per_obj; /* penalty decrease
112                                                          every obj*/
113         __u64                    ltq_weight;    /* net weighting */
114         time64_t                 ltq_used;      /* last used time, seconds */
115         bool                     ltq_usable:1;  /* usable for striping */
116 };
117
118 struct lod_tgt_desc {
119         struct dt_device  *ltd_tgt;
120         struct list_head   ltd_kill;
121         struct obd_export *ltd_exp;
122         struct obd_uuid    ltd_uuid;
123         __u32              ltd_gen;
124         __u32              ltd_index;
125         struct ltd_qos     ltd_qos; /* qos info per target */
126         struct obd_statfs  ltd_statfs;
127         struct ptlrpc_thread    *ltd_recovery_thread;
128         unsigned long      ltd_active:1,/* is this target up for requests */
129                            ltd_activate:1,/* should  target be activated */
130                            ltd_reap:1,  /* should this target be deleted */
131                            ltd_got_update_log:1, /* Already got update log */
132                            ltd_connecting:1; /* target is connecting */
133 };
134
135 #define TGT_PTRS                256     /* number of pointers at 1st level */
136 #define TGT_PTRS_PER_BLOCK      256     /* number of pointers at 2nd level */
137
138 struct lod_tgt_desc_idx {
139         struct lod_tgt_desc *ldi_tgt[TGT_PTRS_PER_BLOCK];
140 };
141
142 #define LTD_TGT(ltd, index)      \
143          ((ltd)->ltd_tgt_idx[(index) / \
144          TGT_PTRS_PER_BLOCK]->ldi_tgt[(index) % TGT_PTRS_PER_BLOCK])
145
146 #define OST_TGT(lod, index)   LTD_TGT(&lod->lod_ost_descs, index)
147 #define MDT_TGT(lod, index)   LTD_TGT(&lod->lod_mdt_descs, index)
148 struct lod_tgt_descs {
149         /* list of known TGTs */
150         struct lod_tgt_desc_idx *ltd_tgt_idx[TGT_PTRS];
151         /* Size of the lod_tgts array, granted to be a power of 2 */
152         __u32                   ltd_tgts_size;
153         /* number of registered TGTs */
154         __u32                   ltd_tgtnr;
155         /* bitmap of TGTs available */
156         struct cfs_bitmap       *ltd_tgt_bitmap;
157         /* TGTs scheduled to be deleted */
158         __u32                   ltd_death_row;
159         /* Table refcount used for delayed deletion */
160         int                     ltd_refcount;
161         /* mutex to serialize concurrent updates to the tgt table */
162         struct mutex            ltd_mutex;
163         /* read/write semaphore used for array relocation */
164         struct rw_semaphore     ltd_rw_sem;
165 };
166
167 struct lod_avoid_guide {
168         /* ids of OSSs avoid guidance */
169         __u32                   *lag_oss_avoid_array;
170         /* number of filled array items */
171         unsigned int            lag_oaa_count;
172         /* number of allocated array items */
173         unsigned int            lag_oaa_size;
174         /* bitmap of OSTs avoid guidance */
175         struct cfs_bitmap       *lag_ost_avoid_bitmap;
176         /* how many OSTs are available for alloc */
177         __u32                   lag_ost_avail;
178 };
179
180 struct lod_device {
181         struct dt_device      lod_dt_dev;
182         struct obd_export    *lod_child_exp;
183         struct dt_device     *lod_child;
184         struct lprocfs_stats *lod_stats;
185         spinlock_t            lod_connects_lock;
186         int                   lod_connects;
187         unsigned int          lod_recovery_completed:1,
188                               lod_initialized:1,
189                               lod_lmv_failout:1,
190                               lod_child_got_update_log:1;
191
192         /* lov settings descriptor storing static information */
193         struct lov_desc       lod_desc;
194
195         /* protect ld_active_tgt_count, ltd_active and lod_md_root */
196         spinlock_t           lod_lock;
197
198         /* Description of OST */
199         struct lod_tgt_descs  lod_ost_descs;
200         /* Description of MDT */
201         struct lod_tgt_descs  lod_mdt_descs;
202
203         /* Recovery thread for lod_child */
204         struct ptlrpc_thread    lod_child_recovery_thread;
205
206         /* maximum EA size underlied OSD may have */
207         unsigned int          lod_osd_max_easize;
208         /* maximum size of MDT stripe for Data-on-MDT files. */
209         unsigned int          lod_dom_max_stripesize;
210
211         /*FIXME: When QOS and pool is implemented for MDT, probably these
212          * structure should be moved to lod_tgt_descs as well.
213          */
214         /* QoS info per LOD */
215         struct lod_qos        lod_qos; /* qos info per lod */
216
217         /* OST pool data */
218         struct ost_pool         lod_pool_info; /* all OSTs in a packed array */
219         int                     lod_pool_count;
220         struct cfs_hash        *lod_pools_hash_body; /* used for key access */
221         struct list_head        lod_pool_list; /* used for sequential access */
222         struct proc_dir_entry  *lod_pool_proc_entry;
223
224         enum lustre_sec_part   lod_sp_me;
225
226         struct proc_dir_entry *lod_symlink;
227         struct dentry          *lod_debugfs;
228
229         /* ROOT object, used to fetch FS default striping */
230         struct lod_object      *lod_md_root;
231 };
232
233 #define lod_osts        lod_ost_descs.ltd_tgts
234 #define lod_ost_bitmap  lod_ost_descs.ltd_tgt_bitmap
235 #define lod_ostnr       lod_ost_descs.ltd_tgtnr
236 #define lod_osts_size   lod_ost_descs.ltd_tgts_size
237 #define ltd_ost         ltd_tgt
238 #define lod_ost_desc    lod_tgt_desc
239
240 #define lod_mdts                lod_mdt_descs.ltd_tgts
241 #define lod_mdt_bitmap          lod_mdt_descs.ltd_tgt_bitmap
242 #define lod_remote_mdt_count    lod_mdt_descs.ltd_tgtnr
243 #define lod_mdts_size           lod_mdt_descs.ltd_tgts_size
244 #define ltd_mdt                 ltd_tgt
245 #define lod_mdt_desc            lod_tgt_desc
246
247 struct lod_layout_component {
248         struct lu_extent          llc_extent;
249         __u32                     llc_id;
250         __u32                     llc_flags;
251         __u32                     llc_stripe_size;
252         __u32                     llc_pattern;
253         __u16                     llc_layout_gen;
254         __u16                     llc_stripe_offset;
255         __u16                     llc_stripe_count;
256         __u16                     llc_stripes_allocated;
257         __u64                     llc_timestamp; /* snapshot time */
258         char                     *llc_pool;
259         /* ost list specified with LOV_USER_MAGIC_SPECIFIC lum */
260         struct ost_pool           llc_ostlist;
261         struct dt_object        **llc_stripe;
262         __u32                    *llc_ost_indices;
263 };
264
265 struct lod_default_striping {
266         /* default LOV */
267         /* current layout component count */
268         __u16                           lds_def_comp_cnt;
269         __u16                           lds_def_mirror_cnt;
270         /* the largest comp count ever used */
271         __u32                           lds_def_comp_size_cnt;
272         struct lod_layout_component     *lds_def_comp_entries;
273         /* default LMV */
274         __u32                           lds_dir_def_stripe_count;
275         __u32                           lds_dir_def_stripe_offset;
276         __u32                           lds_dir_def_hash_type;
277                                         /* default file striping flags (LOV) */
278         __u32                           lds_def_striping_set:1,
279                                         lds_def_striping_is_composite:1,
280                                         /* default dir striping flags (LMV) */
281                                         lds_dir_def_striping_set:1;
282 };
283
284 struct lod_mirror_entry {
285         __u16   lme_stale:1,
286                 lme_primary:1;
287         /* mirror id */
288         __u16   lme_id;
289         /* start,end index of this mirror in ldo_comp_entries */
290         __u16   lme_start;
291         __u16   lme_end;
292 };
293
294 struct lod_object {
295         /* common fields for both files and directories */
296         struct dt_object                ldo_obj;
297         struct mutex                    ldo_layout_mutex;
298         union {
299                 /* file stripe (LOV) */
300                 struct {
301                         __u32           ldo_layout_gen;
302                         /* Layout component count for a regular file.
303                          * It equals to 1 for non-composite layout. */
304                         __u16           ldo_comp_cnt;
305                         /* Layout mirror count for a PFLR file.
306                          * It's 0 for files with non-composite layout. */
307                         __u16           ldo_mirror_count;
308                         struct lod_mirror_entry *ldo_mirrors;
309                         __u32           ldo_is_composite:1,
310                                         ldo_flr_state:2,
311                                         ldo_comp_cached:1;
312                 };
313                 /* directory stripe (LMV) */
314                 struct {
315                         /* Slave stripe count for striped directory. */
316                         __u16           ldo_dir_stripe_count;
317                         /* How many stripes allocated for a striped directory */
318                         __u16           ldo_dir_stripes_allocated;
319                         __u32           ldo_dir_stripe_offset;
320                         __u32           ldo_dir_hash_type;
321                         __u32           ldo_dir_migrate_offset;
322                         __u32           ldo_dir_migrate_hash;
323                         /* Is a slave stripe of striped directory? */
324                         __u32           ldo_dir_slave_stripe:1,
325                                         ldo_dir_striped:1,
326                                         /* the stripe has been loaded */
327                                         ldo_dir_stripe_loaded:1;
328                         /*
329                          * default striping is not cached, so this field is
330                          * invalid after create, make sure it's used by
331                          * lod_dir_striping_create_internal() only.
332                          */
333                         struct lod_default_striping     *ldo_def_striping;
334                 };
335         };
336         /* file stripe (LOV) */
337         struct lod_layout_component     *ldo_comp_entries;
338         /* slave stripes of striped directory (LMV) */
339         struct dt_object                **ldo_stripe;
340 };
341
342 #define lod_foreach_mirror_comp(comp, lo, mirror_idx)                      \
343 for (comp = &lo->ldo_comp_entries[lo->ldo_mirrors[mirror_idx].lme_start];  \
344      comp <= &lo->ldo_comp_entries[lo->ldo_mirrors[mirror_idx].lme_end];   \
345      comp++)
346
347 static inline bool lod_is_flr(const struct lod_object *lo)
348 {
349         if (!lo->ldo_is_composite)
350                 return false;
351
352         return (lo->ldo_flr_state & LCM_FL_FLR_MASK) != LCM_FL_NONE;
353 }
354
355 static inline int lod_set_pool(char **pool, const char *new_pool)
356 {
357         int len;
358
359         if (*pool == new_pool)
360                 return 0;
361
362         if (*pool != NULL) {
363                 len = strlen(*pool) + 1;
364                 OBD_FREE(*pool, len);
365                 *pool = NULL;
366         }
367         if (new_pool != NULL) {
368                 len = strlen(new_pool) + 1;
369                 OBD_ALLOC(*pool, len);
370                 if (*pool == NULL)
371                         return -ENOMEM;
372                 strlcpy(*pool, new_pool, len);
373         }
374         return 0;
375 }
376
377 static inline int lod_set_def_pool(struct lod_default_striping *lds,
378                                    int i, const char *new_pool)
379 {
380         return lod_set_pool(&lds->lds_def_comp_entries[i].llc_pool, new_pool);
381 }
382
383 static inline int lod_obj_set_pool(struct lod_object *lo, int i,
384                                    const char *new_pool)
385 {
386         return lod_set_pool(&lo->ldo_comp_entries[i].llc_pool, new_pool);
387 }
388
389 /**
390  * Create new layout generation.
391  *
392  * The only requirement for layout generation is that it changes when
393  * the layout is modified, so a circular counter is sufficient for the
394  * low rate of layout modifications.
395  *
396  * Layout generation is also used to generate unique component ID.
397  * To detect generation overflow, we preserve the highest bit of the
398  * generation when it wrapped.
399  */
400 static inline void lod_obj_inc_layout_gen(struct lod_object *lo)
401 {
402         __u32 preserve = lo->ldo_layout_gen & ~LCME_ID_MASK;
403         lo->ldo_layout_gen++;
404         lo->ldo_layout_gen |= preserve;
405         /* Zero is not a valid generation */
406         if (unlikely((lo->ldo_layout_gen & LCME_ID_MASK) == 0))
407                 lo->ldo_layout_gen++;
408 }
409
410 struct lod_it {
411         struct dt_object        *lit_obj; /* object from the layer below */
412         /* stripe offset of iteration */
413         __u32                   lit_stripe_index;
414         __u32                   lit_attr;
415         struct dt_it            *lit_it;  /* iterator from the layer below */
416 };
417
418 struct lod_thread_info {
419         /* per-thread buffer for LOV EA, may be vmalloc'd */
420         void                           *lti_ea_store;
421         __u32                           lti_ea_store_size;
422         /* per-thread buffer for LMV EA */
423         struct lu_buf                   lti_buf;
424         struct ost_id                   lti_ostid;
425         struct lu_fid                   lti_fid;
426         struct obd_statfs               lti_osfs;
427         struct lu_attr                  lti_attr;
428         struct lod_it                   lti_it;
429         struct ldlm_res_id              lti_res_id;
430         /* used to hold lu_dirent, sizeof(struct lu_dirent) + NAME_MAX */
431         char                            lti_key[sizeof(struct lu_dirent) +
432                                                 NAME_MAX];
433         struct dt_object_format         lti_format;
434         struct lu_name                  lti_name;
435         struct lu_buf                   lti_linkea_buf;
436         struct dt_insert_rec            lti_dt_rec;
437         struct llog_catid               lti_cid;
438         struct llog_cookie              lti_cookie;
439         struct lustre_cfg               lti_lustre_cfg;
440         /* used to store parent default striping in create */
441         struct lod_default_striping     lti_def_striping;
442         struct filter_fid               lti_ff;
443         __u32                           *lti_comp_idx;
444         size_t                          lti_comp_size;
445         size_t                          lti_count;
446         struct lu_attr                  lti_layout_attr;
447         /* object allocation avoid guide info */
448         struct lod_avoid_guide          lti_avoid;
449 };
450
451 extern const struct lu_device_operations lod_lu_ops;
452
453 static inline int lu_device_is_lod(struct lu_device *d)
454 {
455         return ergo(d != NULL && d->ld_ops != NULL, d->ld_ops == &lod_lu_ops);
456 }
457
458 static inline struct lod_device* lu2lod_dev(struct lu_device *d)
459 {
460         LASSERT(lu_device_is_lod(d));
461         return container_of0(d, struct lod_device, lod_dt_dev.dd_lu_dev);
462 }
463
464 static inline struct lu_device *lod2lu_dev(struct lod_device *d)
465 {
466         return &d->lod_dt_dev.dd_lu_dev;
467 }
468
469 static inline struct obd_device *lod2obd(struct lod_device *d)
470 {
471         return d->lod_dt_dev.dd_lu_dev.ld_obd;
472 }
473
474 static inline struct lod_device *dt2lod_dev(struct dt_device *d)
475 {
476         LASSERT(lu_device_is_lod(&d->dd_lu_dev));
477         return container_of0(d, struct lod_device, lod_dt_dev);
478 }
479
480 static inline struct lod_object *lu2lod_obj(struct lu_object *o)
481 {
482         LASSERT(ergo(o != NULL, lu_device_is_lod(o->lo_dev)));
483         return container_of0(o, struct lod_object, ldo_obj.do_lu);
484 }
485
486 static inline struct lu_object *lod2lu_obj(struct lod_object *obj)
487 {
488         return &obj->ldo_obj.do_lu;
489 }
490
491 static inline const struct lu_fid *lod_object_fid(struct lod_object *obj)
492 {
493         return lu_object_fid(lod2lu_obj(obj));
494 }
495
496 static inline struct lod_object *lod_obj(const struct lu_object *o)
497 {
498         LASSERT(lu_device_is_lod(o->lo_dev));
499         return container_of0(o, struct lod_object, ldo_obj.do_lu);
500 }
501
502 static inline struct lod_object *lod_dt_obj(const struct dt_object *d)
503 {
504         return lod_obj(&d->do_lu);
505 }
506
507 static inline struct dt_object* lod_object_child(struct lod_object *o)
508 {
509         return container_of0(lu_object_next(lod2lu_obj(o)),
510                         struct dt_object, do_lu);
511 }
512
513 static inline bool lod_obj_is_striped(struct dt_object *dt)
514 {
515         struct lod_object *lo = lod_dt_obj(dt);
516         int i;
517
518         if (!dt_object_exists(dt_object_child(dt)))
519                 return false;
520
521         if (S_ISDIR(dt->do_lu.lo_header->loh_attr))
522                 return lo->ldo_dir_stripe_count != 0;
523
524         for (i = 0; i < lo->ldo_comp_cnt; i++) {
525                 if (lo->ldo_comp_entries[i].llc_stripe == NULL)
526                         continue;
527                 LASSERT(lo->ldo_comp_entries[i].llc_stripe_count > 0);
528                 return true;
529         }
530         return false;
531 }
532
533 extern struct lu_context_key lod_thread_key;
534
535 static inline struct lod_thread_info *lod_env_info(const struct lu_env *env)
536 {
537         struct lod_thread_info *info;
538         info = lu_context_key_get(&env->le_ctx, &lod_thread_key);
539         LASSERT(info);
540         return info;
541 }
542
543 static inline struct lu_name *
544 lod_name_get(const struct lu_env *env, const void *area, int len)
545 {
546         struct lu_name *lname;
547
548         lname = &lod_env_info(env)->lti_name;
549         lname->ln_name = area;
550         lname->ln_namelen = len;
551         return lname;
552 }
553
554 static inline struct lod_default_striping *
555 lod_lds_buf_get(const struct lu_env *env)
556 {
557         struct lod_thread_info *info = lod_env_info(env);
558
559         memset(&info->lti_def_striping, 0, sizeof(info->lti_def_striping));
560         return &info->lti_def_striping;
561 }
562
563 static inline void lod_layout_get_pool(struct lod_layout_component *entries,
564                                        int count, char *pool, int len)
565 {
566         int i;
567
568         for (i = 0; i < count; i++) {
569                 if (entries[i].llc_pool != NULL) {
570                         strlcpy(pool, entries[i].llc_pool, len);
571                         break;
572                 }
573         }
574 }
575
576 #define lod_foreach_ost(__dev, index)   \
577         if ((__dev)->lod_osts_size > 0) \
578                 cfs_foreach_bit((__dev)->lod_ost_bitmap, (index))
579
580 #define lod_foreach_mdt(mdt_dev, index) \
581         cfs_foreach_bit((mdt_dev)->lod_mdt_bitmap, (index))
582
583 /* lod_dev.c */
584 extern struct kmem_cache *lod_object_kmem;
585 int lod_fld_lookup(const struct lu_env *env, struct lod_device *lod,
586                    const struct lu_fid *fid, __u32 *tgt, int *flags);
587 int lod_sub_init_llog(const struct lu_env *env, struct lod_device *lod,
588                       struct dt_device *dt);
589 void lod_sub_fini_llog(const struct lu_env *env,
590                        struct dt_device *dt, struct ptlrpc_thread *thread);
591 int lodname2mdt_index(char *lodname, __u32 *mdt_index);
592 extern void target_recovery_fini(struct obd_device *obd);
593
594 /* lod_lov.c */
595 void lod_getref(struct lod_tgt_descs *ltd);
596 void lod_putref(struct lod_device *lod, struct lod_tgt_descs *ltd);
597 int lod_add_device(const struct lu_env *env, struct lod_device *lod,
598                    char *osp, unsigned index, unsigned gen, int mdt_index,
599                    char *type, int active);
600 int lod_del_device(const struct lu_env *env, struct lod_device *lod,
601                    struct lod_tgt_descs *ltd, char *osp, unsigned idx,
602                    unsigned gen, bool for_ost);
603 int lod_fini_tgt(const struct lu_env *env, struct lod_device *lod,
604                  struct lod_tgt_descs *ltd, bool for_ost);
605 int lod_striping_load(const struct lu_env *env, struct lod_object *lo);
606 int lod_striping_reload(const struct lu_env *env, struct lod_object *lo,
607                         const struct lu_buf *buf);
608
609 int lod_get_ea(const struct lu_env *env, struct lod_object *lo,
610                const char *name);
611 static inline int
612 lod_get_lov_ea(const struct lu_env *env, struct lod_object *lo)
613 {
614         return lod_get_ea(env, lo, XATTR_NAME_LOV);
615 }
616
617 static inline int
618 lod_get_lmv_ea(const struct lu_env *env, struct lod_object *lo)
619 {
620         return lod_get_ea(env, lo, XATTR_NAME_LMV);
621 }
622
623 static inline int
624 lod_get_default_lmv_ea(const struct lu_env *env, struct lod_object *lo)
625 {
626         return lod_get_ea(env, lo, XATTR_NAME_DEFAULT_LMV);
627 }
628
629 static inline void
630 lod_comp_set_init(struct lod_layout_component *entry)
631 {
632         entry->llc_flags |= LCME_FL_INIT;
633 }
634
635 static inline void
636 lod_comp_unset_init(struct lod_layout_component *entry)
637 {
638         entry->llc_flags &= ~LCME_FL_INIT;
639 }
640
641 static inline bool
642 lod_comp_inited(const struct lod_layout_component *entry)
643 {
644         return entry->llc_flags & LCME_FL_INIT;
645 }
646
647 /**
648  * For a PFL file, some of its component could be un-instantiated, so
649  * that their lov_ost_data_v1 array is not needed, we'd use this function
650  * to reduce the LOVEA buffer size.
651  *
652  * Note: if llc_ostlist contains value, we'd need lov_ost_data_v1 array to
653  * save the specified OST index list.
654  */
655 static inline void
656 lod_comp_shrink_stripe_count(struct lod_layout_component *lod_comp,
657                              __u16 *stripe_count)
658 {
659         /**
660          * Need one lov_ost_data_v1 to store invalid ost_idx, please refer to
661          * lod_parse_striping()
662          */
663         if (!lod_comp_inited(lod_comp) && lod_comp->llc_ostlist.op_count == 0)
664                 *stripe_count = 1;
665 }
666
667 void lod_fix_desc(struct lov_desc *desc);
668 void lod_fix_desc_qos_maxage(__u32 *val);
669 void lod_fix_desc_pattern(__u32 *val);
670 void lod_fix_desc_stripe_count(__u32 *val);
671 void lod_fix_desc_stripe_size(__u64 *val);
672 int lod_pools_init(struct lod_device *m, struct lustre_cfg *cfg);
673 int lod_pools_fini(struct lod_device *m);
674 int lod_parse_striping(const struct lu_env *env, struct lod_object *mo,
675                        const struct lu_buf *buf);
676 int lod_parse_dir_striping(const struct lu_env *env, struct lod_object *lo,
677                            const struct lu_buf *buf);
678 int lod_initialize_objects(const struct lu_env *env, struct lod_object *mo,
679                            struct lov_ost_data_v1 *objs, int index);
680 int lod_verify_striping(struct lod_device *d, struct lod_object *lo,
681                         const struct lu_buf *buf, bool is_from_disk);
682 int lod_generate_lovea(const struct lu_env *env, struct lod_object *lo,
683                        struct lov_mds_md *lmm, int *lmm_size, bool is_dir);
684 int lod_ea_store_resize(struct lod_thread_info *info, size_t size);
685 int lod_def_striping_comp_resize(struct lod_default_striping *lds, __u16 count);
686 void lod_free_def_comp_entries(struct lod_default_striping *lds);
687 void lod_free_comp_entries(struct lod_object *lo);
688 int lod_alloc_comp_entries(struct lod_object *lo, int mirror_cnt, int comp_cnt);
689 int lod_fill_mirrors(struct lod_object *lo);
690
691 /* lod_pool.c */
692 int lod_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count);
693 int lod_ost_pool_remove(struct ost_pool *op, __u32 idx);
694 int lod_ost_pool_extend(struct ost_pool *op, unsigned int min_count);
695 struct pool_desc *lod_find_pool(struct lod_device *lod, char *poolname);
696 void lod_pool_putref(struct pool_desc *pool);
697 int lod_ost_pool_free(struct ost_pool *op);
698 int lod_pool_del(struct obd_device *obd, char *poolname);
699 int lod_ost_pool_init(struct ost_pool *op, unsigned int count);
700 extern struct cfs_hash_ops pool_hash_operations;
701 int lod_check_index_in_pool(__u32 idx, struct pool_desc *pool);
702 int lod_pool_new(struct obd_device *obd, char *poolname);
703 int lod_pool_add(struct obd_device *obd, char *poolname, char *ostname);
704 int lod_pool_remove(struct obd_device *obd, char *poolname, char *ostname);
705
706 struct lod_obj_stripe_cb_data;
707 typedef int (*lod_obj_stripe_cb_t)(const struct lu_env *env,
708                                    struct lod_object *lo, struct dt_object *dt,
709                                    struct thandle *th,
710                                    int comp_idx, int stripe_idx,
711                                    struct lod_obj_stripe_cb_data *data);
712 typedef bool (*lod_obj_comp_skip_cb_t)(const struct lu_env *env,
713                                         struct lod_object *lo, int comp_idx,
714                                         struct lod_obj_stripe_cb_data *data);
715 typedef int (*lod_obj_comp_cb_t)(const struct lu_env *env,
716                                 struct lod_object *lo, int comp_idx,
717                                 struct lod_obj_stripe_cb_data *data);
718 struct lod_obj_stripe_cb_data {
719         union {
720                 const struct lu_attr    *locd_attr;
721                 int                     locd_ost_index;
722                 const struct lu_buf     *locd_buf;
723         };
724         lod_obj_stripe_cb_t             locd_stripe_cb;
725         lod_obj_comp_skip_cb_t          locd_comp_skip_cb;
726         lod_obj_comp_cb_t               locd_comp_cb;
727         bool                            locd_declare;
728 };
729
730 /* lod_qos.c */
731 int lod_prepare_create(const struct lu_env *env, struct lod_object *lo,
732                        struct lu_attr *attr, const struct lu_buf *buf,
733                        struct thandle *th);
734 int qos_add_tgt(struct lod_device*, struct lod_tgt_desc *);
735 int qos_del_tgt(struct lod_device *, struct lod_tgt_desc *);
736 void lod_qos_rr_init(struct lod_qos_rr *lqr);
737 int lod_use_defined_striping(const struct lu_env *, struct lod_object *,
738                              const struct lu_buf *);
739 int lod_qos_parse_config(const struct lu_env *env, struct lod_object *lo,
740                          const struct lu_buf *buf);
741 int lod_qos_prep_create(const struct lu_env *env, struct lod_object *lo,
742                         struct lu_attr *attr, struct thandle *th,
743                         int comp_idx);
744 __u16 lod_comp_entry_stripe_count(struct lod_object *lo,
745                                   struct lod_layout_component *entry,
746                                   bool is_dir);
747 __u16 lod_get_stripe_count(struct lod_device *lod, struct lod_object *lo,
748                            __u16 stripe_count);
749 void lod_qos_statfs_update(const struct lu_env *env, struct lod_device *lod);
750
751 /* lproc_lod.c */
752 int lod_procfs_init(struct lod_device *lod);
753 void lod_procfs_fini(struct lod_device *lod);
754
755 /* lod_object.c */
756 extern struct dt_object_operations lod_obj_ops;
757 extern struct lu_object_operations lod_lu_obj_ops;
758
759 int lod_load_lmv_shards(const struct lu_env *env, struct lod_object *lo,
760                         struct lu_buf *buf, bool resize);
761 int lod_declare_striped_create(const struct lu_env *env, struct dt_object *dt,
762                                struct lu_attr *attr,
763                                const struct lu_buf *lovea, struct thandle *th);
764 int lod_striped_create(const struct lu_env *env, struct dt_object *dt,
765                         struct lu_attr *attr, struct dt_object_format *dof,
766                         struct thandle *th);
767 void lod_striping_free_nolock(const struct lu_env *env, struct lod_object *lo);
768 void lod_striping_free(const struct lu_env *env, struct lod_object *lo);
769
770 int lod_obj_for_each_stripe(const struct lu_env *env, struct lod_object *lo,
771                             struct thandle *th,
772                             struct lod_obj_stripe_cb_data *data);
773 int lod_comp_copy_ost_lists(struct lod_layout_component *lod_comp,
774                             struct lov_user_md_v3 *v3);
775
776 /* lod_sub_object.c */
777 struct thandle *lod_sub_get_thandle(const struct lu_env *env,
778                                     struct thandle *th,
779                                     const struct dt_object *sub_obj,
780                                     bool *record_update);
781 int lod_sub_declare_create(const struct lu_env *env, struct dt_object *dt,
782                            struct lu_attr *attr,
783                            struct dt_allocation_hint *hint,
784                            struct dt_object_format *dof, struct thandle *th);
785 int lod_sub_create(const struct lu_env *env, struct dt_object *dt,
786                    struct lu_attr *attr, struct dt_allocation_hint *hint,
787                    struct dt_object_format *dof, struct thandle *th);
788 int lod_sub_declare_ref_add(const struct lu_env *env, struct dt_object *dt,
789                             struct thandle *th);
790 int lod_sub_ref_add(const struct lu_env *env, struct dt_object *dt,
791                     struct thandle *th);
792 int lod_sub_declare_ref_del(const struct lu_env *env, struct dt_object *dt,
793                             struct thandle *th);
794 int lod_sub_ref_del(const struct lu_env *env, struct dt_object *dt,
795                     struct thandle *th);
796 int lod_sub_declare_destroy(const struct lu_env *env, struct dt_object *dt,
797                             struct thandle *th);
798 int lod_sub_destroy(const struct lu_env *env, struct dt_object *dt,
799                     struct thandle *th);
800 int lod_sub_declare_insert(const struct lu_env *env, struct dt_object *dt,
801                            const struct dt_rec *rec, const struct dt_key *key,
802                            struct thandle *th);
803 int lod_sub_insert(const struct lu_env *env, struct dt_object *dt,
804                    const struct dt_rec *rec, const struct dt_key *key,
805                    struct thandle *th);
806 int lod_sub_declare_delete(const struct lu_env *env, struct dt_object *dt,
807                            const struct dt_key *key, struct thandle *th);
808 int lod_sub_delete(const struct lu_env *env, struct dt_object *dt,
809                    const struct dt_key *name, struct thandle *th);
810 int lod_sub_declare_xattr_set(const struct lu_env *env, struct dt_object *dt,
811                               const struct lu_buf *buf, const char *name,
812                               int fl, struct thandle *th);
813 int lod_sub_xattr_set(const struct lu_env *env, struct dt_object *dt,
814                       const struct lu_buf *buf, const char *name, int fl,
815                       struct thandle *th);
816 int lod_sub_declare_attr_set(const struct lu_env *env, struct dt_object *dt,
817                              const struct lu_attr *attr, struct thandle *th);
818 int lod_sub_attr_set(const struct lu_env *env, struct dt_object *dt,
819                      const struct lu_attr *attr, struct thandle *th);
820 int lod_sub_declare_xattr_del(const struct lu_env *env, struct dt_object *dt,
821                               const char *name, struct thandle *th);
822 int lod_sub_xattr_del(const struct lu_env *env, struct dt_object *dt,
823                       const char *name, struct thandle *th);
824 int lod_sub_declare_write(const struct lu_env *env, struct dt_object *dt,
825                           const struct lu_buf *buf, loff_t pos,
826                           struct thandle *th);
827 ssize_t lod_sub_write(const struct lu_env *env, struct dt_object *dt,
828                       const struct lu_buf *buf, loff_t *pos,
829                       struct thandle *th);
830 int lod_sub_declare_punch(const struct lu_env *env, struct dt_object *dt,
831                           __u64 start, __u64 end, struct thandle *th);
832 int lod_sub_punch(const struct lu_env *env, struct dt_object *dt,
833                   __u64 start, __u64 end, struct thandle *th);
834
835 int lod_sub_prep_llog(const struct lu_env *env, struct lod_device *lod,
836                       struct dt_device *dt, int index);
837 #endif