Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / include / linux / obd_ost.h
index 9ef7052..22fe694 100644 (file)
 #define LUSTRE_SANOSC_NAME "sanosc"
 #define LUSTRE_SANOST_NAME "sanost"
 
-/* ost/ost_pack.c */
-void ost_pack_niobuf(struct niobuf_remote *nb, __u64 offset, __u32 len,
-                     __u32 flags, __u32 xid);
-void ost_unpack_niobuf(struct niobuf_remote *dst, struct niobuf_remote *src);
-void ost_pack_ioo(struct obd_ioobj *ioo, struct lov_stripe_md *lsm, int bufcnt);
-void ost_unpack_ioo(struct obd_ioobj *dst, struct obd_ioobj *src);
+struct osc_brw_async_args {
+        int              aa_requested_nob;
+        int              aa_nio_count;
+        obd_count        aa_page_count;
+        struct brw_page *aa_pga;
+};
+
+struct osc_getattr_async_args {
+        struct obdo     *aa_oa;
+};
 
 #endif