Searched refs:EISDIR (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v4.19/tools/include/uapi/asm-generic/ |
D | errno-base.h | 25 #define EISDIR 21 /* Is a directory */ macro
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | errno-base.h | 25 #define EISDIR 21 /* Is a directory */ macro
|
/Linux-v4.19/include/xen/interface/io/ |
D | xs_wire.h | 52 XSD_ERROR(EISDIR),
|
/Linux-v4.19/fs/afs/ |
D | misc.c | 84 case 0x2f6df14: return -EISDIR; in afs_abort_to_error()
|
/Linux-v4.19/fs/autofs/ |
D | root.c | 432 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/ |
D | mem.c | 115 if (fd != -1 || (errno != EINVAL && errno != EISDIR && in make_tempfile()
|
/Linux-v4.19/net/9p/ |
D | error.c | 78 {"Is a directory", EISDIR},
|
/Linux-v4.19/fs/ |
D | namei.c | 1163 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 …]
|
D | read_write.c | 1561 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()
|
D | open.c | 77 return -EISDIR; in vfs_truncate() 295 return -EISDIR; in vfs_fallocate()
|
D | libfs.c | 213 return -EISDIR; in generic_read_dir()
|
/Linux-v4.19/fs/cifs/ |
D | dir.c | 268 rc = -EISDIR; in cifs_do_create() 446 rc = -EISDIR; in cifs_do_create()
|
/Linux-v4.19/fs/orangefs/ |
D | orangefs-utils.c | 478 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
|
/Linux-v4.19/drivers/virt/vboxguest/ |
D | vboxguest_utils.c | 744 [-VERR_IS_A_DIRECTORY] = -EISDIR,
|
/Linux-v4.19/fs/nfsd/ |
D | nfsproc.c | 789 { nfserr_isdir, -EISDIR }, in nfserrno()
|
D | nfs4callback.c | 182 { NFS4ERR_ISDIR, -EISDIR },
|
/Linux-v4.19/fs/hpfs/ |
D | namei.c | 394 err = -EISDIR; in hpfs_unlink()
|
/Linux-v4.19/fs/nfs/ |
D | nfs2xdr.c | 1106 { NFSERR_ISDIR, -EISDIR },
|
D | nfs4trace.h | 25 { -EISDIR, "EISDIR" }, \
|
/Linux-v4.19/fs/nfs/filelayout/ |
D | filelayout.c | 160 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in filelayout_async_handle_error()
|
/Linux-v4.19/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1073 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/ |
D | dir.c | 1385 return -EISDIR; in ceph_read_dir()
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfs.txt | 1111 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
|
D | Locking | 498 ->read on directories probably must go away - we should just enforce -EISDIR
|
/Linux-v4.19/fs/xfs/ |
D | xfs_ioctl.c | 233 error = -EISDIR; in xfs_open_by_handle()
|
12