Lines Matching refs:ENOTDIR
18 * The ENOTDIR test cases are regression tests for commits:
134 .expected_errno = ENOTDIR,
142 .expected_errno = ENOTDIR,
150 .expected_errno = ENOTDIR,
158 .expected_errno = ENOTDIR,
166 .expected_errno = ENOTDIR,
174 .expected_errno = ENOTDIR,
182 .expected_errno = ENOTDIR,
190 .expected_errno = ENOTDIR,
198 .expected_errno = ENOTDIR,
275 /* Set mark on non-dir only when expecting error ENOTDIR */
276 const char *path = tc->expected_errno == ENOTDIR ? FILE1 : MNTPOINT;
291 * ENOTDIR are errors for events/flags not allowed on a non-dir inode.
296 if (TST_PASS && tc->expected_errno == ENOTDIR) {
301 "ENOTDIR error as on non-dir inode");
309 "ENOTDIR error as with an inode mark");