Home
last modified time | relevance | path

Searched refs:off_after (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/writev/
Dwritev07.c42 long off_after; in test_partially_valid_iovec() local
62 off_after = (long) SAFE_LSEEK(fd, 0, SEEK_CUR); in test_partially_valid_iovec()
83 if (off_after == initial_file_offset) in test_partially_valid_iovec()
87 off_after); in test_partially_valid_iovec()
115 if (off_after == initial_file_offset + TST_RET) in test_partially_valid_iovec()
116 tst_res(TPASS, "offset at %ld as expected", off_after); in test_partially_valid_iovec()
118 tst_res(TFAIL, "offset unexpected %ld", off_after); in test_partially_valid_iovec()
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c64 loff_t *off_before, loff_t *off_after) in check_file_offset() argument
81 } else if (*off_before + len != *off_after) { in check_file_offset()
83 m, (long)*off_after); in check_file_offset()