Searched refs:disk_offset (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/BootCache-109/
H A Dkext.c738 u_int64_t disk_offset = CB_BLOCK_TO_BYTE(cm, blkno); local
741 pce = BC_find_extent(cm, disk_offset, length, 0, NULL);
1660 off_t disk_offset; local
1739 disk_offset = CB_BLOCK_TO_BYTE(BC_cache->c_mounts + cm_idx, blkno);
1830 pce = BC_find_extent(BC_cache->c_mounts + cm_idx, disk_offset, nbytes, 1, &num_extents);
1949 debug("Strategy routine timed out app %s waiting on file %s (disk offset 0x%llx) after %lu.%03d seconds", procname, filename?:"unknown", disk_offset, blocked_end_time.tv_sec, blocked_end_time.tv_usec / 1000);
1984 debug("Strategy routine blocked app %s waiting on file %s (disk offset 0x%llx) for %lu.%03d seconds", procname, filename?:"unknown", disk_offset, blocked_end_time.tv_sec, blocked_end_time.tv_usec / 1000);
2046 diskoffset_thisextent = MAX(ce->ce_diskoffset, disk_offset);
2047 nbytes_thisextent = MIN(disk_offset + nbytes, ce->ce_diskoffset + ce->ce_length) - diskoffset_thisextent;
2059 assert(diskoffset_thisextent < disk_offset
[all...]

Completed in 131 milliseconds