Whamcloud - gitweb
LU-1303 fld: verify support for range lookups
[fs/lustre-release.git] / lustre / include / md_object.h
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
19  *
20  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21  * CA 95054 USA or visit www.sun.com if you need additional information or
22  * have any questions.
23  *
24  * GPL HEADER END
25  */
26 /*
27  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
28  * Use is subject to license terms.
29  *
30  * Copyright (c) 2011, 2012, Whamcloud, Inc.
31  */
32 /*
33  * This file is part of Lustre, http://www.lustre.org/
34  * Lustre is a trademark of Sun Microsystems, Inc.
35  *
36  * lustre/include/md_object.h
37  *
38  * Extention of lu_object.h for metadata objects
39  */
40
41 #ifndef _LUSTRE_MD_OBJECT_H
42 #define _LUSTRE_MD_OBJECT_H
43
44 /** \defgroup md md
45  * Sub-class of lu_object with methods common for "meta-data" objects in MDT
46  * stack.
47  *
48  * Meta-data objects implement namespace operations: you can link, unlink
49  * them, and treat them as directories.
50  *
51  * Examples: mdt, cmm, and mdt are implementations of md interface.
52  * @{
53  */
54
55
56 /*
57  * super-class definitions.
58  */
59 #include <dt_object.h>
60 #include <lvfs.h>
61
62 /* LU-1051, temperary solution to reduce llog credits */
63 #define DECLARE_LLOG_REWRITE  0
64 #define DECLARE_LLOG_WRITE    INT_MAX
65
66 struct md_device;
67 struct md_device_operations;
68 struct md_object;
69 struct obd_export;
70
71 enum {
72         UCRED_INVALID   = -1,
73         UCRED_INIT      = 0,
74         UCRED_OLD       = 1,
75         UCRED_NEW       = 2
76 };
77
78 struct md_ucred {
79         __u32               mu_valid;
80         __u32               mu_o_uid;
81         __u32               mu_o_gid;
82         __u32               mu_o_fsuid;
83         __u32               mu_o_fsgid;
84         __u32               mu_uid;
85         __u32               mu_gid;
86         __u32               mu_fsuid;
87         __u32               mu_fsgid;
88         __u32               mu_suppgids[2];
89         cfs_cap_t           mu_cap;
90         __u32               mu_umask;
91         cfs_group_info_t   *mu_ginfo;
92         struct md_identity *mu_identity;
93 };
94
95 enum {
96         MD_CAPAINFO_MAX = 5
97 };
98
99 /** there are at most 5 fids in one operation, see rename, NOTE the last one
100  * is a temporary one used for is_subdir() */
101 struct md_capainfo {
102         __u32                   mc_auth;
103         __u32                   mc_padding;
104         struct lu_fid           mc_fid[MD_CAPAINFO_MAX];
105         struct lustre_capa     *mc_capa[MD_CAPAINFO_MAX];
106 };
107
108 struct md_quota {
109         struct obd_export       *mq_exp;
110 };
111
112 /**
113  * Implemented in mdd/mdd_handler.c.
114  *
115  * XXX should be moved into separate .h/.c together with all md security
116  * related definitions.
117  */
118 struct md_ucred *md_ucred(const struct lu_env *env);
119 struct md_capainfo *md_capainfo(const struct lu_env *env);
120 struct md_quota *md_quota(const struct lu_env *env);
121
122 /** metadata attributes */
123 enum ma_valid {
124         MA_INODE     = (1 << 0),
125         MA_LOV       = (1 << 1),
126         MA_COOKIE    = (1 << 2),
127         MA_FLAGS     = (1 << 3),
128         MA_LMV       = (1 << 4),
129         MA_ACL_DEF   = (1 << 5),
130         MA_LOV_DEF   = (1 << 6),
131         MA_LAY_GEN   = (1 << 7),
132         MA_HSM       = (1 << 8),
133         MA_SOM       = (1 << 9),
134         MA_PFID      = (1 << 10)
135 };
136
137 typedef enum {
138         MDL_MINMODE  = 0,
139         MDL_EX       = 1,
140         MDL_PW       = 2,
141         MDL_PR       = 4,
142         MDL_CW       = 8,
143         MDL_CR       = 16,
144         MDL_NL       = 32,
145         MDL_GROUP    = 64,
146         MDL_MAXMODE
147 } mdl_mode_t;
148
149 typedef enum {
150         MDT_NUL_LOCK = 0,
151         MDT_REG_LOCK = (1 << 0),
152         MDT_PDO_LOCK = (1 << 1)
153 } mdl_type_t;
154
155 struct md_hsm {
156         __u32  mh_flags;
157         __u32  mh_archive_number;
158 };
159
160 #define IOEPOCH_INVAL 0
161
162 struct md_som_data {
163         __u64 msd_ioepoch;
164         __u64 msd_size;
165         __u64 msd_blocks;
166         __u64 msd_mountid;
167 };
168
169 struct md_attr {
170         __u64                   ma_valid;
171         __u64                   ma_need;
172         __u64                   ma_attr_flags;
173         struct lu_attr          ma_attr;
174         struct lu_fid           ma_pfid;
175         struct md_hsm           ma_hsm;
176         struct lov_mds_md      *ma_lmm;
177         struct lmv_stripe_md   *ma_lmv;
178         void                   *ma_acl;
179         struct llog_cookie     *ma_cookie;
180         struct lustre_capa     *ma_capa;
181         struct md_som_data     *ma_som;
182         int                     ma_lmm_size;
183         int                     ma_big_lmm_used:1;
184         int                     ma_lmv_size;
185         int                     ma_acl_size;
186         int                     ma_cookie_size;
187         __u16                   ma_layout_gen;
188 };
189
190 /** Additional parameters for create */
191 struct md_op_spec {
192         union {
193                 /** symlink target */
194                 const char               *sp_symname;
195                 /** parent FID for cross-ref mkdir */
196                 const struct lu_fid      *sp_pfid;
197                 /** eadata for regular files */
198                 struct md_spec_reg {
199                         /** lov objs exist already */
200                         const struct lu_fid   *fid;
201                         const void *eadata;
202                         int  eadatalen;
203                 } sp_ea;
204         } u;
205         /** don't create lov objects or llog cookie - this replay */
206         int no_create;
207
208         /** Create flag from client: such as MDS_OPEN_CREAT, and others. */
209         __u64      sp_cr_flags;
210
211         /** Should mdd do lookup sanity check or not. */
212         int        sp_cr_lookup;
213
214         /** Current lock mode for parent dir where create is performing. */
215         mdl_mode_t sp_cr_mode;
216
217         /** Check for split */
218         int        sp_ck_split;
219
220         /** to create directory */
221         const struct dt_index_features *sp_feat;
222 };
223
224 /**
225  * Operations implemented for each md object (both directory and leaf).
226  */
227 struct md_object_operations {
228         int (*moo_permission)(const struct lu_env *env,
229                               struct md_object *pobj, struct md_object *cobj,
230                               struct md_attr *attr, int mask);
231
232         int (*moo_attr_get)(const struct lu_env *env, struct md_object *obj,
233                             struct md_attr *attr);
234
235         int (*moo_attr_set)(const struct lu_env *env, struct md_object *obj,
236                             const struct md_attr *attr);
237
238         int (*moo_xattr_get)(const struct lu_env *env, struct md_object *obj,
239                              struct lu_buf *buf, const char *name);
240
241         int (*moo_xattr_list)(const struct lu_env *env, struct md_object *obj,
242                               struct lu_buf *buf);
243
244         int (*moo_xattr_set)(const struct lu_env *env, struct md_object *obj,
245                              const struct lu_buf *buf, const char *name,
246                              int fl);
247
248         int (*moo_xattr_del)(const struct lu_env *env, struct md_object *obj,
249                              const char *name);
250
251         /** \retval number of bytes actually read upon success */
252         int (*moo_readpage)(const struct lu_env *env, struct md_object *obj,
253                             const struct lu_rdpg *rdpg);
254
255         int (*moo_readlink)(const struct lu_env *env, struct md_object *obj,
256                             struct lu_buf *buf);
257         int (*moo_changelog)(const struct lu_env *env,
258                              enum changelog_rec_type type, int flags,
259                              struct md_object *obj);
260         /** part of cross-ref operation */
261         int (*moo_object_create)(const struct lu_env *env,
262                                  struct md_object *obj,
263                                  const struct md_op_spec *spec,
264                                  struct md_attr *ma);
265
266         int (*moo_ref_add)(const struct lu_env *env,
267                            struct md_object *obj,
268                            const struct md_attr *ma);
269
270         int (*moo_ref_del)(const struct lu_env *env,
271                            struct md_object *obj,
272                            struct md_attr *ma);
273
274         int (*moo_open)(const struct lu_env *env,
275                         struct md_object *obj, int flag);
276
277         int (*moo_close)(const struct lu_env *env, struct md_object *obj,
278                          struct md_attr *ma, int mode);
279
280         int (*moo_capa_get)(const struct lu_env *, struct md_object *,
281                             struct lustre_capa *, int renewal);
282
283         int (*moo_object_sync)(const struct lu_env *, struct md_object *);
284         int (*moo_path)(const struct lu_env *env, struct md_object *obj,
285                         char *path, int pathlen, __u64 *recno, int *linkno);
286         int (*moo_file_lock)(const struct lu_env *env, struct md_object *obj,
287                              struct lov_mds_md *lmm, struct ldlm_extent *extent,
288                              struct lustre_handle *lockh);
289         int (*moo_file_unlock)(const struct lu_env *env, struct md_object *obj,
290                                struct lov_mds_md *lmm,
291                                struct lustre_handle *lockh);
292 };
293
294 /**
295  * Operations implemented for each directory object.
296  */
297 struct md_dir_operations {
298         int (*mdo_is_subdir) (const struct lu_env *env, struct md_object *obj,
299                               const struct lu_fid *fid, struct lu_fid *sfid);
300
301         int (*mdo_lookup)(const struct lu_env *env, struct md_object *obj,
302                           const struct lu_name *lname, struct lu_fid *fid,
303                           struct md_op_spec *spec);
304
305         mdl_mode_t (*mdo_lock_mode)(const struct lu_env *env,
306                                     struct md_object *obj,
307                                     mdl_mode_t mode);
308
309         int (*mdo_create)(const struct lu_env *env, struct md_object *pobj,
310                           const struct lu_name *lname, struct md_object *child,
311                           struct md_op_spec *spec,
312                           struct md_attr *ma);
313
314         /** This method is used for creating data object for this meta object*/
315         int (*mdo_create_data)(const struct lu_env *env, struct md_object *p,
316                                struct md_object *o,
317                                const struct md_op_spec *spec,
318                                struct md_attr *ma);
319
320         int (*mdo_rename)(const struct lu_env *env, struct md_object *spobj,
321                           struct md_object *tpobj, const struct lu_fid *lf,
322                           const struct lu_name *lsname, struct md_object *tobj,
323                           const struct lu_name *ltname, struct md_attr *ma);
324
325         int (*mdo_link)(const struct lu_env *env, struct md_object *tgt_obj,
326                         struct md_object *src_obj, const struct lu_name *lname,
327                         struct md_attr *ma);
328
329         int (*mdo_unlink)(const struct lu_env *env, struct md_object *pobj,
330                           struct md_object *cobj, const struct lu_name *lname,
331                           struct md_attr *ma);
332
333         /** This method is used to compare a requested layout to an existing
334          * layout (struct lov_mds_md_v1/3 vs struct lov_mds_md_v1/3) */
335         int (*mdo_lum_lmm_cmp)(const struct lu_env *env,
336                                struct md_object *cobj,
337                                const struct md_op_spec *spec,
338                                struct md_attr *ma);
339
340         /** partial ops for cross-ref case */
341         int (*mdo_name_insert)(const struct lu_env *env,
342                                struct md_object *obj,
343                                const struct lu_name *lname,
344                                const struct lu_fid *fid,
345                                const struct md_attr *ma);
346
347         int (*mdo_name_remove)(const struct lu_env *env,
348                                struct md_object *obj,
349                                const struct lu_name *lname,
350                                const struct md_attr *ma);
351
352         int (*mdo_rename_tgt)(const struct lu_env *env, struct md_object *pobj,
353                               struct md_object *tobj, const struct lu_fid *fid,
354                               const struct lu_name *lname, struct md_attr *ma);
355 };
356
357 struct md_device_operations {
358         /** meta-data device related handlers. */
359         int (*mdo_root_get)(const struct lu_env *env, struct md_device *m,
360                             struct lu_fid *f);
361
362         int (*mdo_maxsize_get)(const struct lu_env *env, struct md_device *m,
363                                int *md_size, int *cookie_size);
364
365         int (*mdo_statfs)(const struct lu_env *env, struct md_device *m,
366                           struct obd_statfs *sfs);
367
368         int (*mdo_init_capa_ctxt)(const struct lu_env *env, struct md_device *m,
369                                   int mode, unsigned long timeout, __u32 alg,
370                                   struct lustre_capa_key *keys);
371
372         int (*mdo_update_capa_key)(const struct lu_env *env,
373                                    struct md_device *m,
374                                    struct lustre_capa_key *key);
375
376         int (*mdo_llog_ctxt_get)(const struct lu_env *env,
377                                  struct md_device *m, int idx, void **h);
378
379         int (*mdo_iocontrol)(const struct lu_env *env, struct md_device *m,
380                              unsigned int cmd, int len, void *data);
381 };
382
383 enum md_upcall_event {
384         /** Sync the md layer*/
385         MD_LOV_SYNC = (1 << 0),
386         /** Just for split, no need trans, for replay */
387         MD_NO_TRANS = (1 << 1),
388         MD_LOV_CONFIG = (1 << 2),
389         /** Trigger quota recovery */
390         MD_LOV_QUOTA = (1 << 3)
391 };
392
393 struct md_upcall {
394         /** this lock protects upcall using against its removal
395          * read lock is for usage the upcall, write - for init/fini */
396         cfs_rw_semaphore_t      mu_upcall_sem;
397         /** device to call, upper layer normally */
398         struct md_device       *mu_upcall_dev;
399         /** upcall function */
400         int (*mu_upcall)(const struct lu_env *env, struct md_device *md,
401                          enum md_upcall_event ev, void *data);
402 };
403
404 struct md_device {
405         struct lu_device                   md_lu_dev;
406         const struct md_device_operations *md_ops;
407         struct md_upcall                   md_upcall;
408 };
409
410 static inline void md_upcall_init(struct md_device *m, void *upcl)
411 {
412         cfs_init_rwsem(&m->md_upcall.mu_upcall_sem);
413         m->md_upcall.mu_upcall_dev = NULL;
414         m->md_upcall.mu_upcall = upcl;
415 }
416
417 static inline void md_upcall_dev_set(struct md_device *m, struct md_device *up)
418 {
419         cfs_down_write(&m->md_upcall.mu_upcall_sem);
420         m->md_upcall.mu_upcall_dev = up;
421         cfs_up_write(&m->md_upcall.mu_upcall_sem);
422 }
423
424 static inline void md_upcall_fini(struct md_device *m)
425 {
426         cfs_down_write(&m->md_upcall.mu_upcall_sem);
427         m->md_upcall.mu_upcall_dev = NULL;
428         m->md_upcall.mu_upcall = NULL;
429         cfs_up_write(&m->md_upcall.mu_upcall_sem);
430 }
431
432 static inline int md_do_upcall(const struct lu_env *env, struct md_device *m,
433                                enum md_upcall_event ev, void *data)
434 {
435         int rc = 0;
436         cfs_down_read(&m->md_upcall.mu_upcall_sem);
437         if (m->md_upcall.mu_upcall_dev != NULL &&
438             m->md_upcall.mu_upcall_dev->md_upcall.mu_upcall != NULL) {
439                 rc = m->md_upcall.mu_upcall_dev->md_upcall.mu_upcall(env,
440                                               m->md_upcall.mu_upcall_dev,
441                                               ev, data);
442         }
443         cfs_up_read(&m->md_upcall.mu_upcall_sem);
444         return rc;
445 }
446
447 struct md_object {
448         struct lu_object                   mo_lu;
449         const struct md_object_operations *mo_ops;
450         const struct md_dir_operations    *mo_dir_ops;
451 };
452
453 /**
454  * md-server site.
455  */
456 struct md_site {
457         struct lu_site       *ms_lu;
458         /**
459          * mds number of this site.
460          */
461         mdsno_t               ms_node_id;
462         /**
463          * Fid location database
464          */
465         struct lu_server_fld *ms_server_fld;
466         struct lu_client_fld *ms_client_fld;
467
468         /**
469          * Server Seq Manager
470          */
471         struct lu_server_seq *ms_server_seq;
472
473         /**
474          * Controller Seq Manager
475          */
476         struct lu_server_seq *ms_control_seq;
477         struct obd_export    *ms_control_exp;
478
479         /**
480          * Client Seq Manager
481          */
482         struct lu_client_seq *ms_client_seq;
483 };
484
485 static inline int lu_device_is_md(const struct lu_device *d)
486 {
487         return ergo(d != NULL, d->ld_type->ldt_tags & LU_DEVICE_MD);
488 }
489
490 static inline struct md_device *lu2md_dev(const struct lu_device *d)
491 {
492         LASSERT(IS_ERR(d) || lu_device_is_md(d));
493         return container_of0(d, struct md_device, md_lu_dev);
494 }
495
496 static inline struct lu_device *md2lu_dev(struct md_device *d)
497 {
498         return &d->md_lu_dev;
499 }
500
501 static inline struct md_object *lu2md(const struct lu_object *o)
502 {
503         LASSERT(o == NULL || IS_ERR(o) || lu_device_is_md(o->lo_dev));
504         return container_of0(o, struct md_object, mo_lu);
505 }
506
507 static inline struct md_object *md_object_next(const struct md_object *obj)
508 {
509         return (obj ? lu2md(lu_object_next(&obj->mo_lu)) : NULL);
510 }
511
512 static inline struct md_device *md_obj2dev(const struct md_object *o)
513 {
514         LASSERT(o == NULL || IS_ERR(o) || lu_device_is_md(o->mo_lu.lo_dev));
515         return container_of0(o->mo_lu.lo_dev, struct md_device, md_lu_dev);
516 }
517
518 static inline struct md_site *lu_site2md(const struct lu_site *s)
519 {
520         return s->ld_md_site;
521 }
522
523 static inline int md_device_init(struct md_device *md, struct lu_device_type *t)
524 {
525         return lu_device_init(&md->md_lu_dev, t);
526 }
527
528 static inline void md_device_fini(struct md_device *md)
529 {
530         lu_device_fini(&md->md_lu_dev);
531 }
532
533 static inline struct md_object *md_object_find_slice(const struct lu_env *env,
534                                                      struct md_device *md,
535                                                      const struct lu_fid *f)
536 {
537         return lu2md(lu_object_find_slice(env, md2lu_dev(md), f, NULL));
538 }
539
540
541 /** md operations */
542 static inline int mo_permission(const struct lu_env *env,
543                                 struct md_object *p,
544                                 struct md_object *c,
545                                 struct md_attr *at,
546                                 int mask)
547 {
548         LASSERT(c->mo_ops->moo_permission);
549         return c->mo_ops->moo_permission(env, p, c, at, mask);
550 }
551
552 static inline int mo_attr_get(const struct lu_env *env,
553                               struct md_object *m,
554                               struct md_attr *at)
555 {
556         LASSERT(m->mo_ops->moo_attr_get);
557         return m->mo_ops->moo_attr_get(env, m, at);
558 }
559
560 static inline int mo_readlink(const struct lu_env *env,
561                               struct md_object *m,
562                               struct lu_buf *buf)
563 {
564         LASSERT(m->mo_ops->moo_readlink);
565         return m->mo_ops->moo_readlink(env, m, buf);
566 }
567
568 static inline int mo_changelog(const struct lu_env *env,
569                                enum changelog_rec_type type,
570                                int flags, struct md_object *m)
571 {
572         LASSERT(m->mo_ops->moo_changelog);
573         return m->mo_ops->moo_changelog(env, type, flags, m);
574 }
575
576 static inline int mo_attr_set(const struct lu_env *env,
577                               struct md_object *m,
578                               const struct md_attr *at)
579 {
580         LASSERT(m->mo_ops->moo_attr_set);
581         return m->mo_ops->moo_attr_set(env, m, at);
582 }
583
584 static inline int mo_xattr_get(const struct lu_env *env,
585                                struct md_object *m,
586                                struct lu_buf *buf,
587                                const char *name)
588 {
589         LASSERT(m->mo_ops->moo_xattr_get);
590         return m->mo_ops->moo_xattr_get(env, m, buf, name);
591 }
592
593 static inline int mo_xattr_del(const struct lu_env *env,
594                                struct md_object *m,
595                                const char *name)
596 {
597         LASSERT(m->mo_ops->moo_xattr_del);
598         return m->mo_ops->moo_xattr_del(env, m, name);
599 }
600
601 static inline int mo_xattr_set(const struct lu_env *env,
602                                struct md_object *m,
603                                const struct lu_buf *buf,
604                                const char *name,
605                                int flags)
606 {
607         LASSERT(m->mo_ops->moo_xattr_set);
608         return m->mo_ops->moo_xattr_set(env, m, buf, name, flags);
609 }
610
611 static inline int mo_xattr_list(const struct lu_env *env,
612                                 struct md_object *m,
613                                 struct lu_buf *buf)
614 {
615         LASSERT(m->mo_ops->moo_xattr_list);
616         return m->mo_ops->moo_xattr_list(env, m, buf);
617 }
618
619 static inline int mo_open(const struct lu_env *env,
620                           struct md_object *m,
621                           int flags)
622 {
623         LASSERT(m->mo_ops->moo_open);
624         return m->mo_ops->moo_open(env, m, flags);
625 }
626
627 static inline int mo_close(const struct lu_env *env,
628                            struct md_object *m,
629                            struct md_attr *ma,
630                            int mode)
631 {
632         LASSERT(m->mo_ops->moo_close);
633         return m->mo_ops->moo_close(env, m, ma, mode);
634 }
635
636 static inline int mo_readpage(const struct lu_env *env,
637                               struct md_object *m,
638                               const struct lu_rdpg *rdpg)
639 {
640         LASSERT(m->mo_ops->moo_readpage);
641         return m->mo_ops->moo_readpage(env, m, rdpg);
642 }
643
644 static inline int mo_object_create(const struct lu_env *env,
645                                    struct md_object *m,
646                                    const struct md_op_spec *spc,
647                                    struct md_attr *at)
648 {
649         LASSERT(m->mo_ops->moo_object_create);
650         return m->mo_ops->moo_object_create(env, m, spc, at);
651 }
652
653 static inline int mo_ref_add(const struct lu_env *env,
654                              struct md_object *m,
655                              const struct md_attr *ma)
656 {
657         LASSERT(m->mo_ops->moo_ref_add);
658         return m->mo_ops->moo_ref_add(env, m, ma);
659 }
660
661 static inline int mo_ref_del(const struct lu_env *env,
662                              struct md_object *m,
663                              struct md_attr *ma)
664 {
665         LASSERT(m->mo_ops->moo_ref_del);
666         return m->mo_ops->moo_ref_del(env, m, ma);
667 }
668
669 static inline int mo_capa_get(const struct lu_env *env,
670                               struct md_object *m,
671                               struct lustre_capa *c,
672                               int renewal)
673 {
674         LASSERT(m->mo_ops->moo_capa_get);
675         return m->mo_ops->moo_capa_get(env, m, c, renewal);
676 }
677
678 static inline int mo_path(const struct lu_env *env, struct md_object *m,
679                           char *path, int pathlen, __u64 *recno, int *linkno)
680 {
681         if (m->mo_ops->moo_path == NULL)
682                 return -ENOSYS;
683         return m->mo_ops->moo_path(env, m, path, pathlen, recno, linkno);
684 }
685
686 static inline int mo_object_sync(const struct lu_env *env, struct md_object *m)
687 {
688         LASSERT(m->mo_ops->moo_object_sync);
689         return m->mo_ops->moo_object_sync(env, m);
690 }
691
692 static inline int mo_file_lock(const struct lu_env *env, struct md_object *m,
693                                struct lov_mds_md *lmm,
694                                struct ldlm_extent *extent,
695                                struct lustre_handle *lockh)
696 {
697         LASSERT(m->mo_ops->moo_file_lock);
698         return m->mo_ops->moo_file_lock(env, m, lmm, extent, lockh);
699 }
700
701 static inline int mo_file_unlock(const struct lu_env *env, struct md_object *m,
702                                  struct lov_mds_md *lmm,
703                                  struct lustre_handle *lockh)
704 {
705         LASSERT(m->mo_ops->moo_file_unlock);
706         return m->mo_ops->moo_file_unlock(env, m, lmm, lockh);
707 }
708
709 static inline int mdo_lookup(const struct lu_env *env,
710                              struct md_object *p,
711                              const struct lu_name *lname,
712                              struct lu_fid *f,
713                              struct md_op_spec *spec)
714 {
715         LASSERT(p->mo_dir_ops->mdo_lookup);
716         return p->mo_dir_ops->mdo_lookup(env, p, lname, f, spec);
717 }
718
719 static inline mdl_mode_t mdo_lock_mode(const struct lu_env *env,
720                                        struct md_object *mo,
721                                        mdl_mode_t lm)
722 {
723         if (mo->mo_dir_ops->mdo_lock_mode == NULL)
724                 return MDL_MINMODE;
725         return mo->mo_dir_ops->mdo_lock_mode(env, mo, lm);
726 }
727
728 static inline int mdo_create(const struct lu_env *env,
729                              struct md_object *p,
730                              const struct lu_name *lchild_name,
731                              struct md_object *c,
732                              struct md_op_spec *spc,
733                              struct md_attr *at)
734 {
735         LASSERT(p->mo_dir_ops->mdo_create);
736         return p->mo_dir_ops->mdo_create(env, p, lchild_name, c, spc, at);
737 }
738
739 static inline int mdo_create_data(const struct lu_env *env,
740                                   struct md_object *p,
741                                   struct md_object *c,
742                                   const struct md_op_spec *spec,
743                                   struct md_attr *ma)
744 {
745         LASSERT(c->mo_dir_ops->mdo_create_data);
746         return c->mo_dir_ops->mdo_create_data(env, p, c, spec, ma);
747 }
748
749 static inline int mdo_rename(const struct lu_env *env,
750                              struct md_object *sp,
751                              struct md_object *tp,
752                              const struct lu_fid *lf,
753                              const struct lu_name *lsname,
754                              struct md_object *t,
755                              const struct lu_name *ltname,
756                              struct md_attr *ma)
757 {
758         LASSERT(tp->mo_dir_ops->mdo_rename);
759         return tp->mo_dir_ops->mdo_rename(env, sp, tp, lf, lsname, t, ltname,
760                                           ma);
761 }
762
763 static inline int mdo_is_subdir(const struct lu_env *env,
764                                 struct md_object *mo,
765                                 const struct lu_fid *fid,
766                                 struct lu_fid *sfid)
767 {
768         LASSERT(mo->mo_dir_ops->mdo_is_subdir);
769         return mo->mo_dir_ops->mdo_is_subdir(env, mo, fid, sfid);
770 }
771
772 static inline int mdo_link(const struct lu_env *env,
773                            struct md_object *p,
774                            struct md_object *s,
775                            const struct lu_name *lname,
776                            struct md_attr *ma)
777 {
778         LASSERT(s->mo_dir_ops->mdo_link);
779         return s->mo_dir_ops->mdo_link(env, p, s, lname, ma);
780 }
781
782 static inline int mdo_unlink(const struct lu_env *env,
783                              struct md_object *p,
784                              struct md_object *c,
785                              const struct lu_name *lname,
786                              struct md_attr *ma)
787 {
788         LASSERT(c->mo_dir_ops->mdo_unlink);
789         return c->mo_dir_ops->mdo_unlink(env, p, c, lname, ma);
790 }
791
792 static inline int mdo_lum_lmm_cmp(const struct lu_env *env,
793                                   struct md_object *c,
794                                   const struct md_op_spec *spec,
795                                   struct md_attr *ma)
796 {
797         LASSERT(c->mo_dir_ops->mdo_lum_lmm_cmp);
798         return c->mo_dir_ops->mdo_lum_lmm_cmp(env, c, spec, ma);
799 }
800
801 static inline int mdo_name_insert(const struct lu_env *env,
802                                   struct md_object *p,
803                                   const struct lu_name *lname,
804                                   const struct lu_fid *f,
805                                   const struct md_attr *ma)
806 {
807         LASSERT(p->mo_dir_ops->mdo_name_insert);
808         return p->mo_dir_ops->mdo_name_insert(env, p, lname, f, ma);
809 }
810
811 static inline int mdo_name_remove(const struct lu_env *env,
812                                   struct md_object *p,
813                                   const struct lu_name *lname,
814                                   const struct md_attr *ma)
815 {
816         LASSERT(p->mo_dir_ops->mdo_name_remove);
817         return p->mo_dir_ops->mdo_name_remove(env, p, lname, ma);
818 }
819
820 static inline int mdo_rename_tgt(const struct lu_env *env,
821                                  struct md_object *p,
822                                  struct md_object *t,
823                                  const struct lu_fid *lf,
824                                  const struct lu_name *lname,
825                                  struct md_attr *ma)
826 {
827         if (t) {
828                 LASSERT(t->mo_dir_ops->mdo_rename_tgt);
829                 return t->mo_dir_ops->mdo_rename_tgt(env, p, t, lf, lname, ma);
830         } else {
831                 LASSERT(p->mo_dir_ops->mdo_rename_tgt);
832                 return p->mo_dir_ops->mdo_rename_tgt(env, p, t, lf, lname, ma);
833         }
834 }
835
836 struct dt_device;
837 /**
838  * Structure to hold object information. This is used to create object
839  * \pre llod_dir exist
840  */
841 struct lu_local_obj_desc {
842         const char                      *llod_dir;
843         const char                      *llod_name;
844         __u32                            llod_oid;
845         int                              llod_is_index;
846         const struct dt_index_features  *llod_feat;
847         cfs_list_t                       llod_linkage;
848 };
849
850 struct md_object *llo_store_resolve(const struct lu_env *env,
851                                     struct md_device *md,
852                                     struct dt_device *dt,
853                                     const char *path,
854                                     struct lu_fid *fid);
855
856 struct md_object *llo_store_open(const struct lu_env *env,
857                                  struct md_device *md,
858                                  struct dt_device *dt,
859                                  const char *dirname,
860                                  const char *objname,
861                                  struct lu_fid *fid);
862
863 struct md_object *llo_store_create_index(const struct lu_env *env,
864                                          struct md_device *md,
865                                          struct dt_device *dt,
866                                          const char *dirname,
867                                          const char *objname,
868                                          const struct lu_fid *fid,
869                                          const struct dt_index_features *feat);
870
871 struct md_object *llo_store_create(const struct lu_env *env,
872                                    struct md_device *md,
873                                    struct dt_device *dt,
874                                    const char *dirname,
875                                    const char *objname,
876                                    const struct lu_fid *fid);
877
878 void llo_local_obj_register(struct lu_local_obj_desc *);
879 void llo_local_obj_unregister(struct lu_local_obj_desc *);
880
881 int llo_local_objects_setup(const struct lu_env *env,
882                              struct md_device * md,
883                              struct dt_device * dt);
884
885 /** @} md */
886 #endif /* _LINUX_MD_OBJECT_H */