Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A Dopenat2_test.c27 struct open_how_ext { struct
38 struct open_how_ext arg; argument
58 .size = sizeof(struct open_how_ext) }, in test_openat2_struct()
72 .size = sizeof(struct open_how_ext), .err = -E2BIG }, in test_openat2_struct()
75 .size = sizeof(struct open_how_ext), .err = -E2BIG }, in test_openat2_struct()
78 .size = sizeof(struct open_how_ext), .err = -E2BIG }, in test_openat2_struct()
86 struct open_how_ext how_ext = test->arg; in test_openat2_struct()