Searched refs:check_file_offset (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range01.c | 63 static int check_file_offset(const char *m, int fd, loff_t len, in check_file_offset() function 149 ret |= check_file_offset("(in)", fd_in, len, off_in, off_new_in); in test_one() 150 ret |= check_file_offset("(out)", fd_out, len, off_out, off_new_out); in test_one()
|