|
|
| version 1.330, 2007/10/12 04:02:31 | version 1.331, 2007/11/02 03:09:06 |
|---|---|
| Line 293 xlog_recover_iodone( | Line 293 xlog_recover_iodone( |
| * Note that the algorithm can not be perfect because the disk will not | * Note that the algorithm can not be perfect because the disk will not |
| * necessarily be perfect. | * necessarily be perfect. |
| */ | */ |
| int | STATIC int |
| xlog_find_cycle_start( | xlog_find_cycle_start( |
| xlog_t *log, | xlog_t *log, |
| xfs_buf_t *bp, | xfs_buf_t *bp, |
| Line 986 exit: | Line 986 exit: |
| * -1 => use *blk_no as the first block of the log | * -1 => use *blk_no as the first block of the log |
| * >0 => error has occurred | * >0 => error has occurred |
| */ | */ |
| int | STATIC int |
| xlog_find_zeroed( | xlog_find_zeroed( |
| xlog_t *log, | xlog_t *log, |
| xfs_daddr_t *blk_no) | xfs_daddr_t *blk_no) |