Searched refs:infd (Results 1 – 2 of 2) sorted by relevance
/io/ |
A D | tst-copy_file_range.c | 41 static int infd; variable 69 xwrite (infd, random_data, current_size); in simple_file_copy() 75 xlseek (infd, 1, SEEK_SET); in simple_file_copy() 82 xlseek (infd, 3, SEEK_SET); in simple_file_copy() 155 xftruncate (infd, 0); in short_copy() 156 xlseek (infd, 0, SEEK_SET); in short_copy() 162 xlseek (infd, 2, SEEK_SET); in short_copy() 167 xlseek (infd, shift, SEEK_SET); in short_copy() 251 xclose (infd); in do_test() 277 xftruncate (infd, 0); in do_test() [all …]
|
A D | copy_file_range.c | 23 copy_file_range (int infd, __off64_t *pinoff, in copy_file_range() argument
|
Completed in 3 milliseconds