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

/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Dfsck_journal.h52 typedef struct block_list_header { struct
59 } __attribute__((__packed__)) block_list_header; typedef in typeref:struct:block_list_header
71 int32_t blhdr_size; // size in bytes of each block_list_header in the journal
H A Dfsck_journal.c174 static block_list_header *
177 block_list_header *retval = NULL;
179 block_list_header *hdr = (void*)█
248 * Transactions have a blockListSize amount of block_list_header, and
257 * txn -- a block_list_header pointer, which has the description and data
269 replayTransaction(block_list_header *txn, size_t blSize, size_t blkSize, swapper_t *swap, journal_write_block_t writer)
288 plog("\tData out of range for block_list_header\n");
293 plog("\tData size for block %d out of range for block_list_header\n", i);
298 plog("\tData end out of range for block_list_header\n");
367 * loading transactions, via block_list_header group
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h64 typedef struct block_list_header { struct
71 } block_list_header; typedef in typeref:struct:block_list_header
90 block_list_header *blhdr; // points to the first byte of tbuffer
116 int32_t blhdr_size; // size in bytes of each block_list_header in the journal
H A Dvfs_journal.c150 // number of bytes to checksum in a block_list_header
225 if (tr->blhdr != (block_list_header *)tr->tbuffer) { \
536 block_list_header *blhdr=NULL, *next_blhdr=NULL;
548 next_blhdr = (block_list_header *)((long)blhdr->binfo[0].bnum);
760 swap_block_list_header(journal *jnl, block_list_header *blhdr)
1118 block_list_header *blhdr;
1174 blhdr = (block_list_header *)buff;
1523 // of blocks that can fit in a block_list_header block.
2512 tr->blhdr = (block_list_header *)tr->tbuffer;
2712 block_list_header *blhd
[all...]

Completed in 269 milliseconds