Searched refs:ext4_llseek (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext4/
H A Dfile.c606 * ext4_llseek() handles both block-mapped and extent-mapped maxbytes values
610 loff_t ext4_llseek(struct file *file, loff_t offset, int whence) ext4_llseek() function
636 .llseek = ext4_llseek,
H A Ddir.c349 * For non-htree, ext4_llseek already chooses the proper max offset.
361 return ext4_llseek(file, offset, whence); ext4_dir_llseek()
H A Dext4.h2775 extern loff_t ext4_llseek(struct file *file, loff_t offset, int origin);

Completed in 124 milliseconds