Lines Matching refs:EINVAL

64 		  .arg.inner.flags = O_RDONLY, .size = 0, .err = -EINVAL },  in test_openat2_struct()
67 .size = OPEN_HOW_SIZE_VER0 - 1, .err = -EINVAL }, in test_openat2_struct()
165 .how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
167 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
178 .how.flags = O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
180 .how.flags = O_PATH | O_CREAT, .err = -EINVAL }, in test_openat2_flags()
182 .how.flags = O_PATH | O_EXCL, .err = -EINVAL }, in test_openat2_flags()
184 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
186 .how.flags = O_PATH | O_DIRECT, .err = -EINVAL }, in test_openat2_flags()
188 .how.flags = O_PATH | O_LARGEFILE, .err = -EINVAL }, in test_openat2_flags()
192 .how.flags = O_RDONLY, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
194 .how.flags = O_PATH, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
202 .how.mode = 0xFFFF, .err = -EINVAL }, in test_openat2_flags()
205 .how.mode = 0xC000000000000000ULL, .err = -EINVAL }, in test_openat2_flags()
208 .how.mode = 0x1337, .err = -EINVAL }, in test_openat2_flags()
211 .how.mode = 0x0000A00000000000ULL, .err = -EINVAL }, in test_openat2_flags()
216 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
219 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
222 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
225 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()