Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/include/uapi/asm-generic/
Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/Linux-v4.19/include/uapi/asm-generic/
Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/Linux-v4.19/include/xen/interface/io/
Dxs_wire.h52 XSD_ERROR(EISDIR),
/Linux-v4.19/fs/afs/
Dmisc.c84 case 0x2f6df14: return -EISDIR; in afs_abort_to_error()
/Linux-v4.19/fs/autofs/
Droot.c432 return -EISDIR; in autofs_d_manage()
464 return -EISDIR; in autofs_d_manage()
468 return -EISDIR; in autofs_d_manage()
489 status = -EISDIR; in autofs_d_manage()
/Linux-v4.19/arch/um/os-Linux/
Dmem.c115 if (fd != -1 || (errno != EINVAL && errno != EISDIR && in make_tempfile()
/Linux-v4.19/net/9p/
Derror.c78 {"Is a directory", EISDIR},
/Linux-v4.19/fs/
Dnamei.c1163 return -EISDIR; in follow_automount()
1180 if (PTR_ERR(mnt) == -EISDIR && (nd->flags & LOOKUP_PARENT)) in follow_automount()
1276 if (ret == -EISDIR || !ret) in follow_managed()
1324 case -EISDIR: in __follow_mount_rcu()
1432 return ret == -EISDIR ? 0 : ret; in follow_down()
2822 return -EISDIR; in may_delete()
2960 return -EISDIR; in may_open()
3307 return -EISDIR; in do_last()
3393 error = -EISDIR; in do_last()
4041 error = -EISDIR; in do_unlinkat()
[all …]
Dread_write.c1561 return -EISDIR; in vfs_copy_file_range()
1739 return -EISDIR; in vfs_clone_file_prep_inodes()
1829 return -EISDIR; in do_clone_file_range()
2001 ret = -EISDIR; in vfs_dedupe_file_range_one()
2038 ret = -EISDIR; in vfs_dedupe_file_range()
Dopen.c77 return -EISDIR; in vfs_truncate()
295 return -EISDIR; in vfs_fallocate()
Dlibfs.c213 return -EISDIR; in generic_read_dir()
/Linux-v4.19/fs/cifs/
Ddir.c268 rc = -EISDIR; in cifs_do_create()
446 rc = -EISDIR; in cifs_do_create()
/Linux-v4.19/fs/orangefs/
Dorangefs-utils.c478 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
/Linux-v4.19/drivers/virt/vboxguest/
Dvboxguest_utils.c744 [-VERR_IS_A_DIRECTORY] = -EISDIR,
/Linux-v4.19/fs/nfsd/
Dnfsproc.c789 { nfserr_isdir, -EISDIR }, in nfserrno()
Dnfs4callback.c182 { NFS4ERR_ISDIR, -EISDIR },
/Linux-v4.19/fs/hpfs/
Dnamei.c394 err = -EISDIR; in hpfs_unlink()
/Linux-v4.19/fs/nfs/
Dnfs2xdr.c1106 { NFSERR_ISDIR, -EISDIR },
Dnfs4trace.h25 { -EISDIR, "EISDIR" }, \
/Linux-v4.19/fs/nfs/filelayout/
Dfilelayout.c160 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in filelayout_async_handle_error()
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c1073 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in ff_layout_async_handle_error_v4()
1125 case -EISDIR: in ff_layout_async_handle_error_v3()
/Linux-v4.19/fs/ceph/
Ddir.c1385 return -EISDIR; in ceph_read_dir()
/Linux-v4.19/Documentation/filesystems/
Dvfs.txt1111 If -EISDIR is returned, then the directory will be treated as an
1128 calling process continue. -EISDIR can be returned to tell pathwalk to
1136 -ECHILD. -EISDIR may also be returned to tell pathwalk to
DLocking498 ->read on directories probably must go away - we should just enforce -EISDIR
/Linux-v4.19/fs/xfs/
Dxfs_ioctl.c233 error = -EISDIR; in xfs_open_by_handle()

12