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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c119 off_t filebytes; local
203 filebytes = (off_t)fp->ff_blocks * (off_t)hfsmp->blockSize;
213 (int)uio_offset(uio), uio_resid(uio), (int)filesize, (int)filebytes, 0);
220 (int)uio_offset(uio), uio_resid(uio), (int)filesize, (int)filebytes, 0);
281 off_t filebytes; local
395 filebytes = (off_t)fp->ff_blocks * (off_t)hfsmp->blockSize;
467 (int)filebytes, 0);
470 if (writelimit <= filebytes) {
475 bytesToAdd = writelimit - filebytes;
489 while (writelimit > filebytes) {
2847 off_t filebytes; local
3238 off_t filebytes; local
3349 off_t filebytes; local
3449 off_t filebytes; local
[all...]

Completed in 21 milliseconds