Whamcloud - gitweb
LU-8569 linkea: linkEA size limitation
[fs/lustre-release.git] / lustre / quota / lquota_internal.h
index 490b1bc..31897da 100644 (file)
@@ -21,7 +21,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright (c) 2012, Intel Corporation.
+ * Copyright (c) 2012, 2014, Intel Corporation.
  * Use is subject to license terms.
  */
 
@@ -175,7 +175,7 @@ struct lquota_entry {
  * present.  */
 struct lquota_site {
        /* Hash table storing lquota_entry structures */
-       cfs_hash_t      *lqs_hash;
+       struct cfs_hash *lqs_hash;
 
        /* Quota type, either user or group. */
        int              lqs_qtype;
@@ -339,7 +339,7 @@ void lquota_lqe_debug0(struct lquota_entry *lqe,
        __attribute__ ((format (printf, 3, 4)));
 
 #define LQUOTA_DEBUG_LIMIT(mask, lqe, fmt, a...) do {                          \
-       static cfs_debug_limit_state_t _lquota_cdls;                           \
+       static struct cfs_debug_limit_state _lquota_cdls;                      \
        LIBCFS_DEBUG_MSG_DATA_DECL(msgdata, mask, &_lquota_cdls);              \
        lquota_lqe_debug(&msgdata, mask, &_lquota_cdls, lqe, "$$$ "fmt" ",     \
                         ##a);                                                 \
@@ -410,6 +410,8 @@ int lquota_disk_write(const struct lu_env *, struct thandle *,
                      __u32, __u64 *);
 int lquota_disk_update_ver(const struct lu_env *, struct dt_device *,
                           struct dt_object *, __u64);
+int lquota_disk_write_glb(const struct lu_env *, struct dt_object *, __u64,
+                         struct lquota_glb_rec *);
 
 /* qmt_dev.c */
 int qmt_glb_init(void);