Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dfile.c878 * ext4_llseek() handles both block-mapped and extent-mapped maxbytes values
882 loff_t ext4_llseek(struct file *file, loff_t offset, int whence) in ext4_llseek() function
916 .llseek = ext4_llseek,
H A Ddir.c366 * For non-htree, ext4_llseek already chooses the proper max offset.
378 ret = ext4_llseek(file, offset, whence); in ext4_dir_llseek()
H A Dext4.h3412 extern loff_t ext4_llseek(struct file *file, loff_t offset, int origin);
/kernel/linux/linux-6.6/fs/ext4/
H A Dfile.c894 * ext4_llseek() handles both block-mapped and extent-mapped maxbytes values
898 loff_t ext4_llseek(struct file *file, loff_t offset, int whence) in ext4_llseek() function
932 .llseek = ext4_llseek,
H A Ddir.c382 * For non-htree, ext4_llseek already chooses the proper max offset.
394 ret = ext4_llseek(file, offset, whence); in ext4_dir_llseek()
H A Dext4.h3530 extern loff_t ext4_llseek(struct file *file, loff_t offset, int origin);

Completed in 18 milliseconds