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

/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c225 if (tr->blhdr != (block_list_header *)tr->tbuffer) { \
226 panic("%s:%d: blhdr (%p) != tbuffer (%p)\n", __FILE__, __LINE__, tr->blhdr, tr->tbuffer); \
237 if (tr->blhdr && (tr->blhdr->max_blocks <= 0 || tr->blhdr->max_blocks > (tr->jnl->jhdr->size/tr->jnl->jhdr->jhdr_size))) { \
238 panic("%s:%d: tr blhdr max_blocks looks bad: %d\n", __FILE__, __LINE__, tr->blhdr->max_blocks); \
536 block_list_header *blhdr=NULL, *next_blhdr=NULL; local
547 for (blhdr
760 swap_block_list_header(journal *jnl, block_list_header *blhdr) argument
1118 block_list_header *blhdr; local
2712 block_list_header *blhdr; local
2780 block_list_header *blhdr, *prev=NULL; local
2918 block_list_header *blhdr; local
3729 block_list_header *blhdr=NULL, *next=NULL; local
4038 block_list_header *blhdr=NULL, *next=NULL; local
4369 block_list_header *blhdr, *next; local
[all...]
H A Dvfs_journal.h69 int32_t flags; // check-checksums, initial blhdr, etc
90 block_list_header *blhdr; // points to the first byte of tbuffer member in struct:transaction

Completed in 108 milliseconds