Whamcloud - gitweb
LU-5478 osc: get rid of obd_* typedefs
[fs/lustre-release.git] / lustre / osc / osc_internal.h
index 1f43cd1..5e16aad 100644 (file)
@@ -59,7 +59,7 @@ struct osc_async_page {
        struct list_head        oap_pending_item;
        struct list_head        oap_rpc_item;
 
-        obd_off                 oap_obj_off;
+       loff_t                  oap_obj_off;
         unsigned                oap_page_off;
         enum async_flags        oap_async_flags;
 
@@ -194,7 +194,7 @@ extern struct kmem_cache *osc_quota_kmem;
 struct osc_quota_info {
        /** linkage for quota hash table */
        struct hlist_node oqi_hash;
-       obd_uid           oqi_id;
+       u32               oqi_id;
 };
 
 struct osc_async_args {
@@ -204,7 +204,7 @@ struct osc_async_args {
 int osc_quota_setup(struct obd_device *obd);
 int osc_quota_cleanup(struct obd_device *obd);
 int osc_quota_setdq(struct client_obd *cli, const unsigned int qid[],
-                    obd_flag valid, obd_flag flags);
+                   u64 valid, u32 flags);
 int osc_quota_chkdq(struct client_obd *cli, const unsigned int qid[]);
 int osc_quotactl(struct obd_device *unused, struct obd_export *exp,
                  struct obd_quotactl *oqctl);