Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c105 loff_t *off_new_in = &off_in_value_copy; in test_one() local
113 off_new_in = NULL; in test_one()
130 TEST(sys_copy_file_range(fd_in, off_new_in, fd_out, in test_one()
149 ret |= check_file_offset("(in)", fd_in, len, off_in, off_new_in); in test_one()