diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_btree.h')
-rw-r--r-- | fs/xfs/xfs_bmap_btree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap_btree.h b/fs/xfs/xfs_bmap_btree.h index cd0d4b4bb816..4f12fff54975 100644 --- a/fs/xfs/xfs_bmap_btree.h +++ b/fs/xfs/xfs_bmap_btree.h | |||
@@ -24,6 +24,7 @@ struct xfs_btree_cur; | |||
24 | struct xfs_btree_lblock; | 24 | struct xfs_btree_lblock; |
25 | struct xfs_mount; | 25 | struct xfs_mount; |
26 | struct xfs_inode; | 26 | struct xfs_inode; |
27 | struct xfs_trans; | ||
27 | 28 | ||
28 | /* | 29 | /* |
29 | * Bmap root header, on-disk form only. | 30 | * Bmap root header, on-disk form only. |
@@ -300,6 +301,9 @@ extern void xfs_bmbt_to_bmdr(xfs_bmbt_block_t *, int, xfs_bmdr_block_t *, int); | |||
300 | extern int xfs_bmbt_update(struct xfs_btree_cur *, xfs_fileoff_t, | 301 | extern int xfs_bmbt_update(struct xfs_btree_cur *, xfs_fileoff_t, |
301 | xfs_fsblock_t, xfs_filblks_t, xfs_exntst_t); | 302 | xfs_fsblock_t, xfs_filblks_t, xfs_exntst_t); |
302 | 303 | ||
304 | extern struct xfs_btree_cur *xfs_bmbt_init_cursor(struct xfs_mount *, | ||
305 | struct xfs_trans *, struct xfs_inode *, int); | ||
306 | |||
303 | #endif /* __KERNEL__ */ | 307 | #endif /* __KERNEL__ */ |
304 | 308 | ||
305 | #endif /* __XFS_BMAP_BTREE_H__ */ | 309 | #endif /* __XFS_BMAP_BTREE_H__ */ |