Searched refs:replay_journal (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1112 replay_journal(journal *jnl) function
1142 printf("jnl: %s: replay_journal: no memory for block buffer! (%d bytes)\n",
1149 printf("jnl: %s: replay_journal: no memory for coalesce buffer!\n", jnl->jdev_name);
1162 printf("jnl: %s: replay_journal: from: %lld to: %lld (joffset 0x%llx)\n",
1169 printf("jnl: %s: replay_journal: Could not read block list header block @ 0x%llx!\n", jnl->jdev_name, offset);
1207 printf("jnl: %s: replay_journal: bad block list header @ 0x%llx (checksum 0x%x != 0x%x)\n",
1255 printf("jnl: %s: replay_journal: bad looking journal entry: max: %d num: %d\n",
1264 printf("jnl: %s: replay_journal: bogus block number 0x%llx\n", jnl->jdev_name, blhdr->binfo[i].bnum);
1287 //printf("jnl: replay_journal: adding %d blocks in journal entry @ 0x%llx to co_buf\n",
1299 //printf("jnl: replay_journal
[all...]

Completed in 22 milliseconds