mdd_obj = md2mdd_obj(obj);
mdd_read_lock(ctxt, mdd_obj);
- rc = __mdd_iattr_get(ctxt, obj, ma);
+ rc = __mdd_iattr_get(ctxt, mdd_obj, ma);
if (rc)
GOTO(out_locked, rc);
void mdd_write_lock(const struct lu_context *ctxt, struct mdd_object *obj);
void mdd_write_unlock(const struct lu_context *ctxt, struct mdd_object *obj);
-int inline __mdd_orphan_add(const struct lu_context *, struct mdd_object *,
+int __mdd_orphan_add(const struct lu_context *, struct mdd_object *,
struct thandle *);
-int inline __mdd_orphan_del(const struct lu_context *, struct mdd_object *,
+int __mdd_orphan_del(const struct lu_context *, struct mdd_object *,
struct thandle *);
int orph_index_init(const struct lu_context *ctx, struct mdd_device *mdd);
void orph_index_fini(const struct lu_context *ctx, struct mdd_device *mdd);
EXIT;
}
-int inline __mdd_orphan_add(const struct lu_context *ctx,
+int __mdd_orphan_add(const struct lu_context *ctx,
struct mdd_object *obj,
struct thandle *th)
{
return orph_index_insert(ctx, obj, ORPH_OP_UNLINK, &offset, th);
}
-int inline __mdd_orphan_del(const struct lu_context *ctx,
+int __mdd_orphan_del(const struct lu_context *ctx,
struct mdd_object *obj,
struct thandle *th)
{