Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/openat2/
Dopenat2_test.c31 struct open_how_ext { struct
42 struct open_how_ext arg; argument
62 .size = sizeof(struct open_how_ext) }, in test_openat2_struct()
76 .size = sizeof(struct open_how_ext), .err = -E2BIG }, in test_openat2_struct()
79 .size = sizeof(struct open_how_ext), .err = -E2BIG }, in test_openat2_struct()
82 .size = sizeof(struct open_how_ext), .err = -E2BIG }, in test_openat2_struct()
90 struct open_how_ext how_ext = test->arg; in test_openat2_struct()