|
|
| version 1.379, 2007/09/21 06:16:14 | version 1.380, 2007/11/02 03:09:06 |
|---|---|
| Line 6393 xfs_bmap_count_blocks( | Line 6393 xfs_bmap_count_blocks( |
| * Recursively walks each level of a btree | * Recursively walks each level of a btree |
| * to count total fsblocks is use. | * to count total fsblocks is use. |
| */ | */ |
| int /* error */ | STATIC int /* error */ |
| xfs_bmap_count_tree( | xfs_bmap_count_tree( |
| xfs_mount_t *mp, /* file system mount point */ | xfs_mount_t *mp, /* file system mount point */ |
| xfs_trans_t *tp, /* transaction pointer */ | xfs_trans_t *tp, /* transaction pointer */ |
| Line 6469 xfs_bmap_count_tree( | Line 6469 xfs_bmap_count_tree( |
| /* | /* |
| * Count leaf blocks given a range of extent records. | * Count leaf blocks given a range of extent records. |
| */ | */ |
| int | STATIC int |
| xfs_bmap_count_leaves( | xfs_bmap_count_leaves( |
| xfs_ifork_t *ifp, | xfs_ifork_t *ifp, |
| xfs_extnum_t idx, | xfs_extnum_t idx, |
| Line 6489 xfs_bmap_count_leaves( | Line 6489 xfs_bmap_count_leaves( |
| * Count leaf blocks given a range of extent records originally | * Count leaf blocks given a range of extent records originally |
| * in btree format. | * in btree format. |
| */ | */ |
| int | STATIC int |
| xfs_bmap_disk_count_leaves( | xfs_bmap_disk_count_leaves( |
| xfs_extnum_t idx, | xfs_extnum_t idx, |
| xfs_bmbt_block_t *block, | xfs_bmbt_block_t *block, |