|
|
| version 1.28, 2005/09/23 03:51:28 | version 1.29, 2007/02/07 02:51:56 |
|---|---|
| Line 134 xfs_rtpick_extent( | Line 134 xfs_rtpick_extent( |
| xfs_rtblock_t *pick); /* result rt extent */ | xfs_rtblock_t *pick); /* result rt extent */ |
| /* | /* |
| * Debug code: print out the value of a range in the bitmap. | |
| */ | |
| void | |
| xfs_rtprint_range( | |
| struct xfs_mount *mp, /* file system mount structure */ | |
| struct xfs_trans *tp, /* transaction pointer */ | |
| xfs_rtblock_t start, /* starting block to print */ | |
| xfs_extlen_t len); /* length to print */ | |
| /* | |
| * Debug code: print the summary file. | |
| */ | |
| void | |
| xfs_rtprint_summary( | |
| struct xfs_mount *mp, /* file system mount structure */ | |
| struct xfs_trans *tp); /* transaction pointer */ | |
| /* | |
| * Grow the realtime area of the filesystem. | * Grow the realtime area of the filesystem. |
| */ | */ |
| int | int |