Home
last modified time | relevance | path

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

12

/external/ltp/testcases/kernel/syscalls/lseek/
Dlseek11.c136 pos = SAFE_LSEEK(fd, 0, SEEK_DATA); in get_blocksize()
185 SAFE_LSEEK(fd, 0, SEEK_HOLE); in setup()
189 SAFE_LSEEK(fd, offset, SEEK_SET); in setup()
193 SAFE_LSEEK(fd, -128, SEEK_END); in setup()
197 SAFE_LSEEK(fd, 0, SEEK_SET); in setup()
209 offset = SAFE_LSEEK(fd, offset, tp->whence); in test_lseek()
214 if (offset != SAFE_LSEEK(fd, 0, SEEK_END)) in test_lseek()
/external/ltp/testcases/kernel/syscalls/writev/
Dwritev07.c69 SAFE_LSEEK(fd, initial_file_offset, SEEK_SET); in test_partially_valid_iovec()
71 off_after = (long) SAFE_LSEEK(fd, 0, SEEK_CUR); in test_partially_valid_iovec()
84 SAFE_LSEEK(fd, 0, SEEK_SET); in test_partially_valid_iovec()
111 SAFE_LSEEK(fd, initial_file_offset, SEEK_SET); in test_partially_valid_iovec()
/external/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()
/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile09.c93 before_pos = SAFE_LSEEK(cleanup, in_fd, 0, SEEK_CUR); in do_sendfile()
99 after_pos = SAFE_LSEEK(cleanup, in_fd, 0, SEEK_CUR); in do_sendfile()
145 SAFE_LSEEK(cleanup, fd, 1024 * 1024 - 1, SEEK_CUR); in setup()
Dsendfile08.c70 ret = SAFE_LSEEK(cleanup, out_fd, 0, SEEK_SET); in main()
/external/ltp/testcases/kernel/syscalls/pwritev/
Dpwritev01.c62 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_pwritev()
76 if (SAFE_LSEEK(fd, 0, SEEK_CUR) != 0) { in verify_pwritev()
Dpwritev03.c79 if (SAFE_LSEEK(fd, 0, SEEK_CUR) != 0) { in verify_direct_pwritev()
/external/ltp/testcases/kernel/syscalls/preadv/
Dpreadv01.c62 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_preadv()
87 if (SAFE_LSEEK(fd, 0, SEEK_CUR) != 0) { in verify_preadv()
Dpreadv03.c69 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_direct_preadv()
94 if (SAFE_LSEEK(fd, 0, SEEK_CUR) != 0) { in verify_direct_preadv()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl36.c105 SAFE_LSEEK(fd, pa->offset, SEEK_SET); in fn_ofd_w()
144 SAFE_LSEEK(fd, pa->offset, SEEK_SET); in fn_posix_w()
185 SAFE_LSEEK(fd, pa->offset, SEEK_SET); in fn_ofd_r()
245 SAFE_LSEEK(fd, pa->offset, SEEK_SET); in fn_posix_r()
Dfcntl34.c82 SAFE_LSEEK(fd, 0, SEEK_END); in thread_fn_01()
114 SAFE_LSEEK(fd, 0, SEEK_SET); in test01()
/external/ltp/testcases/kernel/syscalls/msync/
Dmsync04.c44 SAFE_LSEEK(pagemap_fd, index, SEEK_SET); in get_dirty_bit()
52 SAFE_LSEEK(pageflags_fd, index, SEEK_SET); in get_dirty_bit()
/external/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()
/external/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()
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify05.c67 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_inotify()
69 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_inotify()
Dinotify09.c63 SAFE_LSEEK(fd, 0, SEEK_SET); in write_seek()
/external/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()
/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c98 loff_t fd_off = SAFE_LSEEK(fd, 0, SEEK_CUR); in check_file_offset()
126 loff_t fd_off = SAFE_LSEEK(fd, 0, SEEK_CUR); in check_file_offset()
/external/ltp/testcases/kernel/syscalls/read/
Dread01.c44 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_read()
/external/ltp/testcases/kernel/syscalls/write/
Dwrite01.c39 SAFE_LSEEK(fd, 0, SEEK_SET); in verify_write()
/external/ltp/lib/tests/
Dtrerrno.c68 SAFE_LSEEK(cleanup, fd, 0, SEEK_SET); in main()
/external/ltp/testcases/kernel/syscalls/readv/
Dreadv01.c69 SAFE_LSEEK(cleanup, fd, 0, SEEK_SET); in main()
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap12.c81 offset = SAFE_LSEEK(pm, index, SEEK_SET); in page_check()
/external/ltp/testcases/kernel/syscalls/munmap/
Dmunmap01.c185 SAFE_LSEEK(cleanup, fildes, map_len, SEEK_SET); in setup()
Dmunmap02.c189 SAFE_LSEEK(cleanup, fildes, map_len, SEEK_SET); in setup()

12