Home
last modified time | relevance | path

Searched refs:no_seek_end_llseek (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dcpuid.c123 .llseek = no_seek_end_llseek,
H A Dmsr.c232 .llseek = no_seek_end_llseek,
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dcpuid.c121 .llseek = no_seek_end_llseek,
H A Dmsr.c229 .llseek = no_seek_end_llseek,
/kernel/linux/linux-5.10/drivers/usb/core/
H A Ddevices.c591 .llseek = no_seek_end_llseek,
H A Ddevio.c2825 .llseek = no_seek_end_llseek,
/kernel/linux/linux-6.6/drivers/usb/core/
H A Ddevices.c543 .llseek = no_seek_end_llseek,
H A Ddevio.c2840 .llseek = no_seek_end_llseek,
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dvmur.c791 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dvmur.c793 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
/kernel/linux/linux-5.10/fs/
H A Dread_write.c170 * no_seek_end_llseek - llseek implementation for fixed-sized devices
176 loff_t no_seek_end_llseek(struct file *file, loff_t offset, int whence) in no_seek_end_llseek() function
186 EXPORT_SYMBOL(no_seek_end_llseek); variable
/kernel/linux/linux-6.6/fs/
H A Dread_write.c175 * no_seek_end_llseek - llseek implementation for fixed-sized devices
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); variable
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c1212 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c1195 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h3097 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h3001 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);
/kernel/linux/linux-6.6/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c2593 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
H A Dsisusb.c2779 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()

Completed in 46 milliseconds