diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 23:43:19 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:38 -0500 |
commit | bd209cc017f231e8536550bdab1bf5da93c32798 (patch) | |
tree | 78dc50f723298ed5e2d7ec4965ba162933cf002a /include/linux/gfs2_ondisk.h | |
parent | b5bc9e8b065dbcd4c675e8c158d6e524f221b8e1 (diff) |
[GFS2] split and annotate gfs2_statfs_change
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 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h index 431e03b85458..3ce3a47b720a 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -497,6 +497,12 @@ struct gfs2_statfs_change { | |||
497 | __be64 sc_dinodes; | 497 | __be64 sc_dinodes; |
498 | }; | 498 | }; |
499 | 499 | ||
500 | struct gfs2_statfs_change_host { | ||
501 | __u64 sc_total; | ||
502 | __u64 sc_free; | ||
503 | __u64 sc_dinodes; | ||
504 | }; | ||
505 | |||
500 | /* | 506 | /* |
501 | * Quota change | 507 | * Quota change |
502 | * Describes an allocation change for a particular | 508 | * Describes an allocation change for a particular |
@@ -529,8 +535,8 @@ extern void gfs2_ea_header_out(const struct gfs2_ea_header *ea, void *buf); | |||
529 | extern void gfs2_log_header_in(struct gfs2_log_header_host *lh, const void *buf); | 535 | extern void gfs2_log_header_in(struct gfs2_log_header_host *lh, const void *buf); |
530 | extern void gfs2_inum_range_in(struct gfs2_inum_range_host *ir, const void *buf); | 536 | extern void gfs2_inum_range_in(struct gfs2_inum_range_host *ir, const void *buf); |
531 | extern void gfs2_inum_range_out(const struct gfs2_inum_range_host *ir, void *buf); | 537 | extern void gfs2_inum_range_out(const struct gfs2_inum_range_host *ir, void *buf); |
532 | extern void gfs2_statfs_change_in(struct gfs2_statfs_change *sc, const void *buf); | 538 | extern void gfs2_statfs_change_in(struct gfs2_statfs_change_host *sc, const void *buf); |
533 | extern void gfs2_statfs_change_out(const struct gfs2_statfs_change *sc, void *buf); | 539 | extern void gfs2_statfs_change_out(const struct gfs2_statfs_change_host *sc, void *buf); |
534 | extern void gfs2_quota_change_in(struct gfs2_quota_change *qc, const void *buf); | 540 | extern void gfs2_quota_change_in(struct gfs2_quota_change *qc, const void *buf); |
535 | 541 | ||
536 | /* Printing functions */ | 542 | /* Printing functions */ |