.. | .. |
---|
29 | 29 | xfs_extlen_t ri_blockcount; |
---|
30 | 30 | }; |
---|
31 | 31 | |
---|
32 | | -extern int xfs_refcount_increase_extent(struct xfs_trans *tp, |
---|
| 32 | +void xfs_refcount_increase_extent(struct xfs_trans *tp, |
---|
33 | 33 | struct xfs_bmbt_irec *irec); |
---|
34 | | -extern int xfs_refcount_decrease_extent(struct xfs_trans *tp, |
---|
| 34 | +void xfs_refcount_decrease_extent(struct xfs_trans *tp, |
---|
35 | 35 | struct xfs_bmbt_irec *irec); |
---|
36 | 36 | |
---|
37 | 37 | extern void xfs_refcount_finish_one_cleanup(struct xfs_trans *tp, |
---|
.. | .. |
---|
45 | 45 | xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno, |
---|
46 | 46 | xfs_extlen_t *flen, bool find_end_of_shared); |
---|
47 | 47 | |
---|
48 | | -extern int xfs_refcount_alloc_cow_extent(struct xfs_trans *tp, |
---|
49 | | - xfs_fsblock_t fsb, xfs_extlen_t len); |
---|
50 | | -extern int xfs_refcount_free_cow_extent(struct xfs_trans *tp, |
---|
51 | | - xfs_fsblock_t fsb, xfs_extlen_t len); |
---|
| 48 | +void xfs_refcount_alloc_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb, |
---|
| 49 | + xfs_extlen_t len); |
---|
| 50 | +void xfs_refcount_free_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb, |
---|
| 51 | + xfs_extlen_t len); |
---|
52 | 52 | extern int xfs_refcount_recover_cow_leftovers(struct xfs_mount *mp, |
---|
53 | 53 | xfs_agnumber_t agno); |
---|
54 | 54 | |
---|