Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 21 of 21) sorted by relevance

/drivers/pnp/isapnp/
Dproc.c17 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/
Dhmcdrv_dev.c58 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()
Dvmur.c785 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/
Dproc.c25 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/
Dadi.c177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek() argument
181 switch (whence) { in adi_llseek()
Dpowernv-op-panel.c38 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/
Dcpqphp_sysfs.c154 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/
Dpmc.h14 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence);
Dpmc.c370 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/
Ddrm_dp_aux_dev.c141 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/
Ddebugfs.h85 loff_t hfi1_seq_lseek(struct file *file, loff_t offset, int whence);
Ddebugfs.c82 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/
Dproc.c22 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/
Duhci-debug.c586 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/
Dlegousbtower.c227 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/
Dvme_user.c261 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/
Dfsi-scom.c414 static loff_t scom_llseek(struct file *file, loff_t offset, int whence) in scom_llseek() argument
416 switch (whence) { in scom_llseek()
Dfsi-core.c767 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/
Ddma-buf.c174 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/
Dxillybus_core.c1662 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/
Dlpfc_debugfs.c2532 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()