Searched refs:no_seek_end_llseek (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | cpuid.c | 123 .llseek = no_seek_end_llseek,
|
| H A D | msr.c | 232 .llseek = no_seek_end_llseek,
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | devices.c | 591 .llseek = no_seek_end_llseek,
|
| H A D | devio.c | 2737 .llseek = no_seek_end_llseek,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | read_write.c | 181 loff_t no_seek_end_llseek(struct file *file, loff_t offset, int whence) in no_seek_end_llseek() function 191 EXPORT_SYMBOL(no_seek_end_llseek);
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | vmur.c | 791 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 1239 no_seek_end_llseek
|
| H A D | abi_gki_aarch64_galaxy | 2727 no_seek_end_llseek
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | debugfs.c | 1212 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 3097 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/ |
| H A D | sisusb.c | 2779 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()
|