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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c3447 off_t moreBytesRequested; local
3523 orig_request_size = moreBytesRequested = length - filebytes;
3527 (int64_t)(roundup(moreBytesRequested, vcb->blockSize)),
3566 if (moreBytesRequested >= HFS_BIGFILE_SIZE) {
3569 bytesRequested = moreBytesRequested;
3588 moreBytesRequested -= actualBytesAdded;

Completed in 78 milliseconds