Searched refs:no_seek_end_llseek_size (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ |
H A D | nwflash.c | 281 ret = no_seek_end_llseek_size(file, offset, orig, gbFlashSize); in flash_llseek()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A 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/ |
H A D | uhci-debug.c | 589 return no_seek_end_llseek_size(file, off, whence, up->size); in uhci_debug_lseek()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A 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/ |
H A D | read_write.c | 189 * no_seek_end_llseek_size - llseek implementation for fixed-sized devices 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); variable
|
/kernel/linux/linux-6.6/fs/ |
H A D | read_write.c | 194 * no_seek_end_llseek_size - llseek implementation for fixed-sized devices 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); variable
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | mdesc.c | 1292 return no_seek_end_llseek_size(file, offset, whence, hp->handle_size); in mdesc_llseek()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A 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/ |
H A D | fs.h | 3096 extern loff_t no_seek_end_llseek_size(struct file *, loff_t, int, loff_t);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 3000 extern loff_t no_seek_end_llseek_size(struct file *, loff_t, int, loff_t);
|
Completed in 23 milliseconds