|
@@ -180,6 +180,8 @@ void xfs_bmap_local_to_extents_empty(struct xfs_inode *ip, int whichfork);
|
|
|
void xfs_bmap_add_free(xfs_fsblock_t bno, xfs_filblks_t len,
|
|
|
struct xfs_bmap_free *flist, struct xfs_mount *mp);
|
|
|
void xfs_bmap_cancel(struct xfs_bmap_free *flist);
|
|
|
+int xfs_bmap_finish(struct xfs_trans **tp, struct xfs_bmap_free *flist,
|
|
|
+ int *committed);
|
|
|
void xfs_bmap_compute_maxlevels(struct xfs_mount *mp, int whichfork);
|
|
|
int xfs_bmap_first_unused(struct xfs_trans *tp, struct xfs_inode *ip,
|
|
|
xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork);
|