hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 */