Home
last modified time | relevance | path

Searched defs:filep (Results 1 - 25 of 158) sorted by relevance

1234567

/kernel/liteos_a/compat/posix/src/
H A Dstdio.c41 struct file *filep = NULL; in _lseek() local
80 struct file *filep = NULL; in _lseek64() local
[all...]
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_fallocate64.c49 ssize_t file_fallocate64(struct file *filep, int mode, off64_t offset, off64_t len) in file_fallocate64() argument
111 struct file *filep = NULL; in fallocate64() local
[all...]
H A Dvfs_fallocate.c49 static ssize_t file_fallocate(struct file *filep, int mode, off_t offset, off_t len) in file_fallocate() argument
108 struct file *filep = NULL; in fallocate() local
[all...]
/kernel/liteos_a/kernel/common/
H A Dvirtual_serial.h61 struct file *filep; member
H A Dvirtual_serial.c60 STATIC INT32 SerialOpen(struct file *filep) in SerialOpen() argument
88 STATIC INT32 SerialClose(struct file *filep) in SerialClose() argument
104 STATIC ssize_t SerialRead(struct file *filep, CHAR *buffer, size_t bufLen) in SerialRead() argument
128 STATIC ssize_t SerialWrite(struct file *filep, const CHAR *buffer, size_t bufLen) in SerialWrite() argument
151 STATIC INT32 SerialIoctl(struct file *filep, INT32 cmd, unsigned long arg) in SerialIoctl() argument
174 SerialPoll(struct file *filep, poll_table *fds) SerialPoll() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_ssc.h50 static inline void nfs42_ssc_close(struct file *filep) in nfs42_ssc_close() argument
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
H A Dlm.h16 struct file *filep; member
/kernel/liteos_a/drivers/char/mem/src/
H A Dmem.c36 static int MemOpen(struct file *filep) in MemOpen() argument
41 static int MemClose(struct file *filep) in MemClose() argument
46 static ssize_t MemRead(struct file *filep, char *buffer, size_t buflen) in MemRead() argument
51 static ssize_t MemWrite(struct file *filep, const char *buffer, size_t buflen) in MemWrite() argument
56 static ssize_t MemMap(struct file *filep, LosVmMapRegion *region) in MemMap() argument
/kernel/liteos_a/drivers/char/random/src/
H A Drandom_hw.c48 static int RandomHwOpen(struct file *filep) in RandomHwOpen() argument
57 static int RandomHwClose(struct file *filep) in RandomHwClose() argument
66 static int RandomHwIoctl(struct file *filep, int cmd, unsigned long arg) in RandomHwIoctl() argument
78 static ssize_t RandomHwRead(struct file *filep, char *buffer, size_t buflen) in RandomHwRead() argument
93 static ssize_t RandomMap(struct file *filep, LosVmMapRegion *region) in RandomMap() argument
H A Drandom.c55 int RanOpen(struct file *filep) in RanOpen() argument
61 static int RanClose(struct file *filep) in RanClose() argument
66 int RanIoctl(struct file *filep, int cmd, unsigned long arg) in RanIoctl() argument
72 ssize_t RanRead(struct file *filep, char *buffer, size_t buflen) in RanRead() argument
95 static ssize_t RanMap(struct file *filep, LosVmMapRegion *region) in RanMap() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_debugfs.c20 static ssize_t debugfs_dim_read(struct file *filep, in debugfs_dim_read() argument
/kernel/linux/linux-5.10/fs/cifs/
H A Dioctl.c38 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info() argument
164 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_debugfs.c20 static ssize_t debugfs_dim_read(struct file *filep, in debugfs_dim_read() argument
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_ssc.h51 static inline void nfs42_ssc_close(struct file *filep) in nfs42_ssc_close() argument
/kernel/linux/linux-6.6/drivers/vfio/
H A Ddevice_cdev.c23 int vfio_device_fops_cdev_open(struct inode *inode, struct file *filep) in vfio_device_fops_cdev_open() argument
/kernel/linux/linux-6.6/drivers/fsi/
H A Di2cr-scom.c35 static ssize_t i2cr_scom_read(struct file *filep, char __user *buf, size_t len, loff_t *offset) in i2cr_scom_read() argument
55 static ssize_t i2cr_scom_write(struct file *filep, const char __user *buf, size_t len, in i2cr_scom_write() argument
/kernel/liteos_a/drivers/char/perf/src/
H A Dperf.c48 static int PerfOpen(struct file *filep) in PerfOpen() argument
54 static int PerfClose(struct file *filep) in PerfClose() argument
60 static ssize_t PerfRead(struct file *filep, char *buffer, size_t buflen) in PerfRead() argument
91 static ssize_t PerfConfig(struct file *filep, const char *buffer, size_t buflen) in PerfConfig() argument
117 static int PerfIoctl(struct file *filep, int cmd, unsigned long arg) in PerfIoctl() argument
[all...]
/kernel/liteos_a/drivers/char/quickstart/src/
H A Dquickstart.c43 static int QuickstartOpen(struct file *filep) in QuickstartOpen() argument
48 static int QuickstartClose(struct file *filep) in QuickstartClose() argument
108 static ssize_t QuickstartIoctl(struct file *filep, int cmd, unsigned long arg) in QuickstartIoctl() argument
/kernel/liteos_a/drivers/char/trace/src/
H A Dtrace.c52 static int TraceOpen(struct file *filep) in TraceOpen() argument
57 static int TraceClose(struct file *filep) in TraceClose() argument
62 static ssize_t TraceRead(struct file *filep, char *buffer, size_t buflen) in TraceRead() argument
90 static ssize_t TraceWrite(struct file *filep, const char *buffer, size_t buflen) in TraceWrite() argument
117 static int TraceIoctl(struct file *filep, int cmd, unsigned long arg) in TraceIoctl() argument
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsecvar-sysfs.c63 static ssize_t data_read(struct file *filep, struct kobject *kobj, in data_read() argument
95 static ssize_t update_write(struct file *filep, struct kobject *kobj, in update_write() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_debugfs.c113 static int fm10k_dbg_desc_open(struct inode *inode, struct file *filep) in fm10k_dbg_desc_open() argument
/kernel/linux/linux-5.10/virt/kvm/
H A Dvfio.c35 static struct vfio_group *kvm_vfio_group_get_external_user(struct file *filep) in kvm_vfio_group_get_external_user() argument
51 kvm_vfio_external_group_match_file(struct vfio_group *group, struct file *filep) kvm_vfio_external_group_match_file() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsecvar-sysfs.c54 static ssize_t data_read(struct file *filep, struct kobject *kobj, in data_read() argument
87 static ssize_t update_write(struct file *filep, struct kobject *kobj, in update_write() argument
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dtimerdev.c44 mISDN_open(struct inode *ino, struct file *filep) in mISDN_open() argument
64 mISDN_close(struct inode *ino, struct file *filep) in mISDN_close() argument
93 mISDN_read(struct file *filep, char __user *buf, size_t count, loff_t *off) in mISDN_read() argument
136 mISDN_poll(struct file *filep, poll_table *wait) mISDN_poll() argument
217 mISDN_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) mISDN_ioctl() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_attr.c12 qla4_8xxx_sysfs_read_fw_dump(struct file *filep, struct kobject *kobj, in qla4_8xxx_sysfs_read_fw_dump() argument
30 qla4_8xxx_sysfs_write_fw_dump(struct file *filep, struct kobject *kobj, in qla4_8xxx_sysfs_write_fw_dump() argument

Completed in 10 milliseconds

1234567