/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
H A D | e2fsprogs-fix-missing-check-for-permission-denied.patch | 28 - } else if ((retval != ENOTDIR) && 29 + } else if ((retval != ENOTDIR) && (retval != EACCES) &&
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 205 #ifndef ENOTDIR 206 #define ENOTDIR 20 macro
|
H A D | yaffsfs.c | 926 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 D | yaffs_error.c | 37 { ENOTDIR , "ENOTDIR"},
|
H A D | yaffs_uboot_glue.c | 136 case ENOTDIR: return "Not a directory"; in yaffs_error_str()
|
/openbmc/linux/net/9p/ |
H A D | error.c | 60 {"Not a directory", ENOTDIR}, 136 {"not a directory", ENOTDIR},
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4getroot.c | 33 ret = -ENOTDIR; in nfs4_get_rootfh()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | execvp.c | 99 case ENOTDIR: in execvp_noalloc()
|
/openbmc/linux/security/keys/ |
H A D | keyring.c | 916 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 D | persistent.c | 158 ret = -ENOTDIR; in keyctl_get_persistent()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 23 #define ENOTDIR 20 /* Not a directory */ macro
|
/openbmc/linux/security/integrity/ |
H A D | digsig_asymmetric.c | 69 case -ENOTDIR: in request_asymmetric_key()
|
/openbmc/linux/fs/afs/ |
H A D | misc.c | 76 case UAENOTDIR: return -ENOTDIR; in afs_abort_to_error()
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 34 ERRNO_MSG(ENOTDIR, "Not a directory"),
|
/openbmc/obmc-console/ |
H A D | config.c | 91 if (errno != ENOENT && errno != ENOTDIR) { in config_init()
|
/openbmc/linux/fs/cachefiles/ |
H A D | daemon.c | 669 return -ENOTDIR; in cachefiles_daemon_cull() 740 return -ENOTDIR; in cachefiles_daemon_inuse()
|
/openbmc/linux/lib/ |
H A D | errname.c | 117 E(ENOTDIR),
|
/openbmc/linux/rust/kernel/ |
H A D | error.rs | 50 declare_err!(ENOTDIR, "Not a directory.");
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 754 [-VERR_NOT_A_DIRECTORY] = -ENOTDIR, 755 [-VERR_PATH_NOT_FOUND] = -ENOTDIR,
|
/openbmc/qemu/util/ |
H A D | module.c | 286 if (ret != 0 && (errno == ENOENT || errno == ENOTDIR)) { in module_load()
|
/openbmc/linux/include/trace/misc/ |
H A D | nfs.h | 211 { ENOTDIR, "ENOTDIR" }, \
|
/openbmc/linux/fs/notify/dnotify/ |
H A D | dnotify.c | 291 error = -ENOTDIR; in fcntl_dirnotify()
|
/openbmc/linux/Documentation/filesystems/spufs/ |
H A D | spu_create.rst | 95 ENOTDIR
|