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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c674 uint64_t device_offset; local
685 device_offset = blockno * ((uint64_t)hfsmp->blockSize);
686 device_offset += hfsmp->hfsPlusIOPosOffset;
690 * Since we check that the device_offset isn't too large, it's safe to subtract it
693 if ((device_offset >= device_sz) || (numbytes > (device_sz - device_offset))) {
698 if (journal_trim_extent_overlap (hfsmp->jnl, device_offset, numbytes, &lba_overlap_end)) {

Completed in 76 milliseconds