Searched refs:ext4_llseek (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | file.c | 878 * 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 D | dir.c | 366 * For non-htree, ext4_llseek already chooses the proper max offset. 378 ret = ext4_llseek(file, offset, whence); in ext4_dir_llseek()
|
H A D | ext4.h | 3412 extern loff_t ext4_llseek(struct file *file, loff_t offset, int origin);
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | file.c | 894 * 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 D | dir.c | 382 * For non-htree, ext4_llseek already chooses the proper max offset. 394 ret = ext4_llseek(file, offset, whence); in ext4_dir_llseek()
|
H A D | ext4.h | 3530 extern loff_t ext4_llseek(struct file *file, loff_t offset, int origin);
|
Completed in 18 milliseconds