hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/fs/xfs/libxfs/xfs_ag.h
....@@ -26,5 +26,7 @@
2626 int xfs_ag_init_headers(struct xfs_mount *mp, struct aghdr_init_data *id);
2727 int xfs_ag_extend_space(struct xfs_mount *mp, struct xfs_trans *tp,
2828 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);
2931
3032 #endif /* __LIBXFS_AG_H */