Searched refs:fixed_size_llseek (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dproc_powerpc.c21 return fixed_size_llseek(file, off, whence, PAGE_SIZE);
/linux-master/drivers/parisc/
H A Deisa_eeprom.c22 return fixed_size_llseek(file, offset, origin, HPEE_MAX_LENGTH);
/linux-master/drivers/pnp/isapnp/
H A Dproc.c19 return fixed_size_llseek(file, off, whence, 256);
/linux-master/drivers/zorro/
H A Dproc.c27 return fixed_size_llseek(file, off, whence, sizeof(struct ConfigDev));
/linux-master/drivers/char/
H A Dpowernv-op-panel.c40 return fixed_size_llseek(filp, offset, whence, oppanel_size);
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c157 return fixed_size_llseek(file, off, whence, dbg->size);
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_dev.c143 return fixed_size_llseek(file, offset, whence, AUX_MAX_OFFSET);
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr-vpd.c437 return fixed_size_llseek(file, off, whence, blob->len);
/linux-master/drivers/scsi/bfa/
H A Dbfad_debugfs.c166 return fixed_size_llseek(file, offset, orig,
/linux-master/drivers/pci/
H A Dproc.c25 return fixed_size_llseek(file, off, whence, dev->cfg_size);
H A Dpci-sysfs.c844 return fixed_size_llseek(filep, offset, whence, attr->size);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c228 return fixed_size_llseek(file, offset, orig, debug->buffer_len);
/linux-master/drivers/scsi/fnic/
H A Dfnic_debugfs.c250 return fixed_size_llseek(file, offset, howto,
/linux-master/drivers/staging/vme_user/
H A Dvme_user.c274 res = fixed_size_llseek(file, off, whence, image_size);
/linux-master/drivers/tty/vt/
H A Dvc_screen.c245 return fixed_size_llseek(file, offset, orig, size);
/linux-master/fs/
H A Dread_write.c155 * fixed_size_llseek - llseek implementation for fixed-sized devices
162 loff_t fixed_size_llseek(struct file *file, loff_t offset, int whence, loff_t size) function
172 EXPORT_SYMBOL(fixed_size_llseek); variable
/linux-master/drivers/mtd/ubi/
H A Dcdev.c154 return fixed_size_llseek(file, offset, origin, vol->used_bytes);
/linux-master/block/
H A Dfops.c536 retval = fixed_size_llseek(file, offset, whence, i_size_read(bd_inode));
/linux-master/drivers/mtd/
H A Dmtdchar.c42 return fixed_size_llseek(file, offset, orig, mfi->mtd->size);
/linux-master/include/linux/
H A Dfs.h3158 extern loff_t fixed_size_llseek(struct file *file, loff_t offset,
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2535 return fixed_size_llseek(file, off, whence, debug->len);

Completed in 259 milliseconds