| /linux-6.15/fs/nfs_common/ |
| H A D | common.c | 26 { NFSERR_ISDIR, -EISDIR }, 89 { NFS4ERR_ISDIR, -EISDIR },
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | errno-base.h | 25 #define EISDIR 21 /* Is a directory */ macro
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | errno-base.h | 25 #define EISDIR 21 /* Is a directory */ macro
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | str_error.c | 68 case -EISDIR: return "-EISDIR"; in libbpf_errstr()
|
| /linux-6.15/fs/ |
| H A D | remap_range.c | 296 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 D | namei.c | 1450 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 D | open.c | 80 return -EISDIR; in vfs_truncate() 322 return -EISDIR; in vfs_fallocate()
|
| /linux-6.15/include/xen/interface/io/ |
| H A D | xs_wire.h | 58 XSD_ERROR(EISDIR),
|
| /linux-6.15/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()
|
| /linux-6.15/net/9p/ |
| H A D | error.c | 62 {"Is a directory", EISDIR},
|
| /linux-6.15/fs/afs/ |
| H A D | misc.c | 77 case UAEISDIR: return -EISDIR; in afs_abort_to_error()
|
| /linux-6.15/arch/um/os-Linux/ |
| H A D | mem.c | 151 if (fd != -1 || (errno != EINVAL && errno != EISDIR && in make_tempfile()
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | errors.c | 38 [EISDIR] = "Is a directory",
|
| /linux-6.15/lib/ |
| H A D | errname.c | 68 E(EISDIR),
|
| /linux-6.15/rust/kernel/ |
| H A D | error.rs | 53 declare_err!(EISDIR, "Is a directory.");
|
| /linux-6.15/fs/verity/ |
| H A D | enable.c | 365 return -EISDIR; in fsverity_ioctl_enable()
|
| /linux-6.15/include/trace/misc/ |
| H A D | nfs.h | 211 { EISDIR, "EISDIR" }, \
|
| /linux-6.15/fs/smb/client/ |
| H A D | dir.c | 224 rc = -EISDIR; 413 rc = -EISDIR;
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4file.c | 81 case -EISDIR: in nfs4_file_open()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | autofs.rst | 132 - 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 D | orangefs-utils.c | 463 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
|
| /linux-6.15/drivers/virt/vboxguest/ |
| H A D | vboxguest_utils.c | 766 [-VERR_IS_A_DIRECTORY] = -EISDIR,
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_exchrange.c | 744 return -EISDIR; in xfs_exchange_range()
|
| H A D | xfs_handle.c | 278 error = -EISDIR; in xfs_open_by_handle()
|
| /linux-6.15/fs/hpfs/ |
| H A D | namei.c | 389 err = -EISDIR; in hpfs_unlink()
|