Home
last modified time | relevance | path

Searched refs:fixed_size_llseek (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Dproc_powerpc.c34 return fixed_size_llseek(file, off, whence, PAGE_SIZE); in page_map_seek()
/linux-4.1.27/drivers/parisc/
Deisa_eeprom.c36 return fixed_size_llseek(file, offset, origin, HPEE_MAX_LENGTH); in eisa_eeprom_llseek()
/linux-4.1.27/drivers/pnp/isapnp/
Dproc.c32 return fixed_size_llseek(file, off, whence, 256); in isapnp_proc_bus_lseek()
/linux-4.1.27/drivers/zorro/
Dproc.c26 return fixed_size_llseek(file, off, whence, sizeof(struct ConfigDev)); in proc_bus_zorro_lseek()
/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_sysfs.c171 return fixed_size_llseek(file, off, whence, dbg->size); in lseek()
/linux-4.1.27/drivers/char/
Dtile-srom.c278 return fixed_size_llseek(file, offset, origin, srom->total_size); in srom_llseek()
/linux-4.1.27/drivers/pci/
Dproc.c23 return fixed_size_llseek(file, off, whence, dev->cfg_size); in proc_bus_pci_lseek()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_debugfs.c301 return fixed_size_llseek(file, offset, howto, in fnic_trace_debugfs_lseek()
/linux-4.1.27/drivers/scsi/bfa/
Dbfad_debugfs.c177 return fixed_size_llseek(file, offset, orig, in bfad_debugfs_lseek()
/linux-4.1.27/drivers/tty/vt/
Dvc_screen.c191 return fixed_size_llseek(file, offset, orig, size); in vcs_lseek()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbnad_debugfs.c239 return fixed_size_llseek(file, offset, orig, debug->buffer_len); in bnad_debugfs_lseek()
/linux-4.1.27/fs/
Dread_write.c161 loff_t fixed_size_llseek(struct file *file, loff_t offset, int whence, loff_t size) in fixed_size_llseek() function
171 EXPORT_SYMBOL(fixed_size_llseek);
Dblock_dev.c331 retval = fixed_size_llseek(file, offset, whence, i_size_read(bd_inode)); in block_llseek()
/linux-4.1.27/drivers/staging/vme/devices/
Dvme_user.c438 res = fixed_size_llseek(file, off, whence, image_size); in vme_user_llseek()
/linux-4.1.27/drivers/misc/carma/
Dcarma-fpga-program.c830 return fixed_size_llseek(filp, offset, origin, priv->fw_size); in fpga_llseek()
/linux-4.1.27/drivers/mtd/ubi/
Dcdev.c167 return fixed_size_llseek(file, offset, origin, vol->used_bytes); in vol_cdev_llseek()
/linux-4.1.27/drivers/mtd/
Dmtdchar.c58 return fixed_size_llseek(file, offset, orig, mfi->mtd->size); in mtdchar_lseek()
/linux-4.1.27/include/linux/
Dfs.h2629 extern loff_t fixed_size_llseek(struct file *file, loff_t offset,
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_debugfs.c1169 return fixed_size_llseek(file, off, whence, debug->len); in lpfc_debugfs_lseek()