Home
last modified time | relevance | path

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

12345

/kernel/liteos_a/syscall/
H A Dsyscall_pub.c94 set_errno(ENOTDIR); in GetFullpath()
95 ret = -ENOTDIR; in GetFullpath()
/kernel/linux/linux-5.10/net/9p/
H A Derror.c62 {"Not a directory", ENOTDIR},
138 {"not a directory", ENOTDIR},
/kernel/linux/linux-6.6/net/9p/
H A Derror.c60 {"Not a directory", ENOTDIR},
136 {"not a directory", ENOTDIR},
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Derrno-base.h27 #define ENOTDIR 20 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Derrno-base.h40 #define ENOTDIR 20 macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Derrno-base.h40 #define ENOTDIR 20 macro
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4getroot.c33 ret = -ENOTDIR; in nfs4_get_rootfh()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4getroot.c33 ret = -ENOTDIR; in nfs4_get_rootfh()
/kernel/liteos_a/testsuites/unittest/extended/ipc/full/
H A Dipc_test_mkfifoat_002.cpp54 ICUNIT_GOTO_EQUAL(errno, ENOTDIR, errno, OUT); in testcase1()
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dexecvp.c98 case ENOTDIR: in execvp_noalloc()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dexecvp.c99 case ENOTDIR: in execvp_noalloc()
/kernel/linux/linux-5.10/security/keys/
H A Dkeyring.c893 * keys were found; -ENOKEY if only negative keys were found; -ENOTDIR if the
913 return ERR_PTR(-ENOTDIR); in keyring_search_rcu()
1033 return -ENOTDIR; in keyring_restrict()
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...]
H A Dpersistent.c158 ret = -ENOTDIR; in keyctl_get_persistent()
/kernel/linux/linux-6.6/security/keys/
H A Dkeyring.c893 * keys were found; -ENOKEY if only negative keys were found; -ENOTDIR if the
913 return ERR_PTR(-ENOTDIR); in keyring_search_rcu()
1033 return -ENOTDIR; in keyring_restrict()
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...]
H A Dpersistent.c158 ret = -ENOTDIR; in keyctl_get_persistent()
/kernel/linux/linux-5.10/security/integrity/
H A Ddigsig_asymmetric.c69 case -ENOTDIR: in request_asymmetric_key()
/kernel/linux/linux-5.10/fs/afs/
H A Dmisc.c76 case UAENOTDIR: return -ENOTDIR; in afs_abort_to_error()
/kernel/linux/linux-6.6/fs/afs/
H A Dmisc.c76 case UAENOTDIR: return -ENOTDIR; in afs_abort_to_error()
/kernel/linux/linux-6.6/security/integrity/
H A Ddigsig_asymmetric.c69 case -ENOTDIR: in request_asymmetric_key()
/kernel/linux/linux-6.6/rust/kernel/
H A Derror.rs50 declare_err!(ENOTDIR, "Not a directory.");
/kernel/linux/linux-5.10/fs/cachefiles/
H A Ddaemon.c588 return -ENOTDIR; in cachefiles_daemon_cull()
660 return -ENOTDIR; in cachefiles_daemon_inuse()

Completed in 10 milliseconds

12345