Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 10 of 10) sorted by relevance

/io/
A Dtst-posix_fallocate-common.c43 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 Dposix_fallocate64.c24 posix_fallocate64 (int fd, __off64_t offset, __off64_t len) in posix_fallocate64() argument
A Dposix_fallocate.c24 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate() argument
A Dposix_fadvise.c25 posix_fadvise (int fd, __off_t offset, __off_t len, int advise) in posix_fadvise() argument
A Dposix_fadvise64.c25 posix_fadvise64 (int fd, __off64_t offset, __off64_t len, int advise) in posix_fadvise64() argument
A Dsendfile.c25 sendfile (int out_fd, int in_fd, off_t *offset, size_t count) in sendfile() argument
A Dsendfile64.c25 sendfile64 (int out_fd, int in_fd, off64_t *offset, size_t count) in sendfile64() argument
A Dlseek64.c24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64() argument
A Dlseek.c24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek() argument
A Dtest-lfs.c171 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