Searched refs:how_copy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | openat2_test.c | 94 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | openat2_test.c | 98 void *copy = NULL, *how_copy = &how_ext; in test_openat2_struct() local 115 how_copy = copy + misalign; in test_openat2_struct() 117 memcpy(how_copy, &how_ext, sizeof(how_ext)); in test_openat2_struct() 120 fd = raw_openat2(AT_FDCWD, ".", how_copy, test->size); in test_openat2_struct()
|
Completed in 2 milliseconds