Lines Matching defs:bytes
594 * @start: start offset in bytes
595 * @end: end offset in bytes (inclusive)
637 * @start: start offset in bytes
638 * @end: end offset in bytes (inclusive)
1461 * @size: size (in bytes) to read
2489 loff_t pos, loff_t *bytes)
2504 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) {
2507 *bytes |= (blocksize-1);
2508 (*bytes)++;
2540 *bytes |= (blocksize-1);
2541 (*bytes)++;
2568 get_block_t *get_block, loff_t *bytes)
2575 err = cont_expand_zero(file, mapping, pos, bytes);
2579 zerofrom = *bytes & ~PAGE_MASK;
2580 if (pos+len > *bytes && zerofrom & (blocksize-1)) {
2581 *bytes |= (blocksize-1);
2582 (*bytes)++;