diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 21:29:46 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:11 -0500 |
commit | e697264709c86040271cdd7abee781d7adbb7f91 (patch) | |
tree | 4050d047b28a7a85b56a41143096bf11a4fa3095 /include/linux/gfs2_ondisk.h | |
parent | 68826664d12827d7a732192e2f00ba46fb899414 (diff) |
[GFS2] split and annotate gfs2_inum_range
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 e4ca6e4176bb..c035587d066e 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -445,6 +445,11 @@ struct gfs2_inum_range { | |||
445 | __be64 ir_length; | 445 | __be64 ir_length; |
446 | }; | 446 | }; |
447 | 447 | ||
448 | struct gfs2_inum_range_host { | ||
449 | __u64 ir_start; | ||
450 | __u64 ir_length; | ||
451 | }; | ||
452 | |||
448 | /* | 453 | /* |
449 | * Statfs change | 454 | * Statfs change |
450 | * Describes an change to the pool of free and allocated | 455 | * Describes an change to the pool of free and allocated |
@@ -488,8 +493,8 @@ extern void gfs2_dinode_out(const struct gfs2_dinode_host *di, void *buf); | |||
488 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); | 493 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); |
489 | extern void gfs2_ea_header_out(const struct gfs2_ea_header *ea, void *buf); | 494 | extern void gfs2_ea_header_out(const struct gfs2_ea_header *ea, void *buf); |
490 | extern void gfs2_log_header_in(struct gfs2_log_header *lh, const void *buf); | 495 | extern void gfs2_log_header_in(struct gfs2_log_header *lh, const void *buf); |
491 | extern void gfs2_inum_range_in(struct gfs2_inum_range *ir, const void *buf); | 496 | extern void gfs2_inum_range_in(struct gfs2_inum_range_host *ir, const void *buf); |
492 | extern void gfs2_inum_range_out(const struct gfs2_inum_range *ir, void *buf); | 497 | extern void gfs2_inum_range_out(const struct gfs2_inum_range_host *ir, void *buf); |
493 | extern void gfs2_statfs_change_in(struct gfs2_statfs_change *sc, const void *buf); | 498 | extern void gfs2_statfs_change_in(struct gfs2_statfs_change *sc, const void *buf); |
494 | extern void gfs2_statfs_change_out(const struct gfs2_statfs_change *sc, void *buf); | 499 | extern void gfs2_statfs_change_out(const struct gfs2_statfs_change *sc, void *buf); |
495 | extern void gfs2_quota_change_in(struct gfs2_quota_change *qc, const void *buf); | 500 | extern void gfs2_quota_change_in(struct gfs2_quota_change *qc, const void *buf); |