Home
last modified time | relevance | path

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

12

/linux-6.15/fs/nfs_common/
H A Dcommon.c26 { NFSERR_ISDIR, -EISDIR },
89 { NFS4ERR_ISDIR, -EISDIR },
/linux-6.15/tools/include/uapi/asm-generic/
H A Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/linux-6.15/include/uapi/asm-generic/
H A Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/linux-6.15/tools/lib/bpf/
H A Dstr_error.c68 case -EISDIR: return "-EISDIR"; in libbpf_errstr()
/linux-6.15/fs/
H A Dremap_range.c296 return -EISDIR; in __generic_remap_file_range_prep()
470 ret = -EISDIR; in vfs_dedupe_file_range_one()
513 return -EISDIR; in vfs_dedupe_file_range()
H A Dnamei.c1450 return -EISDIR; in follow_automount()
1506 if (ret == -EISDIR) in __traverse_mounts()
1588 return res == -EISDIR; in __follow_mount_rcu()
3195 return -EISDIR; in may_delete()
3447 return -EISDIR; in may_open()
3728 return ERR_PTR(-EISDIR); in lookup_fast_for_open()
3857 return -EISDIR; in do_open()
4622 error = -EISDIR; in do_unlinkat()
4671 error = -EISDIR; in do_unlinkat()
H A Dopen.c80 return -EISDIR; in vfs_truncate()
322 return -EISDIR; in vfs_fallocate()
/linux-6.15/include/xen/interface/io/
H A Dxs_wire.h58 XSD_ERROR(EISDIR),
/linux-6.15/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()
/linux-6.15/net/9p/
H A Derror.c62 {"Is a directory", EISDIR},
/linux-6.15/fs/afs/
H A Dmisc.c77 case UAEISDIR: return -EISDIR; in afs_abort_to_error()
/linux-6.15/arch/um/os-Linux/
H A Dmem.c151 if (fd != -1 || (errno != EINVAL && errno != EISDIR && in make_tempfile()
/linux-6.15/drivers/md/dm-vdo/
H A Derrors.c38 [EISDIR] = "Is a directory",
/linux-6.15/lib/
H A Derrname.c68 E(EISDIR),
/linux-6.15/rust/kernel/
H A Derror.rs53 declare_err!(EISDIR, "Is a directory.");
/linux-6.15/fs/verity/
H A Denable.c365 return -EISDIR; in fsverity_ioctl_enable()
/linux-6.15/include/trace/misc/
H A Dnfs.h211 { EISDIR, "EISDIR" }, \
/linux-6.15/fs/smb/client/
H A Ddir.c224 rc = -EISDIR;
413 rc = -EISDIR;
/linux-6.15/fs/nfs/
H A Dnfs4file.c81 case -EISDIR: in nfs4_file_open()
/linux-6.15/Documentation/filesystems/
H A Dautofs.rst132 - A return value of `-EISDIR` tells the VFS to ignore any mounts
147 first. This means that d_manage cannot *always* return -EISDIR for
151 `d_manage` also returns `-EISDIR` if the dentry shouldn't be a
186 In the `rcu_walk` case, `d_manage()` cannot return -EISDIR to tell the
/linux-6.15/fs/orangefs/
H A Dorangefs-utils.c463 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
/linux-6.15/drivers/virt/vboxguest/
H A Dvboxguest_utils.c766 [-VERR_IS_A_DIRECTORY] = -EISDIR,
/linux-6.15/fs/xfs/
H A Dxfs_exchrange.c744 return -EISDIR; in xfs_exchange_range()
H A Dxfs_handle.c278 error = -EISDIR; in xfs_open_by_handle()
/linux-6.15/fs/hpfs/
H A Dnamei.c389 err = -EISDIR; in hpfs_unlink()

12