Home
last modified time | relevance | path

Searched refs:ENOTDIR (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A De2fsprogs-fix-missing-check-for-permission-denied.patch28 - } else if ((retval != ENOTDIR) &&
29 + } else if ((retval != ENOTDIR) && (retval != EACCES) &&
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h205 #ifndef ENOTDIR
206 #define ENOTDIR 20 macro
H A Dyaffsfs.c926 yaffsfs_SetError(-ENOTDIR); in yaffs_open_sharing()
1328 yaffsfs_SetError(-ENOTDIR); in yaffs_truncate()
1443 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
1459 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
1532 yaffsfs_SetError(-ENOTDIR); in yaffs_rename()
1653 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoStatOrLStat()
1757 yaffsfs_SetError(-ENOTDIR); in yaffs_utime()
1822 yaffsfs_SetError(-ENOTDIR); in yaffs_do_setxattr()
1910 yaffsfs_SetError(-ENOTDIR); in yaffs_do_getxattr()
1994 yaffsfs_SetError(-ENOTDIR); in yaffs_do_listxattr()
[all …]
H A Dyaffs_error.c37 { ENOTDIR , "ENOTDIR"},
H A Dyaffs_uboot_glue.c136 case ENOTDIR: return "Not a directory"; in yaffs_error_str()
/openbmc/linux/net/9p/
H A Derror.c60 {"Not a directory", ENOTDIR},
136 {"not a directory", ENOTDIR},
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/openbmc/linux/fs/nfs/
H A Dnfs4getroot.c33 ret = -ENOTDIR; in nfs4_get_rootfh()
/openbmc/linux/arch/um/os-Linux/
H A Dexecvp.c99 case ENOTDIR: in execvp_noalloc()
/openbmc/linux/security/keys/
H A Dkeyring.c916 return ERR_PTR(-ENOTDIR); in keyring_search_rcu()
1036 return -ENOTDIR; in keyring_restrict()
1245 return -ENOTDIR; in __key_link_lock()
1269 return -ENOTDIR; in __key_move_lock()
1478 return -ENOTDIR; in __key_unlink_lock()
1656 return -ENOTDIR; in keyring_clear()
H A Dpersistent.c158 ret = -ENOTDIR; in keyctl_get_persistent()
/openbmc/u-boot/include/linux/
H A Derrno.h23 #define ENOTDIR 20 /* Not a directory */ macro
/openbmc/linux/security/integrity/
H A Ddigsig_asymmetric.c69 case -ENOTDIR: in request_asymmetric_key()
/openbmc/linux/fs/afs/
H A Dmisc.c76 case UAENOTDIR: return -ENOTDIR; in afs_abort_to_error()
/openbmc/u-boot/lib/
H A Derrno_str.c34 ERRNO_MSG(ENOTDIR, "Not a directory"),
/openbmc/obmc-console/
H A Dconfig.c91 if (errno != ENOENT && errno != ENOTDIR) { in config_init()
/openbmc/linux/fs/cachefiles/
H A Ddaemon.c669 return -ENOTDIR; in cachefiles_daemon_cull()
740 return -ENOTDIR; in cachefiles_daemon_inuse()
/openbmc/linux/lib/
H A Derrname.c117 E(ENOTDIR),
/openbmc/linux/rust/kernel/
H A Derror.rs50 declare_err!(ENOTDIR, "Not a directory.");
/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c754 [-VERR_NOT_A_DIRECTORY] = -ENOTDIR,
755 [-VERR_PATH_NOT_FOUND] = -ENOTDIR,
/openbmc/qemu/util/
H A Dmodule.c286 if (ret != 0 && (errno == ENOENT || errno == ENOTDIR)) { in module_load()
/openbmc/linux/include/trace/misc/
H A Dnfs.h211 { ENOTDIR, "ENOTDIR" }, \
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c291 error = -ENOTDIR; in fcntl_dirnotify()
/openbmc/linux/Documentation/filesystems/spufs/
H A Dspu_create.rst95 ENOTDIR

123