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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.h65 u_int16_t max_blocks; // max number of blocks in this chunk member in struct:block_list_header
H A Dvfs_journal.c239 if (tr->blhdr && (tr->blhdr->max_blocks <= 0 || tr->blhdr->max_blocks > (tr->jnl->jhdr->size/tr->jnl->jhdr->jhdr_size))) { \
240 panic("%s:%d: tr blhdr max_blocks looks bad: %d\n", __FILE__, __LINE__, tr->blhdr->max_blocks); \
745 blhdr->max_blocks = SWAP16(blhdr->max_blocks);
1234 if ( blhdr->max_blocks <= 0 || blhdr->max_blocks > (jnl->jhdr->size/jnl->jhdr->jhdr_size)
1235 || blhdr->num_blocks <= 0 || blhdr->num_blocks > blhdr->max_blocks) {
1237 jnl->jdev_name, blhdr->max_blocks, blhd
[all...]

Completed in 25 milliseconds