Searched refs:off_after (Results 1 – 2 of 2) sorted by relevance
42 long off_after; in test_partially_valid_iovec() local62 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()
64 loff_t *off_before, loff_t *off_after) in check_file_offset() argument81 } else if (*off_before + len != *off_after) { in check_file_offset()83 m, (long)*off_after); in check_file_offset()