/drivers/pnp/isapnp/ |
D | proc.c | 17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) in isapnp_proc_bus_lseek() argument 19 return fixed_size_llseek(file, off, whence, 256); in isapnp_proc_bus_lseek()
|
/drivers/s390/char/ |
D | hmcdrv_dev.c | 58 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence); 160 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) in hmcdrv_dev_seek() argument 162 switch (whence) { in hmcdrv_dev_seek()
|
D | vmur.c | 785 static loff_t ur_llseek(struct file *file, loff_t offset, int whence) in ur_llseek() argument 791 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
|
/drivers/zorro/ |
D | proc.c | 25 proc_bus_zorro_lseek(struct file *file, loff_t off, int whence) in proc_bus_zorro_lseek() argument 27 return fixed_size_llseek(file, off, whence, sizeof(struct ConfigDev)); in proc_bus_zorro_lseek()
|
/drivers/char/ |
D | adi.c | 177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek() argument 181 switch (whence) { in adi_llseek()
|
D | powernv-op-panel.c | 38 static loff_t oppanel_llseek(struct file *filp, loff_t offset, int whence) in oppanel_llseek() argument 40 return fixed_size_llseek(filp, offset, whence, oppanel_size); in oppanel_llseek()
|
/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() argument 157 return fixed_size_llseek(file, off, whence, dbg->size); in lseek()
|
/drivers/net/wireless/ath/wil6210/ |
D | pmc.h | 14 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence);
|
D | pmc.c | 370 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence) in wil_pmc_llseek() argument 388 switch (whence) { in wil_pmc_llseek()
|
/drivers/gpu/drm/ |
D | drm_dp_aux_dev.c | 141 static loff_t auxdev_llseek(struct file *file, loff_t offset, int whence) in auxdev_llseek() argument 143 return fixed_size_llseek(file, offset, whence, AUX_MAX_OFFSET); in auxdev_llseek()
|
/drivers/infiniband/hw/hfi1/ |
D | debugfs.h | 85 loff_t hfi1_seq_lseek(struct file *file, loff_t offset, int whence);
|
D | debugfs.c | 82 loff_t hfi1_seq_lseek(struct file *file, loff_t offset, int whence) in hfi1_seq_lseek() argument 90 r = seq_lseek(file, offset, whence); in hfi1_seq_lseek()
|
/drivers/pci/ |
D | proc.c | 22 static loff_t proc_bus_pci_lseek(struct file *file, loff_t off, int whence) in proc_bus_pci_lseek() argument 25 return fixed_size_llseek(file, off, whence, dev->cfg_size); in proc_bus_pci_lseek()
|
/drivers/usb/host/ |
D | uhci-debug.c | 586 static loff_t uhci_debug_lseek(struct file *file, loff_t off, int whence) in uhci_debug_lseek() argument 589 return no_seek_end_llseek_size(file, off, whence, up->size); in uhci_debug_lseek()
|
/drivers/usb/misc/ |
D | legousbtower.c | 227 static loff_t tower_llseek(struct file *file, loff_t off, int whence); 483 static loff_t tower_llseek(struct file *file, loff_t off, int whence) in tower_llseek() argument
|
/drivers/staging/vme/devices/ |
D | vme_user.c | 261 static loff_t vme_user_llseek(struct file *file, loff_t off, int whence) in vme_user_llseek() argument 272 res = fixed_size_llseek(file, off, whence, image_size); in vme_user_llseek()
|
/drivers/fsi/ |
D | fsi-scom.c | 414 static loff_t scom_llseek(struct file *file, loff_t offset, int whence) in scom_llseek() argument 416 switch (whence) { in scom_llseek()
|
D | fsi-core.c | 767 static loff_t cfam_llseek(struct file *file, loff_t offset, int whence) in cfam_llseek() argument 769 switch (whence) { in cfam_llseek()
|
/drivers/dma-buf/ |
D | dma-buf.c | 174 static loff_t dma_buf_llseek(struct file *file, loff_t offset, int whence) in dma_buf_llseek() argument 187 if (whence == SEEK_END) in dma_buf_llseek() 189 else if (whence == SEEK_SET) in dma_buf_llseek()
|
/drivers/char/xillybus/ |
D | xillybus_core.c | 1662 static loff_t xillybus_llseek(struct file *filp, loff_t offset, int whence) in xillybus_llseek() argument 1681 switch (whence) { in xillybus_llseek()
|
/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 2532 lpfc_debugfs_lseek(struct file *file, loff_t off, int whence) in lpfc_debugfs_lseek() argument 2535 return fixed_size_llseek(file, off, whence, debug->len); in lpfc_debugfs_lseek()
|