Home
last modified time | relevance | path

Searched refs:EISDIR (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h209 #ifndef EISDIR
210 #define EISDIR 21 macro
H A Dyaffs_error.c38 { EISDIR , "EISDIR"},
H A Dyaffs_uboot_glue.c137 case EISDIR: return "Not permitted on a directory"; in yaffs_error_str()
/openbmc/linux/include/uapi/asm-generic/
H A Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/openbmc/qemu/include/hw/xen/interface/io/
H A Dxs_wire.h66 XSD_ERROR(EISDIR),
/openbmc/linux/include/xen/interface/io/
H A Dxs_wire.h58 XSD_ERROR(EISDIR),
/openbmc/linux/fs/
H A Dremap_range.c290 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 Dnamei.c1365 return -EISDIR; in follow_automount()
1421 if (ret == -EISDIR) in __traverse_mounts()
1503 return res == -EISDIR; in __follow_mount_rcu()
2986 return -EISDIR; in may_delete()
3241 return -EISDIR; in may_open()
3543 return ERR_PTR(-EISDIR); in open_last_lookups()
3611 return -EISDIR; in do_open()
4370 error = -EISDIR; in do_unlinkat()
4423 error = -EISDIR; in do_unlinkat()
/openbmc/u-boot/include/linux/
H A Derrno.h24 #define EISDIR 21 /* Is a directory */ macro
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py146 if e.errno == errno.EISDIR:
159 if e.errno == errno.EISDIR:
/openbmc/linux/fs/autofs/
H A Droot.c431 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 Dmisc.c77 case UAEISDIR: return -EISDIR; in afs_abort_to_error()
/openbmc/linux/net/9p/
H A Derror.c61 {"Is a directory", EISDIR},
/openbmc/linux/arch/um/os-Linux/
H A Dmem.c138 if (fd != -1 || (errno != EINVAL && errno != EISDIR && in make_tempfile()
/openbmc/u-boot/lib/
H A Derrno_str.c35 ERRNO_MSG(EISDIR, "Is a directory"),
/openbmc/linux/lib/
H A Derrname.c68 E(EISDIR),
/openbmc/linux/rust/kernel/
H A Derror.rs51 declare_err!(EISDIR, "Is a directory.");
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c216 if (fd < 0 && errno == EISDIR) in main()
/openbmc/linux/include/trace/misc/
H A Dnfs.h212 { EISDIR, "EISDIR" }, \
/openbmc/linux/fs/verity/
H A Denable.c365 return -EISDIR; in fsverity_ioctl_enable()
/openbmc/linux/fs/smb/client/
H A Ddir.c224 rc = -EISDIR;
413 rc = -EISDIR;
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c122 case EISDIR: return TARGET_EISDIR; in errno_h2g()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py160 if recurse and exc.errno == errno.EISDIR:
/openbmc/linux/fs/nfs/
H A Dnfs4file.c80 case -EISDIR: in nfs4_file_open()

123