Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/openat2/
Dopenat2_test.c86 struct open_how_ext how_ext = test->arg; in test_openat2_struct() local
94 void *copy = NULL, *how_copy = &how_ext; in test_openat2_struct()
110 copy = malloc(misalign + sizeof(how_ext)); in test_openat2_struct()
113 memcpy(how_copy, &how_ext, sizeof(how_ext)); in test_openat2_struct()