Searched refs:off_after (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/writev/ |
H A D | writev07.c | 42 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/ |
H A D | copy_file_range01.c | 64 loff_t *off_before, loff_t *off_after) in check_file_offset() 81 } else if (*off_before + len != *off_after) { in check_file_offset() 83 m, (long)*off_after); in check_file_offset() 63 check_file_offset(const char *m, int fd, loff_t len, loff_t *off_before, loff_t *off_after) check_file_offset() argument
|
Completed in 2 milliseconds