Searched refs:CB_BLOCK_TO_BYTE (Results 1 - 1 of 1) sorted by path

/macosx-10.10/BootCache-109/
H A Dkext.c440 #define CB_BLOCK_TO_BYTE(cm, block) ((block) * (cm)->cm_blocksize) macro
738 u_int64_t disk_offset = CB_BLOCK_TO_BYTE(cm, blkno);
739 u_int64_t length = CB_BLOCK_TO_BYTE(cm, 1) /* one block */;
1085 *nextoffset = CB_BLOCK_TO_BYTE(cm, nextblk) % PAGE_SIZE;
1086 *nextlength = MIN(CB_BLOCK_TO_BYTE(cm, found), cm->cm_maxread);
1739 disk_offset = CB_BLOCK_TO_BYTE(BC_cache->c_mounts + cm_idx, blkno);

Completed in 376 milliseconds