Home
last modified time | relevance | path

Searched refs:SAFE_LSEEK (Results 1 – 25 of 52) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/lseek/
Dlseek11.c121 pos = SAFE_LSEEK(fd, 0, SEEK_DATA); in get_blocksize()
170 SAFE_LSEEK(fd, 0, SEEK_HOLE); in setup()
174 SAFE_LSEEK(fd, offset, SEEK_SET); in setup()
178 SAFE_LSEEK(fd, -128, SEEK_END); in setup()
182 SAFE_LSEEK(fd, 0, SEEK_SET); in setup()
194 offset = SAFE_LSEEK(fd, offset, tp->whence); in test_lseek()
199 if (offset != SAFE_LSEEK(fd, 0, SEEK_END)) in test_lseek()
/third_party/ltp/testcases/kernel/syscalls/writev/
Dwritev07.c60 SAFE_LSEEK(fd, initial_file_offset, SEEK_SET); in test_partially_valid_iovec()
62 off_after = (long) SAFE_LSEEK(fd, 0, SEEK_CUR); in test_partially_valid_iovec()
75 SAFE_LSEEK(fd, 0, SEEK_SET); in test_partially_valid_iovec()
102 SAFE_LSEEK(fd, initial_file_offset, SEEK_SET); in test_partially_valid_iovec()
/third_party/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile09.c53 SAFE_LSEEK(fd, 1024 * 1024 - 1, SEEK_CUR); in setup()
69 before_pos = SAFE_LSEEK(in_fd, 0, SEEK_CUR); in run()
72 after_pos = SAFE_LSEEK(in_fd, 0, SEEK_CUR); in run()
Dsendfile02.c61 before_pos = SAFE_LSEEK(in_fd, 0, SEEK_CUR); in run()
64 after_pos = SAFE_LSEEK(in_fd, 0, SEEK_CUR); in run()
/third_party/ltp/testcases/kernel/io/direct_io/
Ddiotest1.c145 SAFE_LSEEK(cleanup, fd1, offset, SEEK_SET); in main()
148 SAFE_LSEEK(cleanup, fd2, offset, SEEK_SET); in main()
153 SAFE_LSEEK(cleanup, fd1, offset, SEEK_SET); in main()
/third_party/ltp/testcases/kernel/syscalls/dup2/
Ddup207.c57 SAFE_LSEEK(ofd, tc->offset, SEEK_SET); in run()
65 SAFE_LSEEK(ofd, tc->offset, SEEK_SET); in run()
/third_party/ltp/testcases/kernel/syscalls/write/
Dwrite06.c49 off = SAFE_LSEEK(fd, K1, SEEK_SET); in verify_write()
55 off = SAFE_LSEEK(fd, 0, SEEK_CUR); in verify_write()
Dwrite01.c21 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_write()
/third_party/ltp/testcases/kernel/syscalls/pwritev/
Dpwritev01.c52 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_pwritev()
66 if (SAFE_LSEEK(fd, 0, SEEK_CUR) != 0) { in verify_pwritev()
/third_party/ltp/testcases/kernel/syscalls/preadv/
Dpreadv01.c50 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_preadv()
75 if (SAFE_LSEEK(fd, 0, SEEK_CUR) != 0) { in verify_preadv()
Dpreadv03.c57 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_direct_preadv()
82 if (SAFE_LSEEK(fd, 0, SEEK_CUR) != 0) { in verify_direct_preadv()
/third_party/ltp/testcases/kernel/syscalls/msync/
Dmsync04.c32 SAFE_LSEEK(pagemap_fd, index, SEEK_SET); in get_dirty_bit()
40 SAFE_LSEEK(pageflags_fd, index, SEEK_SET); in get_dirty_bit()
/third_party/ltp/testcases/kernel/syscalls/truncate/
Dtruncate02.c74 if (SAFE_LSEEK(fd, 0, SEEK_CUR)) { in verify_truncate()
99 SAFE_LSEEK(fd, 0, SEEK_SET); in setup()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl36.c89 SAFE_LSEEK(fd, pa->offset, SEEK_SET); in fn_ofd_w()
128 SAFE_LSEEK(fd, pa->offset, SEEK_SET); in fn_posix_w()
169 SAFE_LSEEK(fd, pa->offset, SEEK_SET); in fn_ofd_r()
229 SAFE_LSEEK(fd, pa->offset, SEEK_SET); in fn_posix_r()
Dfcntl34.c67 SAFE_LSEEK(fd, 0, SEEK_END); in thread_fn_01()
99 SAFE_LSEEK(fd, 0, SEEK_SET); in test01()
/third_party/ltp/testcases/kernel/syscalls/preadv2/
Dpreadv201.c60 SAFE_LSEEK(fd, tc->seek_off, SEEK_SET); in verify_preadv2()
85 if (SAFE_LSEEK(fd, 0, SEEK_CUR) != tc->exp_off) { in verify_preadv2()
/third_party/ltp/testcases/kernel/syscalls/pwritev2/
Dpwritev201.c58 SAFE_LSEEK(fd, tc->seek_off, SEEK_SET); in verify_pwritev2()
72 if (SAFE_LSEEK(fd, 0, SEEK_CUR) != tc->exp_off) { in verify_pwritev2()
/third_party/ltp/testcases/kernel/syscalls/inotify/
Dinotify05.c52 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_inotify()
54 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_inotify()
Dinotify09.c50 SAFE_LSEEK(fd, 0, SEEK_SET); in write_seek()
/third_party/ltp/testcases/kernel/mem/thp/
Dthp04.c110 SAFE_LSEEK(readfd, (off_t)write_ptr, SEEK_SET); in thread_run()
129 SAFE_LSEEK(writefd, (off_t)write_ptr, SEEK_SET); in run()
/third_party/ltp/testcases/kernel/syscalls/pread/
Dpread01.c36 offloc = SAFE_LSEEK(fdesc, offset, whence); in l_seek()
95 SAFE_LSEEK(fildes, K4, SEEK_SET); in setup()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Dcommon.h70 SAFE_LSEEK(fd, SEEK_SET, 0); in io_read()
104 offset = SAFE_LSEEK(fd, SEEK_END, 0); in io_read_eof()
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen12.c131 len1 = SAFE_LSEEK(cleanup, TEST_RETURN, 0, SEEK_CUR); in test_append()
133 len2 = SAFE_LSEEK(cleanup, TEST_RETURN, 0, SEEK_CUR); in test_append()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate06.c207 SAFE_LSEEK(fd, offset, SEEK_SET); in run()
227 SAFE_LSEEK(fd, 0, SEEK_SET); in run()
/third_party/ltp/testcases/kernel/syscalls/read/
Dread01.c17 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_read()

123