Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Derrno-base.h24 #define EISDIR 21 /* Is a directory */ macro
/linux-4.4.14/fs/afs/
Dmisc.c55 case 0x2f6df14: return -EISDIR; in afs_abort_to_error()
/linux-4.4.14/include/xen/interface/io/
Dxs_wire.h51 XSD_ERROR(EISDIR),
/linux-4.4.14/fs/autofs4/
Droot.c433 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/
Derrno.c64 [EISDIR] = LUSTRE_EISDIR,
210 [LUSTRE_EISDIR] = EISDIR,
/linux-4.4.14/net/9p/
Derror.c78 {"Is a directory", EISDIR},
/linux-4.4.14/fs/
Dnamei.c1106 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 …]
Dopen.c77 return -EISDIR; in vfs_truncate()
Dlibfs.c184 return -EISDIR; in generic_read_dir()
/linux-4.4.14/fs/nfs/
Dnfs4file.c234 ret = -EISDIR; in nfs42_ioctl_clone()
Dnfs2xdr.c1074 { NFSERR_ISDIR, -EISDIR },
Dnfs4trace.h24 { -EISDIR, "EISDIR" }, \
Dnfs3xdr.c2450 { NFSERR_ISDIR, -EISDIR },
Ddir.c1540 case -EISDIR: in nfs_atomic_open()
Dnfs4xdr.c7388 { NFS4ERR_ISDIR, -EISDIR },
Dnfs4proc.c2043 data->rpc_status = -EISDIR; in nfs4_open_done()
/linux-4.4.14/fs/nfsd/
Dnfsproc.c775 { nfserr_isdir, -EISDIR }, in nfserrno()
Dnfs4callback.c182 { NFS4ERR_ISDIR, -EISDIR },
/linux-4.4.14/fs/hpfs/
Dnamei.c392 err = -EISDIR; in hpfs_unlink()
/linux-4.4.14/fs/ncpfs/
Dioctl.c547 result = -EISDIR; in __ncp_ioctl()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c1023 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/
Dfilelayout.c178 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in filelayout_async_handle_error()
/linux-4.4.14/fs/btrfs/
Dioctl.c796 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/
Ddir.c1198 return -EISDIR; in ceph_read_dir()
/linux-4.4.14/Documentation/filesystems/
Dvfs.txt1033 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
DLocking489 ->read on directories probably must go away - we should just enforce -EISDIR
Dcoda.txt772 If the object exists and is not a file the error EISDIR is returned
/linux-4.4.14/fs/xfs/
Dxfs_ioctl.c241 error = -EISDIR; in xfs_open_by_handle()
/linux-4.4.14/fs/gfs2/
Dinode.c625 inode = ERR_PTR(-EISDIR); in gfs2_create_inode()
/linux-4.4.14/fs/cifs/
Dsmb2maperror.c494 {STATUS_FILE_IS_A_DIRECTORY, -EISDIR, "STATUS_FILE_IS_A_DIRECTORY"},
/linux-4.4.14/drivers/usb/core/
Dhub.c5367 return -EISDIR; in usb_reset_and_verify_device()
5541 return -EISDIR; in usb_reset_device()