Lines Matching defs:phase
556 kauth_cred_t cred, int phase, int *pseg_flags, struct lwp *l)
598 * Phase I: Check summary checksum.
600 if (phase == CHECK_CKSUM) {
656 if (phase == CHECK_CKSUM) {
668 if (phase == CHECK_GEN) {
675 if (phase == CHECK_INODES) {
694 if (phase == CHECK_CKSUM) {
706 if (phase == CHECK_DATA &&
722 if (phase == CHECK_CKSUM) {
734 if (phase == CHECK_CKSUM)
782 int flags, dirty, phase;
814 * Phase I: Find the address of the last good partial
821 DLOG((DLOG_RF, "LFS roll forward phase 1: start at offset 0x%"
842 DLOG((DLOG_RF, "LFS roll forward phase 1: offset=0x%jx"
871 DLOG((DLOG_RF, "LFS roll forward phase 1: completed: "
897 * Phase II: Identify the highest generation of each
900 * Phase III: Update inodes. We end up with the
904 * Phase IV: Roll forward, updating data blocks.
906 for (phase = CHECK_GEN; phase <= CHECK_DATA; ++phase) {
909 printf("LFS roll forward phase %d beginning\n", phase);
911 if (phase == CHECK_DATA) {
913 " phase %d: offset=0x%jx"
915 phase, (intmax_t)offset,
920 phase, NULL, l);