Lines Matching defs:_start
521 loff_t *_start, size_t *_len,
525 loff_t start = *_start, pos;
531 *_start = start - down;
543 pos = vfs_llseek(file, *_start, SEEK_DATA);
551 if ((u64)pos >= (u64)*_start + *_len)
564 pos = vfs_llseek(file, *_start, SEEK_HOLE);
570 if ((u64)pos >= (u64)*_start + *_len)
578 *_start, *_len);
595 loff_t *_start, size_t *_len, loff_t i_size,
612 _start, _len,