Lines Matching refs:EINVAL
68 .arg.inner.flags = O_RDONLY, .size = 0, .err = -EINVAL }, in test_openat2_struct()
71 .size = OPEN_HOW_SIZE_VER0 - 1, .err = -EINVAL }, in test_openat2_struct()
169 .how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
171 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
182 .how.flags = O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
184 .how.flags = O_PATH | O_CREAT, .err = -EINVAL }, in test_openat2_flags()
186 .how.flags = O_PATH | O_EXCL, .err = -EINVAL }, in test_openat2_flags()
188 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
190 .how.flags = O_PATH | O_DIRECT, .err = -EINVAL }, in test_openat2_flags()
192 .how.flags = O_PATH | O_LARGEFILE, .err = -EINVAL }, in test_openat2_flags()
196 .how.flags = O_RDONLY, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
198 .how.flags = O_PATH, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
206 .how.mode = 0xFFFF, .err = -EINVAL }, in test_openat2_flags()
209 .how.mode = 0xC000000000000000ULL, .err = -EINVAL }, in test_openat2_flags()
212 .how.mode = 0x1337, .err = -EINVAL }, in test_openat2_flags()
215 .how.mode = 0x0000A00000000000ULL, .err = -EINVAL }, in test_openat2_flags()
221 .err = -EINVAL }, in test_openat2_flags()
226 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
229 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
232 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
235 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
240 .how.resolve = 0, .err = -EINVAL }, in test_openat2_flags()