/kernel/liteos_a/syscall/ |
H A D | syscall_pub.c | 94 set_errno(ENOTDIR);
in GetFullpath() 95 ret = -ENOTDIR;
in GetFullpath()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | error.c | 62 {"Not a directory", ENOTDIR}, 138 {"not a directory", ENOTDIR},
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | error.c | 60 {"Not a directory", ENOTDIR}, 136 {"not a directory", ENOTDIR},
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | errno-base.h | 27 #define ENOTDIR 20 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | errno-base.h | 40 #define ENOTDIR 20 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | errno-base.h | 40 #define ENOTDIR 20 macro
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4getroot.c | 33 ret = -ENOTDIR; in nfs4_get_rootfh()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4getroot.c | 33 ret = -ENOTDIR; in nfs4_get_rootfh()
|
/kernel/liteos_a/testsuites/unittest/extended/ipc/full/ |
H A D | ipc_test_mkfifoat_002.cpp | 54 ICUNIT_GOTO_EQUAL(errno, ENOTDIR, errno, OUT); in testcase1()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | execvp.c | 98 case ENOTDIR: in execvp_noalloc()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | execvp.c | 99 case ENOTDIR: in execvp_noalloc()
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | keyring.c | 893 * 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 D | persistent.c | 158 ret = -ENOTDIR; in keyctl_get_persistent()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyring.c | 893 * 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 D | persistent.c | 158 ret = -ENOTDIR; in keyctl_get_persistent()
|
/kernel/linux/linux-5.10/security/integrity/ |
H A D | digsig_asymmetric.c | 69 case -ENOTDIR: in request_asymmetric_key()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | misc.c | 76 case UAENOTDIR: return -ENOTDIR; in afs_abort_to_error()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | misc.c | 76 case UAENOTDIR: return -ENOTDIR; in afs_abort_to_error()
|
/kernel/linux/linux-6.6/security/integrity/ |
H A D | digsig_asymmetric.c | 69 case -ENOTDIR: in request_asymmetric_key()
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | error.rs | 50 declare_err!(ENOTDIR, "Not a directory.");
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | daemon.c | 588 return -ENOTDIR; in cachefiles_daemon_cull() 660 return -ENOTDIR; in cachefiles_daemon_inuse()
|