Searched refs:no_seek_end_llseek (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | cpuid.c | 121 .llseek = no_seek_end_llseek,
|
H A D | msr.c | 229 .llseek = no_seek_end_llseek,
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | devices.c | 591 .llseek = no_seek_end_llseek,
|
H A D | devio.c | 2825 .llseek = no_seek_end_llseek,
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | devices.c | 543 .llseek = no_seek_end_llseek,
|
H A D | devio.c | 2840 .llseek = no_seek_end_llseek,
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | vmur.c | 791 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | vmur.c | 793 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
|
/kernel/linux/linux-5.10/fs/ |
H A D | read_write.c | 170 * 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 D | read_write.c | 175 * 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 D | debugfs.c | 1212 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | debugfs.c | 1195 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 3097 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 3001 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);
|
/kernel/linux/linux-6.6/drivers/usb/misc/sisusbvga/ |
H A D | sisusbvga.c | 2593 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()
|
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
H A D | sisusb.c | 2779 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()
|
Completed in 46 milliseconds