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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c1100 off_t offset, txn_start_offset=0, blhdr_offset, orig_jnl_start; local
1147 offset = blhdr_offset = jnl->jhdr->start;
1179 if (blhdr_offset != jnl->jhdr->end) {
1180 printf("jnl: %s: Extra txn replay stopped @ %lld / 0x%llx\n", jnl->jdev_name, blhdr_offset, blhdr_offset);
1184 jnl->jhdr->end = blhdr_offset;
1189 jnl->jdev_name, blhdr_offset, orig_checksum, checksum);
1191 if (blhdr_offset == orig_jnl_start) {
1205 txn_start_offset = jnl->jhdr->end = blhdr_offset;
1210 jnl->jdev_name, blhdr_offset, blhdr_offse
[all...]

Completed in 69 milliseconds