Searched refs:no_seek_end_llseek (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/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,
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | kcs_bmc_cdev_raw.c | 346 .llseek = no_seek_end_llseek,
|
/openbmc/linux/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,
|
/openbmc/linux/fs/ |
H 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);
|
/openbmc/linux/drivers/s390/char/ |
H A D | vmur.c | 793 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | debugfs.c | 1195 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
|
/openbmc/linux/drivers/usb/misc/sisusbvga/ |
H A D | sisusbvga.c | 2593 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 3018 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);
|