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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c508 u_int64_t device_sz; local
521 device_sz = hfsmp->hfs_logical_bytes;
526 if ((offset >= device_sz) || ((offset + length) > device_sz)) {

Completed in 77 milliseconds