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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c430 u_int64_t device_sz; local
443 device_sz = hfsmp->hfs_logical_bytes;
448 if ((offset >= device_sz) || ((offset + length) > device_sz)) {
684 uint64_t device_sz = hfsmp->hfs_logical_bytes; local
693 if ((device_offset >= device_sz) || (numbytes > (device_sz - device_offset))) {

Completed in 22 milliseconds