Lines Matching refs:O_TMPFILE
168 /* O_TMPFILE is incompatible with O_PATH and O_CREAT. */
169 { .name = "incompatible flags (O_TMPFILE | O_PATH)",
170 .how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL },
171 { .name = "incompatible flags (O_TMPFILE | O_CREAT)",
172 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL },
202 { .name = "valid how.mode and O_TMPFILE",
203 .how.flags = O_TMPFILE | O_RDWR, .how.mode = 0600 },
211 { .name = "invalid how.mode and O_TMPFILE",
212 .how.flags = O_TMPFILE | O_RDWR,
214 { .name = "invalid (very large) how.mode and O_TMPFILE",
215 .how.flags = O_TMPFILE | O_RDWR,
231 { .name = "invalid how.resolve and O_TMPFILE",
232 .how.flags = O_TMPFILE | O_RDWR,
266 * by FS. (e.g. a valid O_TMPFILE combination on NFS)