Searched refs:no_seek_end_llseek_size (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ |
D | nwflash.c | 281 ret = no_seek_end_llseek_size(file, offset, orig, gbFlashSize); in flash_llseek()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | uhci-debug.c | 589 return no_seek_end_llseek_size(file, off, whence, up->size); in uhci_debug_lseek()
|
/kernel/linux/linux-5.10/fs/ |
D | read_write.c | 196 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/ |
D | mdesc.c | 1292 return no_seek_end_llseek_size(file, offset, whence, hp->handle_size); in mdesc_llseek()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs.h | 3046 extern loff_t no_seek_end_llseek_size(struct file *, loff_t, int, loff_t);
|