Searched refs:fixed_size_llseek (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | proc_powerpc.c | 34 return fixed_size_llseek(file, off, whence, PAGE_SIZE); in page_map_seek()
|
/linux-4.1.27/drivers/parisc/ |
D | eisa_eeprom.c | 36 return fixed_size_llseek(file, offset, origin, HPEE_MAX_LENGTH); in eisa_eeprom_llseek()
|
/linux-4.1.27/drivers/pnp/isapnp/ |
D | proc.c | 32 return fixed_size_llseek(file, off, whence, 256); in isapnp_proc_bus_lseek()
|
/linux-4.1.27/drivers/zorro/ |
D | proc.c | 26 return fixed_size_llseek(file, off, whence, sizeof(struct ConfigDev)); in proc_bus_zorro_lseek()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 171 return fixed_size_llseek(file, off, whence, dbg->size); in lseek()
|
/linux-4.1.27/drivers/char/ |
D | tile-srom.c | 278 return fixed_size_llseek(file, offset, origin, srom->total_size); in srom_llseek()
|
/linux-4.1.27/drivers/pci/ |
D | proc.c | 23 return fixed_size_llseek(file, off, whence, dev->cfg_size); in proc_bus_pci_lseek()
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_debugfs.c | 301 return fixed_size_llseek(file, offset, howto, in fnic_trace_debugfs_lseek()
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfad_debugfs.c | 177 return fixed_size_llseek(file, offset, orig, in bfad_debugfs_lseek()
|
/linux-4.1.27/drivers/tty/vt/ |
D | vc_screen.c | 191 return fixed_size_llseek(file, offset, orig, size); in vcs_lseek()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad_debugfs.c | 239 return fixed_size_llseek(file, offset, orig, debug->buffer_len); in bnad_debugfs_lseek()
|
/linux-4.1.27/fs/ |
D | read_write.c | 161 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);
|
D | block_dev.c | 331 retval = fixed_size_llseek(file, offset, whence, i_size_read(bd_inode)); in block_llseek()
|
/linux-4.1.27/drivers/staging/vme/devices/ |
D | vme_user.c | 438 res = fixed_size_llseek(file, off, whence, image_size); in vme_user_llseek()
|
/linux-4.1.27/drivers/misc/carma/ |
D | carma-fpga-program.c | 830 return fixed_size_llseek(filp, offset, origin, priv->fw_size); in fpga_llseek()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | cdev.c | 167 return fixed_size_llseek(file, offset, origin, vol->used_bytes); in vol_cdev_llseek()
|
/linux-4.1.27/drivers/mtd/ |
D | mtdchar.c | 58 return fixed_size_llseek(file, offset, orig, mfi->mtd->size); in mtdchar_lseek()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2629 extern loff_t fixed_size_llseek(struct file *file, loff_t offset,
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 1169 return fixed_size_llseek(file, off, whence, debug->len); in lpfc_debugfs_lseek()
|