Searched refs:ENOTDIR (Results 1 - 25 of 57) sorted by relevance

123

/linux-master/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/linux-master/fs/nfs/
H A Dnfs4getroot.c33 ret = -ENOTDIR;
H A Dmount_clnt.c117 { .status = MNT3ERR_NOTDIR, .errno = -ENOTDIR, },
H A Dnfs4file.c82 case -ENOTDIR:
/linux-master/arch/um/os-Linux/
H A Dexecvp.c99 case ENOTDIR:
/linux-master/net/9p/
H A Derror.c60 {"Not a directory", ENOTDIR},
136 {"not a directory", ENOTDIR},
/linux-master/security/integrity/
H A Ddigsig_asymmetric.c69 case -ENOTDIR:
/linux-master/security/keys/
H A Dpersistent.c158 ret = -ENOTDIR;
H A Dkeyring.c893 * keys were found; -ENOKEY if only negative keys were found; -ENOTDIR if the
913 return ERR_PTR(-ENOTDIR);
1033 return -ENOTDIR;
1242 return -ENOTDIR;
1266 return -ENOTDIR;
1426 * Returns 0 if successful, -ENOTDIR if the keyring isn't a keyring,
1475 return -ENOTDIR;
1537 * Returns 0 if successful, -ENOTDIR if the keyring isn't a keyring, -ENOENT if
1579 * Returns 0 if successful, -ENOTDIR if either keyring isn't a keyring,
1645 * Returns 0 if successful or -ENOTDIR i
[all...]
/linux-master/fs/afs/
H A Dmisc.c76 case UAENOTDIR: return -ENOTDIR;
/linux-master/lib/
H A Derrname.c117 E(ENOTDIR),
/linux-master/drivers/md/dm-vdo/
H A Derrors.c37 [ENOTDIR] = "Not a directory",
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c763 [-VERR_NOT_A_DIRECTORY] = -ENOTDIR,
764 [-VERR_PATH_NOT_FOUND] = -ENOTDIR,
/linux-master/fs/cachefiles/
H A Ddaemon.c667 return -ENOTDIR;
738 return -ENOTDIR;
/linux-master/fs/notify/dnotify/
H A Ddnotify.c290 error = -ENOTDIR;
/linux-master/include/trace/misc/
H A Dnfs.h211 { ENOTDIR, "ENOTDIR" }, \
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_type.c107 case -ENOTDIR:
/linux-master/fs/exportfs/
H A Dexpfs.c292 error = -ENOTDIR;
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c387 /* Attempt to execute relative to non-directory => ENOTDIR */
388 fail += check_execveat_fail(fd, "execveat", 0, ENOTDIR);
/linux-master/fs/
H A Dnamei.c2346 return -ENOTDIR;
2379 return ERR_PTR(-ENOTDIR);
2429 return ERR_PTR(-ENOTDIR);
2496 err = -ENOTDIR;
2955 * 8. If we were asked to remove a directory and victim isn't one - ENOTDIR.
2992 return -ENOTDIR;
3626 return -ENOTDIR;
4431 error = -ENOTDIR;
5001 error = -ENOTDIR;
5006 /* unless the source is a directory trailing slashes give -ENOTDIR */
[all...]
H A Dreaddir.c90 int res = -ENOTDIR;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c112 CASE_ERR(ENOTDIR);
924 CASE_TEST(chroot_exe); EXPECT_SYSER(1, chroot(argv0), -1, ENOTDIR); break;
936 CASE_TEST(getdents64_null); EXPECT_SYSER(1, test_getdents64("/dev/null"), -1, ENOTDIR); break;
/linux-master/fs/crypto/
H A Dpolicy.c547 ret = -ENOTDIR;
/linux-master/fs/orangefs/
H A Dorangefs-utils.c463 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,

Completed in 1834 milliseconds

123