Searched refs:toread (Results 1 – 2 of 2) sorted by relevance
336 int toread; in next_dentry() local388 toread = roundup8 (le16(dau->unused.length)) - 4; in next_dentry()389 xfs.blkoff += toread; in next_dentry()390 filepos += toread; in next_dentry()399 toread = roundup8 (namelen + 11) - 9; in next_dentry()400 xfs_read (dirbuf, toread); in next_dentry()402 xfs.blkoff += toread + 5; in next_dentry()492 int toread, startpos, endpos; in xfs_read() local509 toread = (endofcur >= endpos) in xfs_read()514 filepos - (offset << xfs.blklog), toread, buf); in xfs_read()[all …]
233 int toread, startpos, endpos; in jfs_read() local244 toread = (endofcur >= endpos) in jfs_read()249 filepos - (offset << jfs.l2bsize), toread, buf); in jfs_read()252 buf += toread; in jfs_read()253 len -= toread; in jfs_read()254 filepos += toread; in jfs_read()256 toread = ((offset << jfs.l2bsize) >= endpos) in jfs_read()258 len -= toread; in jfs_read()259 filepos += toread; in jfs_read()260 for (; toread; toread--) { in jfs_read()