diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 23:31:55 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:35 -0500 |
commit | b5bc9e8b065dbcd4c675e8c158d6e524f221b8e1 (patch) | |
tree | d2b84ffc022c7bbbfdaf579300e07be7ad8e9fb4 /include/linux/gfs2_ondisk.h | |
parent | 629a21e7ecedf779c68dcaa9a186069f57a7c652 (diff) |
[GFS2] split and annotate gfs2_quota
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include/linux/gfs2_ondisk.h')
-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); |