Home
last modified time | relevance | path

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

12345678

/third_party/NuttX/fs/vfs/
H A Dfs_fsync.c50 int file_fsync(struct file *filep) in file_fsync() argument
98 struct file *filep = NULL; in fsync() local
[all...]
H A Dfs_dupfd.c79 int file_dup(struct file *filep, int minfd) in file_dup() argument
123 struct file *filep; in fs_dupfd() local
[all...]
H A Dfs_getfilep.c73 static int fs_getfilep_normal(int fd, struct file **filep) in fs_getfilep_normal() argument
113 int fs_getfilep(int fd, struct file **filep) in fs_getfilep() argument
H A Dfs_lseek64.c76 off64_t file_seek64(struct file *filep, off64_t offset, int whence) in file_seek64() argument
183 struct file *filep; lseek64() local
[all...]
H A Dfs_lseek.c58 off_t file_seek(struct file *filep, off_t offset, int whence) in file_seek() argument
163 struct file *filep; lseek() local
[all...]
H A Dfs_ioctl.c81 struct file *filep; in fs_ioctl() local
H A Dfs_read.c64 ssize_t file_read(struct file *filep, void *buf, size_t nbytes) in file_read() argument
136 struct file *filep = NULL; in read() local
[all...]
H A Dfs_write.c66 ssize_t file_write(struct file *filep, const void *buf, size_t nbytes) in file_write() argument
160 struct file *filep; in write() local
[all...]
H A Dfs_truncate64.c63 static int file_truncate64(struct file *filep, off64_t length) in file_truncate64() argument
141 struct file *filep = NULL; in ftruncate64() local
H A Dfs_truncate.c44 static int file_truncate(struct file *filep, off_t length) in file_truncate() argument
124 struct file *filep = NULL; in ftruncate() local
H A Dfs_pread64.c65 ssize_t file_pread64(struct file *filep, void *buf, size_t nbytes, in file_pread64() argument
148 struct file *filep; in pread64() local
H A Dfs_pread.c47 ssize_t file_pread(struct file *filep, void *buf, size_t nbytes, in file_pread() argument
130 struct file *filep; in pread() local
H A Dfs_pwrite64.c65 static ssize_t file_pwrite64(struct file *filep, const void *buf, in file_pwrite64() argument
152 struct file *filep; in pwrite64() local
H A Dfs_pwrite.c47 ssize_t file_pwrite(struct file *filep, const void *buf, in file_pwrite() argument
134 struct file *filep; in pwrite() local
/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
/third_party/NuttX/drivers/pipes/
H A Dfifo.c37 static ssize_t fifo_map(struct file* filep, LosVmMapRegion *region) in fifo_map() argument
/third_party/NuttX/fs/dirent/
H A Dfs_opendir.c159 struct file *filep = NULL; in do_opendir() local
/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
/third_party/NuttX/fs/driver/
H A Dfs_blockproxy.c154 struct file *filep = NULL; in block_proxy() local

Completed in 9 milliseconds

12345678