| /linux-6.15/drivers/parisc/ |
| H A D | eisa_eeprom.c | 22 return fixed_size_llseek(file, offset, origin, HPEE_MAX_LENGTH); in eisa_eeprom_llseek()
|
| /linux-6.15/drivers/pnp/isapnp/ |
| H A D | proc.c | 19 return fixed_size_llseek(file, off, whence, 256); in isapnp_proc_bus_lseek()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | proc_powerpc.c | 23 return fixed_size_llseek(file, off, whence, PAGE_SIZE); in page_map_seek()
|
| /linux-6.15/drivers/zorro/ |
| H A D | proc.c | 27 return fixed_size_llseek(file, off, whence, sizeof(struct ConfigDev)); in proc_bus_zorro_lseek()
|
| /linux-6.15/drivers/char/ |
| H A D | powernv-op-panel.c | 40 return fixed_size_llseek(filp, offset, whence, oppanel_size); in oppanel_llseek()
|
| /linux-6.15/drivers/pci/hotplug/ |
| H A D | cpqphp_sysfs.c | 156 return fixed_size_llseek(file, off, whence, dbg->size); in lseek()
|
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_dp_aux_dev.c | 143 return fixed_size_llseek(file, offset, whence, AUX_MAX_OFFSET); in auxdev_llseek()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | papr-vpd.c | 434 return fixed_size_llseek(file, off, whence, blob->len); in papr_vpd_handle_seek()
|
| /linux-6.15/drivers/scsi/fnic/ |
| H A D | fnic_debugfs.c | 253 return fixed_size_llseek(file, offset, howto, in fnic_trace_debugfs_lseek()
|
| /linux-6.15/drivers/pci/ |
| H A D | proc.c | 25 return fixed_size_llseek(file, off, whence, dev->cfg_size); in proc_bus_pci_lseek()
|
| H A D | pci-sysfs.c | 874 return fixed_size_llseek(filep, offset, whence, attr->size); in pci_llseek_resource()
|
| /linux-6.15/drivers/scsi/bfa/ |
| H A D | bfad_debugfs.c | 166 return fixed_size_llseek(file, offset, orig, in bfad_debugfs_lseek()
|
| /linux-6.15/drivers/net/ethernet/brocade/bna/ |
| H A D | bnad_debugfs.c | 228 return fixed_size_llseek(file, offset, orig, debug->buffer_len); in bnad_debugfs_lseek()
|
| /linux-6.15/drivers/staging/vme_user/ |
| H A D | vme_user.c | 275 res = fixed_size_llseek(file, off, whence, image_size); in vme_user_llseek()
|
| /linux-6.15/drivers/tty/vt/ |
| H A D | vc_screen.c | 245 return fixed_size_llseek(file, offset, orig, size); in vcs_lseek()
|
| /linux-6.15/fs/ |
| H A D | read_write.c | 262 loff_t fixed_size_llseek(struct file *file, loff_t offset, int whence, loff_t size) in fixed_size_llseek() function 272 EXPORT_SYMBOL(fixed_size_llseek);
|
| /linux-6.15/block/ |
| H A D | fops.c | 565 retval = fixed_size_llseek(file, offset, whence, i_size_read(bd_inode)); in blkdev_llseek()
|
| /linux-6.15/drivers/mtd/ubi/ |
| H A D | cdev.c | 154 return fixed_size_llseek(file, offset, origin, vol->used_bytes); in vol_cdev_llseek()
|
| /linux-6.15/drivers/mtd/ |
| H A D | mtdchar.c | 42 return fixed_size_llseek(file, offset, orig, mfi->mtd->size); in mtdchar_lseek()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3390 extern loff_t fixed_size_llseek(struct file *file, loff_t offset,
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 2535 return fixed_size_llseek(file, off, whence, debug->len); in lpfc_debugfs_lseek()
|