Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/openat2/
H A Dopenat2_test.c32 struct open_how_ext { struct
43 struct open_how_ext arg; argument
63 .size = sizeof(struct open_how_ext) }, in test_openat2_struct()
77 .size = sizeof(struct open_how_ext), .err = -E2BIG }, in test_openat2_struct()
80 .size = sizeof(struct open_how_ext), .err = -E2BIG }, in test_openat2_struct()
83 .size = sizeof(struct open_how_ext), .err = -E2BIG }, in test_openat2_struct()
91 struct open_how_ext how_ext = test->arg; in test_openat2_struct()