kernel/fs/xfs/libxfs/xfs_ag.h
.. .. @@ -26,5 +26,7 @@ 26 26 int xfs_ag_init_headers(struct xfs_mount *mp, struct aghdr_init_data *id); 27 27 int xfs_ag_extend_space(struct xfs_mount *mp, struct xfs_trans *tp, 28 28 struct aghdr_init_data *id, xfs_extlen_t len); 29 +int xfs_ag_get_geometry(struct xfs_mount *mp, xfs_agnumber_t agno,30 + struct xfs_ag_geometry *ageo);29 31 30 32 #endif /* __LIBXFS_AG_H */