Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 22 of 22) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dllseek.c23 off64_t __NC(lseek64)(int fd, off64_t offset, int whence) in __NC()
25 off64_t result; in __NC()
27 return (off64_t)INLINE_SYSCALL(_llseek, 5, fd, (off_t) OFF64_HI(offset), in __NC()
30 CANCELLABLE_SYSCALL(off64_t, lseek64, (int fd, off64_t offset, int whence), (fd, offset, whence))
A Dsync_file_range.c23 static int __NC(sync_file_range)(int fd, off64_t offset, off64_t nbytes, unsigned int flags) in __NC()
35 CANCELLABLE_SYSCALL(int, sync_file_range, (int fd, off64_t offset, off64_t nbytes, unsigned int fla…
A Dsplice.c15 _syscall6(ssize_t, splice, int, __fdin, off64_t *, __offin, int, __fdout,
16 off64_t *, __offout, size_t, __len, unsigned int, __flags)
A Dposix_fadvise64.c23 int posix_fadvise64(int fd, off64_t offset, off64_t len, int advice) in posix_fadvise64()
A Dpread_write.c91 static ssize_t __NC(pread64)(int fd, void *buf, size_t count, off64_t offset) in __NC()
95 CANCELLABLE_SYSCALL(ssize_t, pread64, (int fd, void *buf, size_t count, off64_t offset),
98 static ssize_t __NC(pwrite64)(int fd, const void *buf, size_t count, off64_t offset) in __NC()
102 CANCELLABLE_SYSCALL(ssize_t, pwrite64, (int fd, const void *buf, size_t count, off64_t offset),
A Dposix_fadvise.c26 int posix_fadvise64(int fd, off64_t offset, off64_t len, int advice);
A Dreadahead.c32 ssize_t readahead(int fd, off64_t offset, size_t count)
A Dgetdents64.c38 off64_t last_offset = -1; in _syscall3()
/l4re-core-master/l4re_vfs/include/impl/
A Dro_file.h29 off64_t _size;
45 off64_t size() const throw() { return _size; } in size()
56 ssize_t read_single(const struct iovec*, off64_t) throw();
57 ssize_t preadv(const struct iovec *, int, off64_t) throw();
58 ssize_t pwritev(const struct iovec *, int , off64_t) throw();
A Dro_file_impl.h52 Ro_file::read_single(const struct iovec *vec, off64_t pos) throw() in read_single()
54 off64_t l = vec->iov_len; in read_single()
68 Ro_file::preadv(const struct iovec *vec, int cnt, off64_t offset) throw() in preadv()
101 Ro_file::pwritev(const struct iovec *, int, off64_t) throw() in pwritev() argument
A Dns_fs.h39 ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in preadv() argument
40 ssize_t pwritev(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in pwritev() argument
66 ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in preadv() argument
67 ssize_t pwritev(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in pwritev() argument
A Dvfs_impl.h517 off64_t offset = l4_trunc_page(_offset << 12); in mmap2()
/l4re-core-master/l4re_vfs/include/
A Dbackend69 ssize_t pwritev(const struct iovec*, int, off64_t) throw()
73 ssize_t preadv(const struct iovec*, int, off64_t) throw()
77 off64_t lseek64(off64_t, int) throw()
81 int ftruncate64(off64_t) throw()
237 virtual off64_t size() const throw() = 0;
258 off64_t lseek64(off64_t offset, int whence) throw()
260 off64_t r;
279 off64_t pos() const throw() { return _pos; }
282 off64_t _pos;
290 ssize_t preadv(const struct iovec *v, int iovcnt, off64_t) throw()
[all …]
A Dvfs.h307 virtual ssize_t preadv(const struct iovec *iov, int iovcnt, off64_t offset) throw() = 0;
308 virtual ssize_t pwritev(const struct iovec *iov, int iovcnt, off64_t offset) throw() = 0;
317 virtual off64_t lseek64(off64_t, int) throw() = 0;
327 virtual int ftruncate64(off64_t pos) throw() = 0;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dposix_fadvise64.c20 int posix_fadvise64(int fd, off64_t offset, off64_t len, int advice) in posix_fadvise64()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/
A Dlockf64.c40 int lockf64 (int fd, int cmd, off64_t len64) in lockf64()
45 if (len64 != (off64_t) len) in lockf64()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dwrapsyscall.c100 CANCELABLE_SYSCALL (off64_t, lseek64, (int fd, off64_t offset, int whence),
145 off64_t offset),
158 off64_t offset),
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc476 L4B_REDIRECT_2(int, truncate64, const char *, off64_t)
554 L4B_REDIRECT_2(int, ftruncate64, int, off64_t)
626 ssize_t pread64(int fd, void *buf, size_t count, off64_t offset) in pread64()
641 ssize_t pwrite64(int fd, const void *buf, size_t count, off64_t offset) in pwrite64()
A Dmmap.cc49 int fd, off64_t offset) in mmap64()
/l4re-core-master/libc_backends/lib/misc/
A Dmisc.c490 int posix_fadvise64(int fd, off64_t offset, off64_t len, int advice) in posix_fadvise64()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dtypes.h94 typedef __off64_t off64_t; typedef
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dunistd.h254 typedef __off64_t off64_t; typedef

Completed in 29 milliseconds