Searched refs:no_seek_end_llseek (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/arch/x86/kernel/ |
D | cpuid.c | 121 .llseek = no_seek_end_llseek,
|
D | msr.c | 229 .llseek = no_seek_end_llseek,
|
/linux-6.6.21/drivers/usb/core/ |
D | devices.c | 543 .llseek = no_seek_end_llseek,
|
D | devio.c | 2840 .llseek = no_seek_end_llseek,
|
/linux-6.6.21/drivers/s390/char/ |
D | vmur.c | 793 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
|
/linux-6.6.21/fs/ |
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);
|
/linux-6.6.21/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 1195 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
|
/linux-6.6.21/drivers/usb/misc/sisusbvga/ |
D | sisusbvga.c | 2593 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()
|
/linux-6.6.21/include/linux/ |
D | fs.h | 3001 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);
|