Searched refs:offset (Results 1 – 10 of 10) sorted by relevance
/io/ |
A D | tst-posix_fallocate-common.c | 43 do_test_with_offset (off_t offset) in do_test_with_offset() argument 47 if (posix_fallocate (temp_fd, offset, 768) != 0) in do_test_with_offset() 53 if (st.st_size != (offset + 768)) in do_test_with_offset() 64 if (st.st_size != (offset) + 768) in do_test_with_offset() 67 offset += 2048; in do_test_with_offset() 68 if (posix_fallocate (temp_fd, offset, 64) != 0) in do_test_with_offset() 74 if (st.st_size != (offset + 64)) in do_test_with_offset()
|
A D | posix_fallocate64.c | 24 posix_fallocate64 (int fd, __off64_t offset, __off64_t len) in posix_fallocate64() argument
|
A D | posix_fallocate.c | 24 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate() argument
|
A D | posix_fadvise.c | 25 posix_fadvise (int fd, __off_t offset, __off_t len, int advise) in posix_fadvise() argument
|
A D | posix_fadvise64.c | 25 posix_fadvise64 (int fd, __off64_t offset, __off64_t len, int advise) in posix_fadvise64() argument
|
A D | sendfile.c | 25 sendfile (int out_fd, int in_fd, off_t *offset, size_t count) in sendfile() argument
|
A D | sendfile64.c | 25 sendfile64 (int out_fd, int in_fd, off64_t *offset, size_t count) in sendfile64() argument
|
A D | lseek64.c | 24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64() argument
|
A D | lseek.c | 24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek() argument
|
A D | test-lfs.c | 171 off_t offset = lseek (fd, 0, SEEK_CUR); in do_test() local 174 if (offset != -1 || errno != EOVERFLOW) in do_test() 181 if (offset != TWO_GB + 100) in do_test()
|
Completed in 11 milliseconds