diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_ialloc_btree.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_ialloc_btree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_ialloc_btree.h b/fs/xfs/libxfs/xfs_ialloc_btree.h index ebdd0c6b8766..951305ecaae1 100644 --- a/fs/xfs/libxfs/xfs_ialloc_btree.h +++ b/fs/xfs/libxfs/xfs_ialloc_btree.h | |||
@@ -64,5 +64,8 @@ int xfs_finobt_calc_reserves(struct xfs_mount *mp, struct xfs_trans *tp, | |||
64 | xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used); | 64 | xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used); |
65 | extern xfs_extlen_t xfs_iallocbt_calc_size(struct xfs_mount *mp, | 65 | extern xfs_extlen_t xfs_iallocbt_calc_size(struct xfs_mount *mp, |
66 | unsigned long long len); | 66 | unsigned long long len); |
67 | int xfs_inobt_cur(struct xfs_mount *mp, struct xfs_trans *tp, | ||
68 | xfs_agnumber_t agno, xfs_btnum_t btnum, | ||
69 | struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp); | ||
67 | 70 | ||
68 | #endif /* __XFS_IALLOC_BTREE_H__ */ | 71 | #endif /* __XFS_IALLOC_BTREE_H__ */ |