Home
last modified time | relevance | path

Searched refs:no_seek_end_llseek (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dcpuid.c121 .llseek = no_seek_end_llseek,
H A Dmsr.c229 .llseek = no_seek_end_llseek,
/openbmc/linux/drivers/char/ipmi/
H A Dkcs_bmc_cdev_raw.c346 .llseek = no_seek_end_llseek,
/openbmc/linux/drivers/usb/core/
H A Ddevices.c543 .llseek = no_seek_end_llseek,
H A Ddevio.c2840 .llseek = no_seek_end_llseek,
/openbmc/linux/fs/
H A Dread_write.c181 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 Dvmur.c793 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c1195 return no_seek_end_llseek(file, offset, orig); in dev_mem_seek()
/openbmc/linux/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c2593 ret = no_seek_end_llseek(file, offset, orig); in sisusb_lseek()
/openbmc/linux/include/linux/
H A Dfs.h3018 extern loff_t no_seek_end_llseek(struct file *, loff_t, int);