Searched refs:dcache_dir_lseek (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | libfs.c | 136 loff_t dcache_dir_lseek(struct file *file, loff_t offset, int whence) in dcache_dir_lseek() function 173 EXPORT_SYMBOL(dcache_dir_lseek); variable 233 .llseek = dcache_dir_lseek,
|
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | root.c | 34 .llseek = dcache_dir_lseek, 46 .llseek = dcache_dir_lseek,
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | root.c | 37 .llseek = dcache_dir_lseek, 49 .llseek = dcache_dir_lseek,
|
/kernel/linux/linux-6.6/fs/ |
H A D | libfs.c | 138 loff_t dcache_dir_lseek(struct file *file, loff_t offset, int whence) in dcache_dir_lseek() function 175 EXPORT_SYMBOL(dcache_dir_lseek); variable 230 .llseek = dcache_dir_lseek,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 219 .llseek = dcache_dir_lseek,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 221 .llseek = dcache_dir_lseek,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 3229 extern loff_t dcache_dir_lseek(struct file *, loff_t, int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 3125 extern loff_t dcache_dir_lseek(struct file *, loff_t, int);
|
Completed in 22 milliseconds