Whamcloud - gitweb
b=6427
[fs/lustre-release.git] / lustre / mdc / mdc_internal.h
index 273425e..587a24e 100644 (file)
 #ifndef MDC_INTERNAL_H
 #define MDC_INTERNAL_H
 
+int mdc_packmd(struct obd_export *exp, struct lov_mds_md **lmmp,
+               struct lov_stripe_md *lsm);
+
+int mdc_unpackmd(struct obd_export *exp, struct lov_stripe_md **lsmp,
+                 struct lov_mds_md *lmm, int lmm_size);
+
 void mdc_getattr_pack(struct lustre_msg *msg, int offset,
                       __u64 valid, int flags, struct mdc_op_data *data);
 void mdc_open_pack(struct lustre_msg *msg, int offset,