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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c530 next_blhdr = (block_list_header *)((long)blhdr->binfo[0].bnum);
531 blhdr->binfo[0].bnum = 0xdeadc0de;
757 blhdr->binfo[i].bnum = SWAP64(blhdr->binfo[i].bnum);
1244 if (blhdr->binfo[i].bnum < 0 && blhdr->binfo[i].bnum != (off_t)-1) {
1245 printf("jnl: %s: replay_journal: bogus block number 0x%llx\n", jnl->jdev_name, blhdr->binfo[i].bnum);
1276 number = blhdr->binfo[i].bnum;
1302 printf("jnl: %s: txn starting at %lld (%lld) @ index %3d bnum %lld (%d) with disk cksum != blhdr cksum (0x%.8x 0x%.8x)\n",
2716 for (blhdr = tr->blhdr; blhdr; blhdr = (block_list_header *)((long)blhdr->binfo[0].bnum)) {
[all...]
H A Dvfs_journal.h57 off_t bnum; // block # on the file system device member in struct:block_info

Completed in 77 milliseconds