Home
last modified time | relevance | path

Searched refs:no_seek_end_llseek_size (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
Dnwflash.c281 ret = no_seek_end_llseek_size(file, offset, orig, gbFlashSize); in flash_llseek()
/kernel/linux/linux-5.10/drivers/usb/host/
Duhci-debug.c589 return no_seek_end_llseek_size(file, off, whence, up->size); in uhci_debug_lseek()
/kernel/linux/linux-5.10/fs/
Dread_write.c196 loff_t no_seek_end_llseek_size(struct file *file, loff_t offset, int whence, loff_t size) in no_seek_end_llseek_size() function
206 EXPORT_SYMBOL(no_seek_end_llseek_size);
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dmdesc.c1292 return no_seek_end_llseek_size(file, offset, whence, hp->handle_size); in mdesc_llseek()
/kernel/linux/linux-5.10/include/linux/
Dfs.h3046 extern loff_t no_seek_end_llseek_size(struct file *, loff_t, int, loff_t);