Searched refs:whence (Results 1 - 25 of 85) sorted by path

1234

/linux-master/drivers/char/
H A Dadi.c177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) argument
181 switch (whence) {
H A Dpowernv-op-panel.c38 static loff_t oppanel_llseek(struct file *filp, loff_t offset, int whence) argument
40 return fixed_size_llseek(filp, offset, whence, oppanel_size);
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c154 static loff_t lseek(struct file *file, loff_t off, int whence) argument
157 return fixed_size_llseek(file, off, whence, dbg->size);
/linux-master/drivers/usb/host/
H A Duhci-debug.c586 static loff_t uhci_debug_lseek(struct file *file, loff_t off, int whence) argument
589 return no_seek_end_llseek_size(file, off, whence, up->size);
/linux-master/arch/powerpc/kernel/
H A Dproc_powerpc.c19 static loff_t page_map_seek(struct file *file, loff_t off, int whence) argument
21 return fixed_size_llseek(file, off, whence, PAGE_SIZE);
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr-vpd.c433 static loff_t papr_vpd_handle_seek(struct file *file, loff_t off, int whence) argument
437 return fixed_size_llseek(file, off, whence, blob->len);
/linux-master/arch/sparc/kernel/
H A Dmdesc.c1288 static loff_t mdesc_llseek(struct file *file, loff_t offset, int whence) argument
1292 return no_seek_end_llseek_size(file, offset, whence, hp->handle_size);
/linux-master/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall.h76 static inline int simc_lseek(int fd, uint32_t off, int whence) argument
78 return __simc(SYS_lseek, fd, off, whence);
/linux-master/block/
H A Dfops.c530 static loff_t blkdev_llseek(struct file *file, loff_t offset, int whence) argument
536 retval = fixed_size_llseek(file, offset, whence, i_size_read(bd_inode));
/linux-master/drivers/char/xillybus/
H A Dxillybus_core.c1665 static loff_t xillybus_llseek(struct file *filp, loff_t offset, int whence) argument
1684 switch (whence) {
H A Dxillyusb.c1785 static loff_t xillyusb_llseek(struct file *filp, loff_t offset, int whence) argument
1804 switch (whence) {
/linux-master/drivers/dma-buf/
H A Ddma-buf.c152 static loff_t dma_buf_llseek(struct file *file, loff_t offset, int whence) argument
165 if (whence == SEEK_END)
167 else if (whence == SEEK_SET)
/linux-master/drivers/fsi/
H A Dfsi-core.c733 static loff_t cfam_llseek(struct file *file, loff_t offset, int whence) argument
735 switch (whence) {
H A Dfsi-scom.c373 static loff_t scom_llseek(struct file *file, loff_t offset, int whence) argument
375 switch (whence) {
H A Di2cr-scom.c20 static loff_t i2cr_scom_llseek(struct file *file, loff_t offset, int whence) argument
22 switch (whence) {
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_dev.c141 static loff_t auxdev_llseek(struct file *file, loff_t offset, int whence) argument
143 return fixed_size_llseek(file, offset, whence, AUX_MAX_OFFSET);
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c40 loff_t hfi1_seq_lseek(struct file *file, loff_t offset, int whence) argument
48 r = seq_lseek(file, offset, whence);
H A Ddebugfs.h44 loff_t hfi1_seq_lseek(struct file *file, loff_t offset, int whence);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dpmc.c370 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence) argument
388 switch (whence) {
H A Dpmc.h14 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence);
/linux-master/drivers/pci/
H A Dpci-sysfs.c842 loff_t offset, int whence)
844 return fixed_size_llseek(filep, offset, whence, attr->size);
839 pci_llseek_resource(struct file *filep, struct kobject *kobj __always_unused, struct bin_attribute *attr, loff_t offset, int whence) argument
H A Dproc.c22 static loff_t proc_bus_pci_lseek(struct file *file, loff_t off, int whence) argument
25 return fixed_size_llseek(file, off, whence, dev->cfg_size);
/linux-master/drivers/pnp/isapnp/
H A Dproc.c17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) argument
19 return fixed_size_llseek(file, off, whence, 256);
/linux-master/drivers/s390/char/
H A 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) argument
162 switch (whence) {
H A Dvmur.c789 static loff_t ur_llseek(struct file *file, loff_t offset, int whence) argument
795 return no_seek_end_llseek(file, offset, whence);

Completed in 294 milliseconds

1234