/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 209 #ifndef EISDIR 210 #define EISDIR 21 macro
|
H A D | yaffs_error.c | 38 { EISDIR , "EISDIR"},
|
H A D | yaffs_uboot_glue.c | 137 case EISDIR: return "Not permitted on a directory"; in yaffs_error_str()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno-base.h | 25 #define EISDIR 21 /* Is a directory */ macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 25 #define EISDIR 21 /* Is a directory */ macro
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | xs_wire.h | 66 XSD_ERROR(EISDIR),
|
/openbmc/linux/include/xen/interface/io/ |
H A D | xs_wire.h | 58 XSD_ERROR(EISDIR),
|
/openbmc/linux/fs/ |
H A D | remap_range.c | 290 return -EISDIR; in __generic_remap_file_range_prep() 472 ret = -EISDIR; in vfs_dedupe_file_range_one() 515 return -EISDIR; in vfs_dedupe_file_range()
|
H A D | namei.c | 1365 return -EISDIR; in follow_automount() 1421 if (ret == -EISDIR) in __traverse_mounts() 1503 return res == -EISDIR; in __follow_mount_rcu() 2984 return -EISDIR; in may_delete() 3239 return -EISDIR; in may_open() 3541 return ERR_PTR(-EISDIR); in open_last_lookups() 3609 return -EISDIR; in do_open() 4368 error = -EISDIR; in do_unlinkat() 4421 error = -EISDIR; in do_unlinkat()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 24 #define EISDIR 21 /* Is a directory */ macro
|
/openbmc/skeleton/pyflashbmc/ |
H A D | bmc_update.py | 146 if e.errno == errno.EISDIR: 159 if e.errno == errno.EISDIR:
|
/openbmc/linux/fs/autofs/ |
H A D | root.c | 431 return -EISDIR; in autofs_d_manage() 462 return -EISDIR; in autofs_d_manage() 464 return -EISDIR; in autofs_d_manage() 485 status = -EISDIR; in autofs_d_manage()
|
/openbmc/linux/fs/afs/ |
H A D | misc.c | 77 case UAEISDIR: return -EISDIR; in afs_abort_to_error()
|
/openbmc/linux/net/9p/ |
H A D | error.c | 61 {"Is a directory", EISDIR},
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | mem.c | 138 if (fd != -1 || (errno != EINVAL && errno != EISDIR && in make_tempfile()
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 35 ERRNO_MSG(EISDIR, "Is a directory"),
|
/openbmc/linux/lib/ |
H A D | errname.c | 68 E(EISDIR),
|
/openbmc/linux/rust/kernel/ |
H A D | error.rs | 51 declare_err!(EISDIR, "Is a directory.");
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
H A D | fcntl-lock.c | 216 if (fd < 0 && errno == EISDIR) in main()
|
/openbmc/linux/include/trace/misc/ |
H A D | nfs.h | 212 { EISDIR, "EISDIR" }, \
|
/openbmc/linux/fs/verity/ |
H A D | enable.c | 365 return -EISDIR; in fsverity_ioctl_enable()
|
/openbmc/linux/fs/smb/client/ |
H A D | dir.c | 224 rc = -EISDIR; 413 rc = -EISDIR;
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-semi.c | 122 case EISDIR: return TARGET_EISDIR; in errno_h2g()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | path.py | 160 if recurse and exc.errno == errno.EISDIR:
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4file.c | 80 case -EISDIR: in nfs4_file_open()
|