Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dcpuid.c128 .llseek = no_seek_end_llseek,
Dmsr.c176 .llseek = no_seek_end_llseek,
/Linux-v4.19/drivers/usb/core/
Ddevices.c642 .llseek = no_seek_end_llseek,
Ddevio.c2605 .llseek = no_seek_end_llseek,
/Linux-v4.19/drivers/s390/char/
Dvmur.c791 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
/Linux-v4.19/fs/
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);
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Ddebugfs.c1233 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
/Linux-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb.c2781 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()
/Linux-v4.19/include/linux/
Dfs.h3010 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);