Lines Matching defs:bytes
1387 * @size: size (in bytes) to read
2374 loff_t pos, loff_t *bytes)
2388 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) {
2391 *bytes |= (blocksize-1);
2392 (*bytes)++;
2424 *bytes |= (blocksize-1);
2425 (*bytes)++;
2452 get_block_t *get_block, loff_t *bytes)
2459 err = cont_expand_zero(file, mapping, pos, bytes);
2463 zerofrom = *bytes & ~PAGE_MASK;
2464 if (pos+len > *bytes && zerofrom & (blocksize-1)) {
2465 *bytes |= (blocksize-1);
2466 (*bytes)++;