|
@@ -61,5 +61,7 @@ extern struct xfs_btree_cur *xfs_allocbt_init_cursor(struct xfs_mount *,
|
|
|
struct xfs_trans *, struct xfs_buf *,
|
|
|
xfs_agnumber_t, xfs_btnum_t);
|
|
|
extern int xfs_allocbt_maxrecs(struct xfs_mount *, int, int);
|
|
|
+extern xfs_extlen_t xfs_allocbt_calc_size(struct xfs_mount *mp,
|
|
|
+ unsigned long long len);
|
|
|
|
|
|
#endif /* __XFS_ALLOC_BTREE_H__ */
|