Searched refs:how_copy (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/openat2/
H A Dopenat2_test.c98 void *copy = NULL, *how_copy = &how_ext; local
115 how_copy = copy + misalign;
117 memcpy(how_copy, &how_ext, sizeof(how_ext));
120 fd = raw_openat2(AT_FDCWD, ".", how_copy, test->size);

Completed in 181 milliseconds