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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c152 // fields as well as the first entry of binfo[]
530 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);
758 blhdr->binfo[i].u.bi.bsize = SWAP32(blhdr->binfo[i].u.bi.bsize);
759 blhdr->binfo[i].u.bi.b.cksum = SWAP32(blhdr->binfo[i].u.bi.b.cksum);
1201 && (blhdr->binfo[
[all...]
H A Dvfs_journal.h68 uint32_t checksum; // on-disk: checksum of this header and binfo[0]
70 block_info binfo[1]; // so we can reference them by name member in struct:block_list_header

Completed in 41 milliseconds