Home | History | Annotate | Download | only in stage2

Lines Matching refs:toread

336 	int toread;
388 toread = roundup8 (le16(dau->unused.length)) - 4;
389 xfs.blkoff += toread;
390 filepos += toread;
399 toread = roundup8 (namelen + 11) - 9;
400 xfs_read (dirbuf, toread);
402 xfs.blkoff += toread + 5;
492 int toread, startpos, endpos;
509 toread = (endofcur >= endpos)
514 filepos - (offset << xfs.blklog), toread, buf);
517 buf += toread;
518 len -= toread;
519 filepos += toread;
521 toread = ((offset << xfs.blklog) >= endpos)
523 len -= toread;
524 filepos += toread;
525 for (; toread; toread--) {