Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Derrno-base.h24 #define EISDIR 21 /* Is a directory */ macro
/linux-4.1.27/fs/afs/
Dmisc.c55 case 0x2f6df14: return -EISDIR; in afs_abort_to_error()
/linux-4.1.27/include/xen/interface/io/
Dxs_wire.h51 XSD_ERROR(EISDIR),
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c64 [EISDIR] = LUSTRE_EISDIR,
210 [LUSTRE_EISDIR] = EISDIR,
/linux-4.1.27/net/9p/
Derror.c78 {"Is a directory", EISDIR},
/linux-4.1.27/fs/
Dnamei.c1009 return -EISDIR; in follow_automount()
1026 if (PTR_ERR(mnt) == -EISDIR && (flags & LOOKUP_PARENT)) in follow_automount()
1122 if (ret == -EISDIR) in follow_managed()
1166 case -EISDIR: in __follow_mount_rcu()
1275 return ret == -EISDIR ? 0 : ret; in follow_down()
2513 return -EISDIR; in may_delete()
2622 return -EISDIR; in may_open()
2993 error = -EISDIR; in do_last()
3101 error = -EISDIR; in do_last()
3805 error = -EISDIR; in do_unlinkat()
[all …]
Dlibfs.c189 return -EISDIR; in generic_read_dir()
Dopen.c75 return -EISDIR; in vfs_truncate()
/linux-4.1.27/fs/nfsd/
Dnfsproc.c727 { nfserr_isdir, -EISDIR }, in nfserrno()
Dnfs4callback.c182 { NFS4ERR_ISDIR, -EISDIR },
/linux-4.1.27/fs/hpfs/
Dnamei.c394 err = -EISDIR; in hpfs_unlink()
/linux-4.1.27/fs/nfs/
Dnfs2xdr.c1074 { NFSERR_ISDIR, -EISDIR },
Dnfs4trace.h24 { -EISDIR, "EISDIR" }, \
Dnfs3xdr.c2449 { NFSERR_ISDIR, -EISDIR },
Ddir.c1551 case -EISDIR: in nfs_atomic_open()
Dnfs4xdr.c7302 { NFS4ERR_ISDIR, -EISDIR },
Dnfs4proc.c1923 data->rpc_status = -EISDIR; in nfs4_open_done()
/linux-4.1.27/fs/ncpfs/
Dioctl.c545 result = -EISDIR; in __ncp_ioctl()
/linux-4.1.27/fs/nfs/filelayout/
Dfilelayout.c177 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in filelayout_async_handle_error()
/linux-4.1.27/fs/btrfs/
Dioctl.c795 return -EISDIR; in btrfs_may_delete()
3000 ret = -EISDIR; in btrfs_ioctl_file_extent_same()
3028 info->status = -EISDIR; in btrfs_ioctl_file_extent_same()
3739 ret = -EISDIR; in btrfs_ioctl_clone()
/linux-4.1.27/fs/ceph/
Ddir.c1189 return -EISDIR; in ceph_read_dir()
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt1026 If -EISDIR is returned, then the directory will be treated as an
1043 calling process continue. -EISDIR can be returned to tell pathwalk to
1051 -ECHILD. -EISDIR may also be returned to tell pathwalk to
DLocking488 ->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.1.27/fs/xfs/
Dxfs_ioctl.c240 error = -EISDIR; in xfs_open_by_handle()
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c732 case -EISDIR: /* mapped NFS4ERR_ISDIR */ in ff_layout_async_handle_error_v4()
/linux-4.1.27/fs/gfs2/
Dinode.c625 inode = ERR_PTR(-EISDIR); in gfs2_create_inode()
/linux-4.1.27/fs/cifs/
Dsmb2maperror.c494 {STATUS_FILE_IS_A_DIRECTORY, -EISDIR, "STATUS_FILE_IS_A_DIRECTORY"},
/linux-4.1.27/drivers/usb/core/
Dhub.c5327 return -EISDIR; in usb_reset_and_verify_device()
5501 return -EISDIR; in usb_reset_device()