/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | llseek.c | 23 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 D | sync_file_range.c | 23 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 D | splice.c | 15 _syscall6(ssize_t, splice, int, __fdin, off64_t *, __offin, int, __fdout, 16 off64_t *, __offout, size_t, __len, unsigned int, __flags)
|
A D | posix_fadvise64.c | 23 int posix_fadvise64(int fd, off64_t offset, off64_t len, int advice) in posix_fadvise64()
|
A D | pread_write.c | 91 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 D | posix_fadvise.c | 26 int posix_fadvise64(int fd, off64_t offset, off64_t len, int advice);
|
A D | readahead.c | 32 ssize_t readahead(int fd, off64_t offset, size_t count)
|
A D | getdents64.c | 38 off64_t last_offset = -1; in _syscall3()
|
/l4re-core-master/l4re_vfs/include/impl/ |
A D | ro_file.h | 29 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 D | ro_file_impl.h | 52 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 D | ns_fs.h | 39 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 D | vfs_impl.h | 517 off64_t offset = l4_trunc_page(_offset << 12); in mmap2()
|
/l4re-core-master/l4re_vfs/include/ |
A D | backend | 69 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 D | vfs.h | 307 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 D | posix_fadvise64.c | 20 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 D | lockf64.c | 40 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 D | wrapsyscall.c | 100 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 D | file.cc | 476 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 D | mmap.cc | 49 int fd, off64_t offset) in mmap64()
|
/l4re-core-master/libc_backends/lib/misc/ |
A D | misc.c | 490 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 D | types.h | 94 typedef __off64_t off64_t; typedef
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | unistd.h | 254 typedef __off64_t off64_t; typedef
|