| /third_party/NuttX/fs/vfs/ |
| H A D | fs_fsync.c | 50 int file_fsync(struct file *filep) in file_fsync() argument 98 struct file *filep = NULL; in fsync() local [all...] |
| H A D | fs_dupfd.c | 79 int file_dup(struct file *filep, int minfd) in file_dup() argument 123 struct file *filep; in fs_dupfd() local [all...] |
| H A D | fs_getfilep.c | 73 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 D | fs_lseek64.c | 76 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 D | fs_lseek.c | 58 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 D | fs_ioctl.c | 81 struct file *filep; in fs_ioctl() local
|
| H A D | fs_read.c | 64 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 D | fs_write.c | 66 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 D | fs_truncate64.c | 63 static int file_truncate64(struct file *filep, off64_t length) in file_truncate64() argument 141 struct file *filep = NULL; in ftruncate64() local
|
| H A D | fs_truncate.c | 44 static int file_truncate(struct file *filep, off_t length) in file_truncate() argument 124 struct file *filep = NULL; in ftruncate() local
|
| H A D | fs_pread64.c | 65 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 D | fs_pread.c | 47 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 D | fs_pwrite64.c | 65 static ssize_t file_pwrite64(struct file *filep, const void *buf,
in file_pwrite64() argument 152 struct file *filep;
in pwrite64() local
|
| H A D | fs_pwrite.c | 47 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 D | stdio.c | 41 struct file *filep = NULL; in _lseek() local 80 struct file *filep = NULL; in _lseek64() local [all...] |
| /kernel/liteos_a/fs/vfs/operation/ |
| H A D | vfs_fallocate64.c | 49 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 D | vfs_fallocate.c | 49 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 D | virtual_serial.h | 61 struct file *filep; member
|
| /third_party/NuttX/drivers/pipes/ |
| H A D | fifo.c | 37 static ssize_t fifo_map(struct file* filep, LosVmMapRegion *region) in fifo_map() argument
|
| /third_party/NuttX/fs/dirent/ |
| H A D | fs_opendir.c | 159 struct file *filep = NULL; in do_opendir() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | nfs_ssc.h | 50 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 D | lm.h | 16 struct file *filep; member
|
| /kernel/liteos_a/drivers/char/mem/src/ |
| H A D | mem.c | 36 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 D | random_hw.c | 48 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 D | fs_blockproxy.c | 154 struct file *filep = NULL; in block_proxy() local
|