Searched refs:ENOTDIR (Results 1 – 25 of 37) sorted by relevance
12
/linux-4.19.296/include/uapi/asm-generic/ |
D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
/linux-4.19.296/fs/nfs/ |
D | nfs4getroot.c | 33 ret = -ENOTDIR; in nfs4_get_rootfh()
|
D | nfs4file.c | 81 case -ENOTDIR: in nfs4_file_open()
|
D | mount_clnt.c | 118 { .status = MNT3ERR_NOTDIR, .errno = -ENOTDIR, },
|
D | dir.c | 1604 case -ENOTDIR: in nfs_atomic_open() 1633 res = ERR_PTR(-ENOTDIR); in nfs_atomic_open() 1641 res = ERR_PTR(-ENOTDIR); in nfs_atomic_open()
|
D | nfs2xdr.c | 1105 { NFSERR_NOTDIR, -ENOTDIR },
|
/linux-4.19.296/fs/afs/ |
D | misc.c | 83 case 0x2f6df13: return -ENOTDIR; in afs_abort_to_error()
|
/linux-4.19.296/fs/cachefiles/ |
D | daemon.c | 592 return -ENOTDIR; in cachefiles_daemon_cull() 664 return -ENOTDIR; in cachefiles_daemon_inuse()
|
/linux-4.19.296/fs/crypto/ |
D | policy.c | 83 ret = -ENOTDIR; in fscrypt_ioctl_set_policy()
|
/linux-4.19.296/drivers/virt/vboxguest/ |
D | vboxguest_utils.c | 742 [-VERR_NOT_A_DIRECTORY] = -ENOTDIR, 743 [-VERR_PATH_NOT_FOUND] = -ENOTDIR,
|
/linux-4.19.296/fs/notify/dnotify/ |
D | dnotify.c | 287 error = -ENOTDIR; in fcntl_dirnotify()
|
/linux-4.19.296/fs/ |
D | namei.c | 2167 return -ENOTDIR; in link_path_walk() 2189 return ERR_PTR(-ENOTDIR); in path_init() 2240 return ERR_PTR(-ENOTDIR); in path_init() 2327 err = -ENOTDIR; in path_lookupat() 2839 return -ENOTDIR; in may_delete() 3424 error = -ENOTDIR; in do_last() 4117 error = -ENOTDIR; in do_unlinkat() 4624 error = -ENOTDIR; in do_renameat2() 4631 error = -ENOTDIR; in do_renameat2()
|
D | readdir.c | 30 int res = -ENOTDIR; in iterate_dir()
|
D | open.c | 492 error = -ENOTDIR; in SYSCALL_DEFINE1()
|
/linux-4.19.296/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 98 case -ENOTDIR: in find_asymmetric_key()
|
/linux-4.19.296/fs/exportfs/ |
D | expfs.c | 292 error = -ENOTDIR; in get_name()
|
/linux-4.19.296/fs/orangefs/ |
D | orangefs-utils.c | 478 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
|
/linux-4.19.296/fs/notify/fanotify/ |
D | fanotify_user.c | 469 ret = -ENOTDIR; in fanotify_find_path()
|
/linux-4.19.296/fs/overlayfs/ |
D | inode.c | 817 return ERR_PTR(-ENOTDIR); in ovl_get_trap_inode()
|
/linux-4.19.296/fs/nfsd/ |
D | nfsproc.c | 804 { nfserr_notdir, -ENOTDIR }, in nfserrno()
|
D | nfs4callback.c | 181 { NFS4ERR_NOTDIR, -ENOTDIR },
|
/linux-4.19.296/fs/hpfs/ |
D | namei.c | 445 err = -ENOTDIR; in hpfs_rmdir()
|
/linux-4.19.296/fs/cifs/ |
D | smb2maperror.c | 352 {STATUS_OBJECT_PATH_INVALID, -ENOTDIR, "STATUS_OBJECT_PATH_INVALID"}, 577 {STATUS_NOT_A_DIRECTORY, -ENOTDIR, "STATUS_NOT_A_DIRECTORY"},
|
D | netmisc.c | 49 {ERRbadpath, -ENOTDIR},
|
/linux-4.19.296/fs/btrfs/ |
D | ioctl.c | 937 return -ENOTDIR; in btrfs_may_delete() 1752 return -ENOTDIR; in btrfs_ioctl_snap_create_transid() 1812 return -ENOTDIR; in btrfs_ioctl_snap_create() 1838 return -ENOTDIR; in btrfs_ioctl_snap_create_v2() 2886 return -ENOTDIR; in btrfs_ioctl_snap_destroy()
|
12