Whamcloud - gitweb
LU-9165 pfl: MDS handling of write intent IT_LAYOUT RPC
[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, 2016, 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 <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_size(p) ((p)->pool_obds.op_size)
80 #define pool_tgt_count(p) ((p)->pool_obds.op_count)
81 #define pool_tgt_array(p)  ((p)->pool_obds.op_array)
82 #define pool_tgt_rw_sem(p) ((p)->pool_obds.op_rw_sem)
83
84 struct lod_qos {
85         struct list_head         lq_oss_list;
86         struct rw_semaphore      lq_rw_sem;
87         __u32                    lq_active_oss_count;
88         unsigned int             lq_prio_free;   /* priority for free space */
89         unsigned int             lq_threshold_rr;/* priority for rr */
90         struct lod_qos_rr        lq_rr;          /* round robin qos data */
91         bool                     lq_dirty:1,     /* recalc qos data */
92                                  lq_same_space:1,/* the ost's all have approx.
93                                                     the same space avail */
94                                  lq_reset:1;     /* zero current penalties */
95 };
96
97 struct lod_qos_oss {
98         struct obd_uuid          lqo_uuid;      /* ptlrpc's c_remote_uuid */
99         struct list_head         lqo_oss_list;  /* link to lov_qos */
100         __u64                    lqo_bavail;    /* total bytes avail on OSS */
101         __u64                    lqo_penalty;   /* current penalty */
102         __u64                    lqo_penalty_per_obj; /* penalty decrease
103                                                          every obj*/
104         time_t                   lqo_used;      /* last used time, seconds */
105         __u32                    lqo_ost_count; /* number of osts on this oss */
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         time_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_device {
168         struct dt_device      lod_dt_dev;
169         struct obd_export    *lod_child_exp;
170         struct dt_device     *lod_child;
171         struct proc_dir_entry *lod_proc_entry;
172         struct lprocfs_stats *lod_stats;
173         spinlock_t            lod_connects_lock;
174         int                   lod_connects;
175         unsigned int          lod_recovery_completed:1,
176                               lod_initialized:1,
177                               lod_lmv_failout:1,
178                               lod_child_got_update_log:1;
179
180         /* lov settings descriptor storing static information */
181         struct lov_desc       lod_desc;
182
183         /* protect ld_active_tgt_count, ltd_active and lod_md_root */
184         spinlock_t           lod_lock;
185
186         /* Description of OST */
187         struct lod_tgt_descs  lod_ost_descs;
188         /* Description of MDT */
189         struct lod_tgt_descs  lod_mdt_descs;
190
191         /* Recovery thread for lod_child */
192         struct ptlrpc_thread    lod_child_recovery_thread;
193
194         /* maximum EA size underlied OSD may have */
195         unsigned int          lod_osd_max_easize;
196
197         /*FIXME: When QOS and pool is implemented for MDT, probably these
198          * structure should be moved to lod_tgt_descs as well.
199          */
200         /* QoS info per LOD */
201         struct lod_qos        lod_qos; /* qos info per lod */
202
203         /* OST pool data */
204         struct ost_pool         lod_pool_info; /* all OSTs in a packed array */
205         int                     lod_pool_count;
206         struct cfs_hash        *lod_pools_hash_body; /* used for key access */
207         struct list_head        lod_pool_list; /* used for sequential access */
208         struct proc_dir_entry  *lod_pool_proc_entry;
209
210         enum lustre_sec_part   lod_sp_me;
211
212         struct proc_dir_entry *lod_symlink;
213
214         /* ROOT object, used to fetch FS default striping */
215         struct lod_object      *lod_md_root;
216 };
217
218 #define lod_osts        lod_ost_descs.ltd_tgts
219 #define lod_ost_bitmap  lod_ost_descs.ltd_tgt_bitmap
220 #define lod_ostnr       lod_ost_descs.ltd_tgtnr
221 #define lod_osts_size   lod_ost_descs.ltd_tgts_size
222 #define ltd_ost         ltd_tgt
223 #define lod_ost_desc    lod_tgt_desc
224
225 #define lod_mdts                lod_mdt_descs.ltd_tgts
226 #define lod_mdt_bitmap          lod_mdt_descs.ltd_tgt_bitmap
227 #define lod_remote_mdt_count    lod_mdt_descs.ltd_tgtnr
228 #define lod_mdts_size           lod_mdt_descs.ltd_tgts_size
229 #define ltd_mdt                 ltd_tgt
230 #define lod_mdt_desc            lod_tgt_desc
231
232 struct lod_layout_component {
233         struct lu_extent          llc_extent;
234         __u32                     llc_id;
235         __u32                     llc_flags;
236         __u32                     llc_stripe_size;
237         __u32                     llc_pattern;
238         __u16                     llc_layout_gen;
239         __u16                     llc_stripe_offset;
240         __u16                     llc_stripenr;
241         __u16                     llc_stripes_allocated;
242         char                     *llc_pool;
243         /* ost list specified with LOV_USER_MAGIC_SPECIFIC lum */
244         struct ost_pool           llc_ostlist;
245         struct dt_object        **llc_stripe;
246 };
247
248 struct lod_default_striping {
249         /* default LOV */
250         /* current layout component count */
251         __u16                           lds_def_comp_cnt;
252         /* the largest comp count ever used */
253         __u32                           lds_def_comp_size_cnt;
254         struct lod_layout_component     *lds_def_comp_entries;
255         /* default LMV */
256         __u32                           lds_dir_def_stripenr;
257         __u32                           lds_dir_def_stripe_offset;
258         __u32                           lds_dir_def_hash_type;
259                                         /* default file striping flags (LOV) */
260         __u32                           lds_def_striping_set:1,
261                                         lds_def_striping_is_composite:1,
262                                         /* default dir striping flags (LMV) */
263                                         lds_dir_def_striping_set:1;
264 };
265
266 struct lod_object {
267         struct dt_object                ldo_obj;
268         union {
269                 /* file stripe (LOV) */
270                 struct {
271                         __u32           ldo_layout_gen;
272                         /* Layout component count for a regular file.
273                          * It equals to 1 for non-composite layout. */
274                         __u16           ldo_comp_cnt;
275                         __u32           ldo_is_composite:1,
276                                         ldo_comp_cached:1;
277                 };
278                 /* directory stripe (LMV) */
279                 struct {
280                         /* Slave stripe count for striped directory. */
281                         __u16           ldo_dir_stripenr;
282                         /* How many stripes allocated for a striped directory */
283                         __u16           ldo_dir_stripes_allocated;
284                         __u32           ldo_dir_stripe_offset;
285                         __u32           ldo_dir_hash_type;
286                         /* Is a slave stripe of striped directory? */
287                         __u32           ldo_dir_slave_stripe:1,
288                                         ldo_dir_striped:1;
289                         /*
290                          * default striping is not cached, so this field is
291                          * invalid after create, make sure it's used by
292                          * lod_dir_striping_create_internal() only.
293                          */
294                         struct lod_default_striping     *ldo_def_striping;
295                 };
296         };
297         /* file stripe (LOV) */
298         struct lod_layout_component     *ldo_comp_entries;
299         /* slave stripes of striped directory (LMV)*/
300         struct dt_object                **ldo_stripe;
301 };
302
303 static inline int lod_set_pool(char **pool, const char *new_pool)
304 {
305         int len;
306
307         if (*pool == new_pool)
308                 return 0;
309
310         if (*pool != NULL) {
311                 len = strlen(*pool) + 1;
312                 OBD_FREE(*pool, len);
313                 *pool = NULL;
314         }
315         if (new_pool != NULL) {
316                 len = strlen(new_pool) + 1;
317                 OBD_ALLOC(*pool, len);
318                 if (*pool == NULL)
319                         return -ENOMEM;
320                 strlcpy(*pool, new_pool, len);
321         }
322         return 0;
323 }
324
325 static inline int lod_set_def_pool(struct lod_default_striping *lds,
326                                    int i, const char *new_pool)
327 {
328         return lod_set_pool(&lds->lds_def_comp_entries[i].llc_pool,
329                             new_pool);
330 }
331
332 static inline int lod_obj_set_pool(struct lod_object *lo, int i,
333                                    const char *new_pool)
334 {
335         return lod_set_pool(&lo->ldo_comp_entries[i].llc_pool,
336                             new_pool);
337 }
338
339 /*
340  * Layout generation is used to generate unique component ID, to check ID
341  * collision, we preserve the highest bit of the layout generation when it
342  * wrapped.
343  */
344 static inline void lod_obj_inc_layout_gen(struct lod_object *lo)
345 {
346         __u32 preserve = lo->ldo_layout_gen & LCME_ID_NONE;
347         lo->ldo_layout_gen++;
348         lo->ldo_layout_gen |= preserve;
349         /* Zero is not a valid component ID */
350         if (unlikely((lo->ldo_layout_gen & LCME_ID_MASK) == 0))
351                 lo->ldo_layout_gen++;
352 }
353
354 struct lod_it {
355         struct dt_object        *lit_obj; /* object from the layer below */
356         /* stripe offset of iteration */
357         __u32                   lit_stripe_index;
358         __u32                   lit_attr;
359         struct dt_it            *lit_it;  /* iterator from the layer below */
360 };
361
362 struct lod_thread_info {
363         /* per-thread buffer for LOV EA, may be vmalloc'd */
364         void                           *lti_ea_store;
365         __u32                           lti_ea_store_size;
366         /* per-thread buffer for LMV EA */
367         struct lu_buf                   lti_buf;
368         struct ost_id                   lti_ostid;
369         struct lu_fid                   lti_fid;
370         struct obd_statfs               lti_osfs;
371         struct lu_attr                  lti_attr;
372         struct lod_it                   lti_it;
373         struct ldlm_res_id              lti_res_id;
374         struct ost_pool                 lti_inuse_osts;
375         /* used to hold lu_dirent, sizeof(struct lu_dirent) + NAME_MAX */
376         char                            lti_key[sizeof(struct lu_dirent) +
377                                                 NAME_MAX];
378         struct dt_object_format         lti_format;
379         struct lu_name                  lti_name;
380         struct lu_buf                   lti_linkea_buf;
381         struct dt_insert_rec            lti_dt_rec;
382         struct llog_catid               lti_cid;
383         struct llog_cookie              lti_cookie;
384         struct lustre_cfg               lti_lustre_cfg;
385         /* used to store parent default striping in create */
386         struct lod_default_striping     lti_def_striping;
387         struct filter_fid lti_ff;
388 };
389
390 extern const struct lu_device_operations lod_lu_ops;
391
392 static inline int lu_device_is_lod(struct lu_device *d)
393 {
394         return ergo(d != NULL && d->ld_ops != NULL, d->ld_ops == &lod_lu_ops);
395 }
396
397 static inline struct lod_device* lu2lod_dev(struct lu_device *d)
398 {
399         LASSERT(lu_device_is_lod(d));
400         return container_of0(d, struct lod_device, lod_dt_dev.dd_lu_dev);
401 }
402
403 static inline struct lu_device *lod2lu_dev(struct lod_device *d)
404 {
405         return &d->lod_dt_dev.dd_lu_dev;
406 }
407
408 static inline struct obd_device *lod2obd(struct lod_device *d)
409 {
410         return d->lod_dt_dev.dd_lu_dev.ld_obd;
411 }
412
413 static inline struct lod_device *dt2lod_dev(struct dt_device *d)
414 {
415         LASSERT(lu_device_is_lod(&d->dd_lu_dev));
416         return container_of0(d, struct lod_device, lod_dt_dev);
417 }
418
419 static inline struct lod_object *lu2lod_obj(struct lu_object *o)
420 {
421         LASSERT(ergo(o != NULL, lu_device_is_lod(o->lo_dev)));
422         return container_of0(o, struct lod_object, ldo_obj.do_lu);
423 }
424
425 static inline struct lu_object *lod2lu_obj(struct lod_object *obj)
426 {
427         return &obj->ldo_obj.do_lu;
428 }
429
430 static inline struct lod_object *lod_obj(const struct lu_object *o)
431 {
432         LASSERT(lu_device_is_lod(o->lo_dev));
433         return container_of0(o, struct lod_object, ldo_obj.do_lu);
434 }
435
436 static inline struct lod_object *lod_dt_obj(const struct dt_object *d)
437 {
438         return lod_obj(&d->do_lu);
439 }
440
441 static inline struct dt_object* lod_object_child(struct lod_object *o)
442 {
443         return container_of0(lu_object_next(lod2lu_obj(o)),
444                         struct dt_object, do_lu);
445 }
446
447 static inline bool lod_obj_is_striped(struct dt_object *dt)
448 {
449         struct lod_object *lo = lod_dt_obj(dt);
450         int i;
451
452         if (!dt_object_exists(dt_object_child(dt)))
453                 return false;
454
455         if (S_ISDIR(dt->do_lu.lo_header->loh_attr))
456                 return lo->ldo_dir_stripenr != 0;
457
458         for (i = 0; i < lo->ldo_comp_cnt; i++) {
459                 if (lo->ldo_comp_entries[i].llc_stripe == NULL)
460                         continue;
461                 LASSERT(lo->ldo_comp_entries[i].llc_stripenr > 0);
462                 return true;
463         }
464         return false;
465 }
466
467 extern struct lu_context_key lod_thread_key;
468
469 static inline struct lod_thread_info *lod_env_info(const struct lu_env *env)
470 {
471         struct lod_thread_info *info;
472         info = lu_context_key_get(&env->le_ctx, &lod_thread_key);
473         LASSERT(info);
474         return info;
475 }
476
477 static inline struct lu_name *
478 lod_name_get(const struct lu_env *env, const void *area, int len)
479 {
480         struct lu_name *lname;
481
482         lname = &lod_env_info(env)->lti_name;
483         lname->ln_name = area;
484         lname->ln_namelen = len;
485         return lname;
486 }
487
488 #define lod_foreach_ost(__dev, index)   \
489         if ((__dev)->lod_osts_size > 0) \
490                 cfs_foreach_bit((__dev)->lod_ost_bitmap, (index))
491
492 #define lod_foreach_mdt(mdt_dev, index) \
493         cfs_foreach_bit((mdt_dev)->lod_mdt_bitmap, (index))
494
495 /* lod_dev.c */
496 extern struct kmem_cache *lod_object_kmem;
497 int lod_fld_lookup(const struct lu_env *env, struct lod_device *lod,
498                    const struct lu_fid *fid, __u32 *tgt, int *flags);
499 int lod_sub_init_llog(const struct lu_env *env, struct lod_device *lod,
500                       struct dt_device *dt);
501 void lod_sub_fini_llog(const struct lu_env *env,
502                        struct dt_device *dt, struct ptlrpc_thread *thread);
503 int lodname2mdt_index(char *lodname, __u32 *mdt_index);
504 extern void target_recovery_fini(struct obd_device *obd);
505
506 /* lod_lov.c */
507 void lod_getref(struct lod_tgt_descs *ltd);
508 void lod_putref(struct lod_device *lod, struct lod_tgt_descs *ltd);
509 int lod_add_device(const struct lu_env *env, struct lod_device *lod,
510                    char *osp, unsigned index, unsigned gen, int mdt_index,
511                    char *type, int active);
512 int lod_del_device(const struct lu_env *env, struct lod_device *lod,
513                    struct lod_tgt_descs *ltd, char *osp, unsigned idx,
514                    unsigned gen, bool for_ost);
515 int lod_fini_tgt(const struct lu_env *env, struct lod_device *lod,
516                  struct lod_tgt_descs *ltd, bool for_ost);
517 int lod_load_striping_locked(const struct lu_env *env, struct lod_object *lo);
518 int lod_load_striping(const struct lu_env *env, struct lod_object *lo);
519
520 int lod_get_ea(const struct lu_env *env, struct lod_object *lo,
521                const char *name);
522 static inline int
523 lod_get_lov_ea(const struct lu_env *env, struct lod_object *lo)
524 {
525         return lod_get_ea(env, lo, XATTR_NAME_LOV);
526 }
527
528 static inline int
529 lod_get_lmv_ea(const struct lu_env *env, struct lod_object *lo)
530 {
531         return lod_get_ea(env, lo, XATTR_NAME_LMV);
532 }
533
534 static inline int
535 lod_get_default_lmv_ea(const struct lu_env *env, struct lod_object *lo)
536 {
537         return lod_get_ea(env, lo, XATTR_NAME_DEFAULT_LMV);
538 }
539
540 static inline void
541 lod_comp_set_init(struct lod_layout_component *entry)
542 {
543         entry->llc_flags |= LCME_FL_INIT;
544 }
545
546 static inline void
547 lod_comp_unset_init(struct lod_layout_component *entry)
548 {
549         entry->llc_flags &= ~LCME_FL_INIT;
550 }
551
552 static inline bool
553 lod_comp_inited(const struct lod_layout_component *entry)
554 {
555         return entry->llc_flags & LCME_FL_INIT;
556 }
557
558 void lod_fix_desc(struct lov_desc *desc);
559 void lod_fix_desc_qos_maxage(__u32 *val);
560 void lod_fix_desc_pattern(__u32 *val);
561 void lod_fix_desc_stripe_count(__u32 *val);
562 void lod_fix_desc_stripe_size(__u64 *val);
563 int lod_pools_init(struct lod_device *m, struct lustre_cfg *cfg);
564 int lod_pools_fini(struct lod_device *m);
565 int lod_parse_striping(const struct lu_env *env, struct lod_object *mo,
566                        const struct lu_buf *buf);
567 int lod_parse_dir_striping(const struct lu_env *env, struct lod_object *lo,
568                            const struct lu_buf *buf);
569 int lod_initialize_objects(const struct lu_env *env, struct lod_object *mo,
570                            struct lov_ost_data_v1 *objs, int index);
571 int lod_verify_striping(struct lod_device *d, const struct lu_buf *buf,
572                         bool is_from_disk, __u64 start);
573 int lod_generate_lovea(const struct lu_env *env, struct lod_object *lo,
574                        struct lov_mds_md *lmm, int *lmm_size, bool is_dir);
575 int lod_ea_store_resize(struct lod_thread_info *info, size_t size);
576 int lod_def_striping_comp_resize(struct lod_default_striping *lds, __u16 count);
577 void lod_free_def_comp_entries(struct lod_default_striping *lds);
578 void lod_free_comp_entries(struct lod_object *lo);
579 int lod_alloc_comp_entries(struct lod_object *lo, int cnt);
580
581 /* lod_pool.c */
582 int lod_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count);
583 int lod_ost_pool_remove(struct ost_pool *op, __u32 idx);
584 int lod_ost_pool_extend(struct ost_pool *op, unsigned int min_count);
585 struct pool_desc *lod_find_pool(struct lod_device *lod, char *poolname);
586 void lod_pool_putref(struct pool_desc *pool);
587 int lod_ost_pool_free(struct ost_pool *op);
588 int lod_pool_del(struct obd_device *obd, char *poolname);
589 int lod_ost_pool_init(struct ost_pool *op, unsigned int count);
590 extern struct cfs_hash_ops pool_hash_operations;
591 int lod_check_index_in_pool(__u32 idx, struct pool_desc *pool);
592 int lod_pool_new(struct obd_device *obd, char *poolname);
593 int lod_pool_add(struct obd_device *obd, char *poolname, char *ostname);
594 int lod_pool_remove(struct obd_device *obd, char *poolname, char *ostname);
595
596 struct lod_obj_stripe_cb_data {
597         union {
598                 const struct lu_attr    *locd_attr;
599                 struct ost_pool         *locd_inuse;
600         };
601         bool    locd_declare;
602 };
603
604 typedef int (*lod_obj_stripe_cb_t)(const struct lu_env *env,
605                                    struct lod_object *lo, struct dt_object *dt,
606                                    struct thandle *th, int stripe_idx,
607                                    struct lod_obj_stripe_cb_data *data);
608 /* lod_qos.c */
609 int lod_prepare_create(const struct lu_env *env, struct lod_object *lo,
610                        struct lu_attr *attr, const struct lu_buf *buf,
611                        struct thandle *th);
612 int qos_add_tgt(struct lod_device*, struct lod_tgt_desc *);
613 int qos_del_tgt(struct lod_device *, struct lod_tgt_desc *);
614 void lod_qos_rr_init(struct lod_qos_rr *lqr);
615 int lod_use_defined_striping(const struct lu_env *, struct lod_object *,
616                              const struct lu_buf *);
617 int lod_obj_stripe_set_inuse_cb(const struct lu_env *env, struct lod_object *lo,
618                                 struct dt_object *dt, struct thandle *th,
619                                 int stripe_idx,
620                                 struct lod_obj_stripe_cb_data *data);
621 int lod_qos_parse_config(const struct lu_env *env, struct lod_object *lo,
622                          const struct lu_buf *buf);
623 int lod_qos_prep_create(const struct lu_env *env, struct lod_object *lo,
624                         struct lu_attr *attr, struct thandle *th,
625                         int comp_idx, struct ost_pool *inuse);
626 __u16 lod_comp_entry_stripecnt(struct lod_object *lo,
627                                struct lod_layout_component *entry,
628                                bool is_dir);
629 __u16 lod_get_stripecnt(struct lod_device *lod, struct lod_object *lo,
630                         __u16 stripe_count);
631
632 /* lproc_lod.c */
633 int lod_procfs_init(struct lod_device *lod);
634 void lod_procfs_fini(struct lod_device *lod);
635
636 /* lod_object.c */
637 extern struct dt_object_operations lod_obj_ops;
638 extern struct lu_object_operations lod_lu_obj_ops;
639 int lod_load_lmv_shards(const struct lu_env *env, struct lod_object *lo,
640                         struct lu_buf *buf, bool resize);
641 int lod_declare_striped_object(const struct lu_env *env, struct dt_object *dt,
642                                struct lu_attr *attr,
643                                const struct lu_buf *lovea, struct thandle *th);
644 int lod_striping_create(const struct lu_env *env, struct dt_object *dt,
645                         struct lu_attr *attr, struct dt_object_format *dof,
646                         struct thandle *th);
647 void lod_object_free_striping(const struct lu_env *env, struct lod_object *lo);
648
649 int lod_obj_for_each_stripe(const struct lu_env *env, struct lod_object *lo,
650                             struct thandle *th, lod_obj_stripe_cb_t cb,
651                             struct lod_obj_stripe_cb_data *data);
652
653 /* lod_sub_object.c */
654 struct thandle *lod_sub_get_thandle(const struct lu_env *env,
655                                     struct thandle *th,
656                                     const struct dt_object *sub_obj,
657                                     bool *record_update);
658 int lod_sub_object_declare_create(const struct lu_env *env,
659                                   struct dt_object *dt,
660                                   struct lu_attr *attr,
661                                   struct dt_allocation_hint *hint,
662                                   struct dt_object_format *dof,
663                                   struct thandle *th);
664 int lod_sub_object_create(const struct lu_env *env, struct dt_object *dt,
665                           struct lu_attr *attr,
666                           struct dt_allocation_hint *hint,
667                           struct dt_object_format *dof,
668                           struct thandle *th);
669 int lod_sub_object_declare_ref_add(const struct lu_env *env,
670                                    struct dt_object *dt,
671                                    struct thandle *th);
672 int lod_sub_object_ref_add(const struct lu_env *env, struct dt_object *dt,
673                            struct thandle *th);
674 int lod_sub_object_declare_ref_del(const struct lu_env *env,
675                                    struct dt_object *dt,
676                                    struct thandle *th);
677 int lod_sub_object_ref_del(const struct lu_env *env, struct dt_object *dt,
678                            struct thandle *th);
679 int lod_sub_object_declare_destroy(const struct lu_env *env,
680                                    struct dt_object *dt,
681                                    struct thandle *th);
682 int lod_sub_object_destroy(const struct lu_env *env, struct dt_object *dt,
683                            struct thandle *th);
684 int lod_sub_object_declare_insert(const struct lu_env *env,
685                                   struct dt_object *dt,
686                                   const struct dt_rec *rec,
687                                   const struct dt_key *key,
688                                   struct thandle *th);
689 int lod_sub_object_index_insert(const struct lu_env *env, struct dt_object *dt,
690                                 const struct dt_rec *rec,
691                                 const struct dt_key *key, struct thandle *th,
692                                 int ign);
693 int lod_sub_object_declare_delete(const struct lu_env *env,
694                                   struct dt_object *dt,
695                                   const struct dt_key *key,
696                                   struct thandle *th);
697 int lod_sub_object_delete(const struct lu_env *env, struct dt_object *dt,
698                           const struct dt_key *name, struct thandle *th);
699 int lod_sub_object_declare_xattr_set(const struct lu_env *env,
700                                      struct dt_object *dt,
701                                      const struct lu_buf *buf,
702                                      const char *name, int fl,
703                                      struct thandle *th);
704 int lod_sub_object_xattr_set(const struct lu_env *env, struct dt_object *dt,
705                              const struct lu_buf *buf, const char *name, int fl,
706                              struct thandle *th);
707 int lod_sub_object_declare_attr_set(const struct lu_env *env,
708                                     struct dt_object *dt,
709                                     const struct lu_attr *attr,
710                                     struct thandle *th);
711 int lod_sub_object_attr_set(const struct lu_env *env,
712                             struct dt_object *dt,
713                             const struct lu_attr *attr,
714                             struct thandle *th);
715 int lod_sub_object_declare_xattr_del(const struct lu_env *env,
716                                      struct dt_object *dt,
717                                      const char *name,
718                                      struct thandle *th);
719 int lod_sub_object_xattr_del(const struct lu_env *env,
720                              struct dt_object *dt,
721                              const char *name,
722                              struct thandle *th);
723 int lod_sub_object_declare_write(const struct lu_env *env,
724                                  struct dt_object *dt,
725                                  const struct lu_buf *buf, loff_t pos,
726                                  struct thandle *th);
727 ssize_t lod_sub_object_write(const struct lu_env *env, struct dt_object *dt,
728                              const struct lu_buf *buf, loff_t *pos,
729                              struct thandle *th, int rq);
730 int lod_sub_object_declare_punch(const struct lu_env *env,
731                                  struct dt_object *dt,
732                                  __u64 start, __u64 end,
733                                  struct thandle *th);
734 int lod_sub_object_punch(const struct lu_env *env, struct dt_object *dt,
735                          __u64 start, __u64 end, struct thandle *th);
736
737 int lod_sub_prep_llog(const struct lu_env *env, struct lod_device *lod,
738                       struct dt_device *dt, int index);
739 #endif