Searched refs:no_seek_end_llseek (Results 1 – 12 of 12) sorted by relevance
/linux/arch/x86/kernel/ |
A D | cpuid.c | 122 .llseek = no_seek_end_llseek,
|
A D | msr.c | 230 .llseek = no_seek_end_llseek,
|
/linux/drivers/usb/core/ |
A D | devices.c | 591 .llseek = no_seek_end_llseek,
|
A D | devio.c | 2815 .llseek = no_seek_end_llseek,
|
/linux/fs/ |
A 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/drivers/s390/char/ |
A D | vmur.c | 767 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
|
/linux/drivers/net/wireless/ti/wlcore/ |
A D | debugfs.c | 1212 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
|
/linux/drivers/usb/misc/sisusbvga/ |
A D | sisusb.c | 2779 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()
|
/linux/include/linux/ |
A D | fs.h | 3245 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);
|
/linux/ |
A D | vmlinux.symvers | 7919 0x00000000 no_seek_end_llseek vmlinux EXPORT_SYMBOL
|
A D | System.map | 8446 ffff8000102451d0 T no_seek_end_llseek
|
A D | .tmp_System.map | 8446 ffff8000102451d0 T no_seek_end_llseek
|
Completed in 402 milliseconds