Lines Matching refs:whence
437 int whence, in ext4_find_unwritten_pgoff() argument
467 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()
470 BUG_ON(whence != SEEK_HOLE); in ext4_find_unwritten_pgoff()
486 if (lastoff == startoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
500 if (lastoff < endoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
525 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()
528 if (whence == SEEK_HOLE) in ext4_find_unwritten_pgoff()
550 if (nr_pages < num && whence == SEEK_HOLE) { in ext4_find_unwritten_pgoff()
719 loff_t ext4_llseek(struct file *file, loff_t offset, int whence) in ext4_llseek() argument
729 switch (whence) { in ext4_llseek()
733 return generic_file_llseek_size(file, offset, whence, in ext4_llseek()