Searched refs:bytes_used (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.h67 int32_t bytes_used; // how many bytes of this tbuffer are used member in struct:block_list_header
H A Dvfs_journal.c747 blhdr->bytes_used = SWAP32(blhdr->bytes_used);
1370 jnl->jhdr->start += blhdr->bytes_used;
2483 tr->blhdr->bytes_used = jnl->jhdr->blhdr_size;
2800 && (prev->bytes_used+buf_size(bp)) <= (uint32_t)tr->tbuffer_size) {
2829 nblhdr->bytes_used = jnl->jhdr->blhdr_size;
2872 blhdr->bytes_used += bsize;
3991 amt = blhdr->bytes_used;
/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c426 int32_t bytes_used; local
442 bytes_used = 0;
453 bytes_used += c_rounded_size;
461 if (bytes_used != c_seg->c_bytes_used)
462 panic("c_seg_validate: bytes_used mismatch - found %d, segment has %d\n", bytes_used, c_seg->c_bytes_used);

Completed in 42 milliseconds