Lines Matching refs:whence
432 int whence, in ext4_find_unwritten_pgoff() argument
462 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()
465 BUG_ON(whence != SEEK_HOLE); in ext4_find_unwritten_pgoff()
481 if (lastoff == startoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
495 if (lastoff < endoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
520 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()
523 if (whence == SEEK_HOLE) in ext4_find_unwritten_pgoff()
545 if (nr_pages < num && whence == SEEK_HOLE) { in ext4_find_unwritten_pgoff()
745 loff_t ext4_llseek(struct file *file, loff_t offset, int whence) in ext4_llseek() argument
755 switch (whence) { in ext4_llseek()
759 return generic_file_llseek_size(file, offset, whence, in ext4_llseek()