/linux-4.4.14/include/uapi/asm-generic/ |
D | errno-base.h | 24 #define EISDIR 21 /* Is a directory */ macro
|
/linux-4.4.14/fs/afs/ |
D | misc.c | 55 case 0x2f6df14: return -EISDIR; in afs_abort_to_error()
|
/linux-4.4.14/include/xen/interface/io/ |
D | xs_wire.h | 51 XSD_ERROR(EISDIR),
|
/linux-4.4.14/fs/autofs4/ |
D | root.c | 433 return -EISDIR; in autofs4_d_manage() 464 return -EISDIR; in autofs4_d_manage() 468 return -EISDIR; in autofs4_d_manage() 489 status = -EISDIR; in autofs4_d_manage()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | errno.c | 64 [EISDIR] = LUSTRE_EISDIR, 210 [LUSTRE_EISDIR] = EISDIR,
|
/linux-4.4.14/net/9p/ |
D | error.c | 78 {"Is a directory", EISDIR},
|
/linux-4.4.14/fs/ |
D | namei.c | 1106 return -EISDIR; in follow_automount() 1123 if (PTR_ERR(mnt) == -EISDIR && (nd->flags & LOOKUP_PARENT)) in follow_automount() 1219 if (ret == -EISDIR) in follow_managed() 1267 case -EISDIR: in __follow_mount_rcu() 1378 return ret == -EISDIR ? 0 : ret; in follow_down() 2580 return -EISDIR; in may_delete() 2689 return -EISDIR; in may_open() 3061 return -EISDIR; in do_last() 3162 error = -EISDIR; in do_last() 3844 error = -EISDIR; in do_unlinkat() [all …]
|
D | open.c | 77 return -EISDIR; in vfs_truncate()
|
D | libfs.c | 184 return -EISDIR; in generic_read_dir()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4file.c | 234 ret = -EISDIR; in nfs42_ioctl_clone()
|
D | nfs2xdr.c | 1074 { NFSERR_ISDIR, -EISDIR },
|
D | nfs4trace.h | 24 { -EISDIR, "EISDIR" }, \
|
D | nfs3xdr.c | 2450 { NFSERR_ISDIR, -EISDIR },
|
D | dir.c | 1540 case -EISDIR: in nfs_atomic_open()
|
D | nfs4xdr.c | 7388 { NFS4ERR_ISDIR, -EISDIR },
|
D | nfs4proc.c | 2043 data->rpc_status = -EISDIR; in nfs4_open_done()
|
/linux-4.4.14/fs/nfsd/ |
D | nfsproc.c | 775 { nfserr_isdir, -EISDIR }, in nfserrno()
|
D | nfs4callback.c | 182 { NFS4ERR_ISDIR, -EISDIR },
|
/linux-4.4.14/fs/hpfs/ |
D | namei.c | 392 err = -EISDIR; in hpfs_unlink()
|
/linux-4.4.14/fs/ncpfs/ |
D | ioctl.c | 547 result = -EISDIR; in __ncp_ioctl()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1023 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in ff_layout_async_handle_error_v4() 1087 case -EISDIR: in ff_layout_async_handle_error_v3()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 178 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in filelayout_async_handle_error()
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 796 return -EISDIR; in btrfs_may_delete() 3232 ret = -EISDIR; in btrfs_ioctl_file_extent_same() 3260 info->status = -EISDIR; in btrfs_ioctl_file_extent_same() 3914 ret = -EISDIR; in btrfs_ioctl_clone()
|
/linux-4.4.14/fs/ceph/ |
D | dir.c | 1198 return -EISDIR; in ceph_read_dir()
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 1033 If -EISDIR is returned, then the directory will be treated as an 1050 calling process continue. -EISDIR can be returned to tell pathwalk to 1058 -ECHILD. -EISDIR may also be returned to tell pathwalk to
|
D | Locking | 489 ->read on directories probably must go away - we should just enforce -EISDIR
|
D | coda.txt | 772 If the object exists and is not a file the error EISDIR is returned
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl.c | 241 error = -EISDIR; in xfs_open_by_handle()
|
/linux-4.4.14/fs/gfs2/ |
D | inode.c | 625 inode = ERR_PTR(-EISDIR); in gfs2_create_inode()
|
/linux-4.4.14/fs/cifs/ |
D | smb2maperror.c | 494 {STATUS_FILE_IS_A_DIRECTORY, -EISDIR, "STATUS_FILE_IS_A_DIRECTORY"},
|
/linux-4.4.14/drivers/usb/core/ |
D | hub.c | 5367 return -EISDIR; in usb_reset_and_verify_device() 5541 return -EISDIR; in usb_reset_device()
|