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