Searched refs:EISDIR (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/include/uapi/asm-generic/
H A Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/linux-master/include/xen/interface/io/
H A Dxs_wire.h58 XSD_ERROR(EISDIR),
/linux-master/fs/
H A Dremap_range.c296 return -EISDIR;
470 ret = -EISDIR;
513 return -EISDIR;
H A Dnamei.c1342 * - return -EISDIR to tell follow_managed() to stop and return the path we
1363 return -EISDIR;
1419 if (ret == -EISDIR)
1501 return res == -EISDIR;
2956 * 9. If we were asked to remove a non-directory and victim isn't one - EISDIR.
2996 return -EISDIR;
3248 return -EISDIR;
3551 return ERR_PTR(-EISDIR);
3619 return -EISDIR;
4378 error = -EISDIR;
[all...]
H A Dopen.c78 /* For directories it's -EISDIR, for other non-regulars - -EINVAL */
80 return -EISDIR;
317 return -EISDIR;
/linux-master/net/9p/
H A Derror.c61 {"Is a directory", EISDIR},
/linux-master/arch/um/os-Linux/
H A Dmem.c137 if (fd != -1 || (errno != EINVAL && errno != EISDIR &&
/linux-master/fs/afs/
H A Dmisc.c77 case UAEISDIR: return -EISDIR;
H A Dinode.c744 return -EISDIR;
/linux-master/fs/autofs/
H A Droot.c431 return -EISDIR;
451 * We only return -EISDIR when certain this isn't
462 return -EISDIR;
464 return -EISDIR;
485 status = -EISDIR;
/linux-master/lib/
H A Derrname.c68 E(EISDIR),
/linux-master/drivers/md/dm-vdo/
H A Derrors.c38 [EISDIR] = "Is a directory",
/linux-master/fs/verity/
H A Denable.c365 return -EISDIR;
/linux-master/include/trace/misc/
H A Dnfs.h212 { EISDIR, "EISDIR" }, \
/linux-master/fs/nfs/
H A Dnfs4file.c81 case -EISDIR:
H A Dnfs2xdr.c1077 { NFSERR_ISDIR, -EISDIR },
/linux-master/fs/smb/client/
H A Ddir.c224 rc = -EISDIR;
413 rc = -EISDIR;
457 * performance tradeoff of the extra network request when EISDIR or
/linux-master/fs/orangefs/
H A Dorangefs-utils.c463 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c766 [-VERR_IS_A_DIRECTORY] = -EISDIR,
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c113 CASE_ERR(EISDIR);
969 CASE_TEST(unlink_root); EXPECT_SYSER(1, unlink("/"), -1, EISDIR); break;
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c161 case -EISDIR: /* mapped NFS4ERR_ISDIR */
/linux-master/fs/hpfs/
H A Dnamei.c389 err = -EISDIR;
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1117 case -EISDIR: /* mapped NFS4ERR_ISDIR */
1171 case -EISDIR:
/linux-master/fs/nfsd/
H A Dnfs4callback.c176 { NFS4ERR_ISDIR, -EISDIR },

Completed in 924 milliseconds

12