Home
last modified time | relevance | path

Searched refs:off_t (Results 1 - 25 of 316) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dsyscalls.h28 size_t count, off_t pos_low, off_t pos_high);
30 size_t count, off_t pos_low, off_t pos_high);
32 off_t length_low, off_t length_high);
34 off_t length_low, off_t length_high);
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.h60 off_t (*lseek)(struct File *, off_t, int);
62 int (*truncate)(struct File *, off_t);
78 off_t fOffset;
88 off_t dOffset;
/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.h39 off_t (*lseek)(struct TagFile *, off_t, S32);
41 S32 (*truncate)(struct TagFile *, off_t);
57 off_t fOffset;
67 off_t dOffset;
H A Dvfs_operations.h44 off_t OsVfsLseek(S32 fd, off_t off, S32 whence);
57 ssize_t OsVfsPread(S32 fd, void *buff, size_t bytes, off_t off);
58 ssize_t OsVfsPwrite(S32 fd, const void *buff, size_t bytes, off_t off);
59 S32 OsVfsFtruncate(S32 fd, off_t length);
H A Dvfs_fs.c259 off_t OsVfsLseek(S32 fd, off_t off, S32 whence) in OsVfsLseek()
261 off_t ret = (off_t)FS_NOK; in OsVfsLseek()
668 ssize_t OsVfsPread(S32 fd, void *buff, size_t bytes, off_t off) in OsVfsPread()
670 off_t savepos, pos; in OsVfsPread()
688 if (savepos == (off_t)-1) { in OsVfsPread()
694 if (pos == (off_t)-1) { in OsVfsPread()
701 if ((pos == (off_t)-1) && (ret >= 0)) { in OsVfsPread()
710 ssize_t OsVfsPwrite(S32 fd, const void *buff, size_t bytes, off_t of
[all...]
/kernel/liteos_a/compat/posix/src/
H A Dstdio.c38 off_t _lseek(int fd, off_t offset, int whence) in _lseek()
47 return (off_t)-get_errno(); in _lseek()
55 return (off_t)-EINVAL; in _lseek()
64 return (off_t)-get_errno(); in _lseek()
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_fallocate.c49 static ssize_t file_fallocate(struct file *filep, int mode, off_t offset, off_t len) in file_fallocate()
105 int fallocate(int fd, int mode, off_t offset, off_t len) in fallocate()
/kernel/linux/linux-5.10/tools/io_uring/
H A Dio_uring-cp.c29 off_t first_offset, offset;
47 static int get_file_size(int fd, off_t *size) in get_file_size()
84 static int queue_read(struct io_uring *ring, off_t size, off_t offset) in queue_read()
123 static int copy_file(struct io_uring *ring, off_t insize) in copy_file()
127 off_t write_left, offset; in copy_file()
142 off_t this_size = insize; in copy_file()
230 off_t insize; in main()
H A Dliburing.h110 off_t offset) in io_uring_prep_rw()
122 unsigned nr_vecs, off_t offset) in io_uring_prep_readv()
129 off_t offset) in io_uring_prep_read_fixed()
136 unsigned nr_vecs, off_t offset) in io_uring_prep_writev()
143 off_t offset) in io_uring_prep_write_fixed()
/kernel/liteos_m/testsuites/unittest/posix/src/fs/api/
H A Dposix_fs_lseek_test.c43 off_t off;
69 off_t off;
95 off_t off;
121 off_t off = lseek(-1, 0, SEEK_SET); /* -1, bad fd 0, offset distance */
135 off_t off = lseek(ERROR_CONFIG_NFILE_DESCRIPTORS, 0, SEEK_SET); /* 0, offset distance */
149 off_t off = lseek(0, 0, SEEK_SET); /* 0, used for stdin 0, offet distance */
171 off_t off;
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_debug.h107 off_t offset, int count,
111 off_t offset, int count,
117 off_t offset, int count,
124 off_t offset, int count,
128 off_t offset, int count,
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dmain.h13 off_t offset;
23 off_t bin_size;
27 off_t encl_base;
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_debug.c13 off_t offset, int count, in proc_get_drv_version()
25 off_t offset, int count, in proc_get_write_reg()
74 off_t offset, int count, in proc_get_read_reg()
134 off_t offset, int count, in proc_get_adapter_state()
149 off_t offset, int count, in proc_get_best_channel()
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfatfs.h122 off_t fatfs_lseek64(struct file *filep, off64_t offset, int whence);
123 off64_t fatfs_lseek(struct file *filep, off_t offset, int whence);
127 int fatfs_fallocate(struct file *filep, int mode, off_t offset, off_t len);
129 int fatfs_truncate(struct Vnode *vnode, off_t len);
/kernel/uniproton/src/fs/
H A Dfs.c59 off_t lseek(int fd, off_t offset, int whence) in lseek()
182 int ftruncate(int fd, off_t length) in ftruncate()
187 ssize_t pread(int fd, void *buf, size_t nbyte, off_t offset) in pread()
193 ssize_t pwrite(int fd, const void *buf, size_t nbyte, off_t offset) in pwrite()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dsys_riscv.c15 unsigned long fd, off_t offset, in riscv_sys_mmap()
28 unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6()
35 unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6()
/kernel/linux/linux-5.10/include/linux/
H A Dagpgart.h52 off_t pg_start; /* starting page to populate */
58 off_t pg_start;
81 off_t pg_start; /* starting page to populate */
H A Dscatterlist.h280 const off_t skip, const int nb_splits,
315 size_t buflen, off_t skip, bool to_buffer);
323 const void *buf, size_t buflen, off_t skip);
325 void *buf, size_t buflen, off_t skip);
327 size_t buflen, off_t skip);
513 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset);
/kernel/linux/linux-6.6/include/linux/
H A Dagpgart.h52 off_t pg_start; /* starting page to populate */
58 off_t pg_start;
81 off_t pg_start; /* starting page to populate */
H A Dscatterlist.h426 const off_t skip, const int nb_splits,
493 size_t buflen, off_t skip, bool to_buffer);
501 const void *buf, size_t buflen, off_t skip);
503 void *buf, size_t buflen, off_t skip);
505 size_t buflen, off_t skip);
691 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset);
/kernel/liteos_a/syscall/
H A Dlos_syscall.h224 extern ssize_t preadv(int __fd, const struct iovec *__iov, int __count, off_t __offset);
225 extern ssize_t pwritev(int __fd, const struct iovec *__iov, int __count, off_t __offset);
250 extern off_t SysLseek(int fd, off_t offset, int whence);
268 extern int SysTruncate(const char *path, off_t length);
269 extern int SysFtruncate(int fd, off_t length);
299 extern ssize_t SysSendFile(int outfd, int infd, off_t *offset, size_t count);
300 extern int SysTruncate(const char *path, off_t length);
307 extern int SysFallocate(int fd, int mode, off_t offset, off_t le
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dbrowser.h30 void (*seek)(struct ui_browser *browser, off_t offset, int whence);
76 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence);
79 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence);
82 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence);
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dbrowser.h30 void (*seek)(struct ui_browser *browser, off_t offset, int whence);
76 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence);
79 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence);
82 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence);
/kernel/linux/common_modules/pac/src/
H A Dpointer_auth_context.c24 static off_t compat_regs_offset_array[] = {0, 0, S_X14, S_X13, S_PC, S_PSTATE};
25 static off_t regs_offset_array[] = {S_X16, S_X17, S_LR, S_SP, S_PC, S_PSTATE};
74 off_t offset; in set_exception_context_register_index()
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h525 static inline u32 axienet_ior(struct axienet_local *lp, off_t offset) in axienet_ior()
556 static inline void axienet_iow(struct axienet_local *lp, off_t offset, in axienet_iow()
573 off_t reg, u32 value) in axienet_dma_out32()
589 off_t reg, u64 value) in axienet_dma_out64()
594 static inline void axienet_dma_out_addr(struct axienet_local *lp, off_t reg, in axienet_dma_out_addr()
605 static inline void axienet_dma_out_addr(struct axienet_local *lp, off_t reg, in axienet_dma_out_addr()

Completed in 11 milliseconds

12345678910>>...13