Lines Matching refs:whence
328 int whence, in ext4_find_unwritten_pgoff() argument
358 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()
361 BUG_ON(whence != SEEK_HOLE); in ext4_find_unwritten_pgoff()
377 if (lastoff == startoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
391 if (lastoff < endoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
416 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()
419 if (whence == SEEK_HOLE) in ext4_find_unwritten_pgoff()
441 if (nr_pages < num && whence == SEEK_HOLE) { in ext4_find_unwritten_pgoff()
610 loff_t ext4_llseek(struct file *file, loff_t offset, int whence) in ext4_llseek() argument
620 switch (whence) { in ext4_llseek()
624 return generic_file_llseek_size(file, offset, whence, in ext4_llseek()