Home
last modified time | relevance | path

Searched refs:no_seek_end_llseek (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dcpuid.c123 .llseek = no_seek_end_llseek,
H A Dmsr.c232 .llseek = no_seek_end_llseek,
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevices.c591 .llseek = no_seek_end_llseek,
H A Ddevio.c2737 .llseek = no_seek_end_llseek,
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c181 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 Dvmur.c791 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey9601239 no_seek_end_llseek
H A Dabi_gki_aarch64_galaxy2727 no_seek_end_llseek
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c1212 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h3097 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);
/OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/
H A Dsisusb.c2779 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()