diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/gfs2_ondisk.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h index b16df6e8f55c..431e03b85458 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -232,6 +232,12 @@ struct gfs2_quota { | |||
232 | __u8 qu_reserved[64]; | 232 | __u8 qu_reserved[64]; |
233 | }; | 233 | }; |
234 | 234 | ||
235 | struct gfs2_quota_host { | ||
236 | __u64 qu_limit; | ||
237 | __u64 qu_warn; | ||
238 | __u64 qu_value; | ||
239 | }; | ||
240 | |||
235 | /* | 241 | /* |
236 | * dinode structure | 242 | * dinode structure |
237 | */ | 243 | */ |
@@ -515,8 +521,7 @@ extern void gfs2_rindex_in(struct gfs2_rindex_host *ri, const void *buf); | |||
515 | extern void gfs2_rindex_out(const struct gfs2_rindex_host *ri, void *buf); | 521 | extern void gfs2_rindex_out(const struct gfs2_rindex_host *ri, void *buf); |
516 | extern void gfs2_rgrp_in(struct gfs2_rgrp_host *rg, const void *buf); | 522 | extern void gfs2_rgrp_in(struct gfs2_rgrp_host *rg, const void *buf); |
517 | extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf); | 523 | extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf); |
518 | extern void gfs2_quota_in(struct gfs2_quota *qu, const void *buf); | 524 | extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf); |
519 | extern void gfs2_quota_out(const struct gfs2_quota *qu, void *buf); | ||
520 | extern void gfs2_dinode_in(struct gfs2_dinode_host *di, const void *buf); | 525 | extern void gfs2_dinode_in(struct gfs2_dinode_host *di, const void *buf); |
521 | extern void gfs2_dinode_out(const struct gfs2_dinode_host *di, void *buf); | 526 | extern void gfs2_dinode_out(const struct gfs2_dinode_host *di, void *buf); |
522 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); | 527 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); |