Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A Dopenat2_test.c94 void *copy = NULL, *how_copy = &how_ext; in test_openat2_struct() local
111 how_copy = copy + misalign; in test_openat2_struct()
113 memcpy(how_copy, &how_ext, sizeof(how_ext)); in test_openat2_struct()
116 fd = raw_openat2(AT_FDCWD, ".", how_copy, test->size); in test_openat2_struct()