Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/uapi/asm-generic/
Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/Linux-v5.4/include/xen/interface/io/
Dxs_wire.h52 XSD_ERROR(EISDIR),
/Linux-v5.4/fs/autofs/
Droot.c409 return -EISDIR; in autofs_d_manage()
441 return -EISDIR; in autofs_d_manage()
445 return -EISDIR; in autofs_d_manage()
466 status = -EISDIR; in autofs_d_manage()
/Linux-v5.4/fs/afs/
Dmisc.c76 case UAEISDIR: return -EISDIR; in afs_abort_to_error()
/Linux-v5.4/arch/um/os-Linux/
Dmem.c115 if (fd != -1 || (errno != EINVAL && errno != EISDIR && in make_tempfile()
/Linux-v5.4/net/9p/
Derror.c63 {"Is a directory", EISDIR},
/Linux-v5.4/fs/nfs/
Dnfs4file.c80 case -EISDIR: in nfs4_file_open()
Dnfs2xdr.c1082 { NFSERR_ISDIR, -EISDIR },
Dnfs4trace.h21 TRACE_DEFINE_ENUM(EISDIR);
170 { EISDIR, "EISDIR" }, \
Dnfs3xdr.c2467 { NFSERR_ISDIR, -EISDIR },
/Linux-v5.4/fs/
Dnamei.c1155 return -EISDIR; in follow_automount()
1172 if (PTR_ERR(mnt) == -EISDIR && (nd->flags & LOOKUP_PARENT)) in follow_automount()
1268 if (ret == -EISDIR || !ret) in follow_managed()
1316 case -EISDIR: in __follow_mount_rcu()
1424 return ret == -EISDIR ? 0 : ret; in follow_down()
2812 return -EISDIR; in may_delete()
2950 return -EISDIR; in may_open()
3297 return -EISDIR; in do_last()
3383 error = -EISDIR; in do_last()
4033 error = -EISDIR; in do_unlinkat()
[all …]
Dopen.c78 return -EISDIR; in vfs_truncate()
296 return -EISDIR; in vfs_fallocate()
Dread_write.c1964 return -EISDIR; in generic_remap_file_range_prep()
2125 ret = -EISDIR; in vfs_dedupe_file_range_one()
2168 return -EISDIR; in vfs_dedupe_file_range()
Dlibfs.c223 return -EISDIR; in generic_read_dir()
/Linux-v5.4/fs/cifs/
Ddir.c267 rc = -EISDIR; in cifs_do_create()
445 rc = -EISDIR; in cifs_do_create()
/Linux-v5.4/fs/verity/
Denable.c339 return -EISDIR; in fsverity_ioctl_enable()
/Linux-v5.4/fs/orangefs/
Dorangefs-utils.c463 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
/Linux-v5.4/drivers/virt/vboxguest/
Dvboxguest_utils.c749 [-VERR_IS_A_DIRECTORY] = -EISDIR,
/Linux-v5.4/fs/nfsd/
Dnfsproc.c791 { nfserr_isdir, -EISDIR }, in nfserrno()
Dnfs4callback.c174 { NFS4ERR_ISDIR, -EISDIR },
/Linux-v5.4/fs/hpfs/
Dnamei.c394 err = -EISDIR; in hpfs_unlink()
/Linux-v5.4/fs/nfs/filelayout/
Dfilelayout.c160 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in filelayout_async_handle_error()
/Linux-v5.4/fs/nfs/flexfilelayout/
Dflexfilelayout.c1162 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in ff_layout_async_handle_error_v4()
1214 case -EISDIR: in ff_layout_async_handle_error_v3()
/Linux-v5.4/Documentation/filesystems/
Dvfs.rst1271 an error code should be returned. If -EISDIR is returned, then
1290 returned to let the calling process continue. -EISDIR can be
1299 returning -ECHILD. -EISDIR may also be returned to tell

12