Searched refs:off_t (Results 1 – 13 of 13) sorted by relevance
/misc/ |
A D | truncate64.c | 26 if ((off_t) length != length) in truncate64() 31 return __truncate (path, (off_t) length); in truncate64()
|
A D | ftruncate64.c | 26 if ((off_t) length != length) in __ftruncate64() 31 return __ftruncate (fd, (off_t) length); in __ftruncate64()
|
A D | mmap64.c | 35 off_t small_offset = (off_t) offset; in __mmap64()
|
A D | tst-preadvwritev64.c | 37 off_t base_offset = UINT32_MAX + 2048LL; in do_test() 48 off_t expected_value = base_offset + (2 * (96LL)); in do_test()
|
A D | truncate.c | 23 __truncate (const char *path, off_t length) in __truncate()
|
A D | ftruncate.c | 24 __ftruncate (int fd, off_t length) in __ftruncate()
|
A D | pwritev.c | 29 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev()
|
A D | preadv.c | 29 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv()
|
A D | pwritev2.c | 24 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2()
|
A D | preadv2.c | 24 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2()
|
A D | mmap.c | 32 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap()
|
A D | tst-preadvwritev-common.c | 96 do_test_with_offset (off_t offset) in do_test_with_offset()
|
/misc/sys/ |
A D | mman.h | 29 typedef __off_t off_t; typedef 31 typedef __off64_t off_t; typedef
|
Completed in 29 milliseconds