Lines Matching refs:EINVAL

69 		  .arg.inner.flags = O_RDONLY, .size = 0, .err = -EINVAL },  in test_openat2_struct()
72 .size = OPEN_HOW_SIZE_VER0 - 1, .err = -EINVAL }, in test_openat2_struct()
170 .how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
172 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
183 .how.flags = O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
185 .how.flags = O_PATH | O_CREAT, .err = -EINVAL }, in test_openat2_flags()
187 .how.flags = O_PATH | O_EXCL, .err = -EINVAL }, in test_openat2_flags()
189 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
191 .how.flags = O_PATH | O_DIRECT, .err = -EINVAL }, in test_openat2_flags()
193 .how.flags = O_PATH | O_LARGEFILE, .err = -EINVAL }, in test_openat2_flags()
197 .how.flags = O_RDONLY, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
199 .how.flags = O_PATH, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
207 .how.mode = 0xFFFF, .err = -EINVAL }, in test_openat2_flags()
210 .how.mode = 0xC000000000000000ULL, .err = -EINVAL }, in test_openat2_flags()
213 .how.mode = 0x1337, .err = -EINVAL }, in test_openat2_flags()
216 .how.mode = 0x0000A00000000000ULL, .err = -EINVAL }, in test_openat2_flags()
222 .err = -EINVAL }, in test_openat2_flags()
227 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
230 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
233 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
236 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
241 .how.resolve = 0, .err = -EINVAL }, in test_openat2_flags()