Searched refs:no_seek_end_llseek_size (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/char/ |
H A D | nwflash.c | 281 ret = no_seek_end_llseek_size(file, offset, orig, gbFlashSize); in flash_llseek()
|
/linux/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()
|
/linux/fs/ |
H A D | read_write.c | 296 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 306 EXPORT_SYMBOL(no_seek_end_llseek_size);
|
/linux/arch/sparc/kernel/ |
H A D | mdesc.c | 1292 return no_seek_end_llseek_size(file, offset, whence, hp->handle_size); in mdesc_llseek()
|
/linux/include/linux/ |
H A D | fs.h | 3250 extern loff_t no_seek_end_llseek_size(struct file *, loff_t, int, loff_t);
|