/linux-4.4.14/net/9p/ |
D | error.c | 77 {"Not a directory", ENOTDIR}, 153 {"not a directory", ENOTDIR},
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | errno-base.h | 23 #define ENOTDIR 20 /* Not a directory */ macro
|
/linux-4.4.14/fs/nfs/ |
D | nfs4getroot.c | 34 ret = -ENOTDIR; in nfs4_get_rootfh()
|
D | mount_clnt.c | 117 { .status = MNT3ERR_NOTDIR, .errno = -ENOTDIR, },
|
D | nfs2xdr.c | 1073 { NFSERR_NOTDIR, -ENOTDIR },
|
D | nfs4trace.h | 23 { -ENOTDIR, "ENOTDIR" }, \
|
D | nfs3xdr.c | 2449 { NFSERR_NOTDIR, -ENOTDIR },
|
D | dir.c | 1541 case -ENOTDIR: in nfs_atomic_open()
|
D | nfs4xdr.c | 7387 { NFS4ERR_NOTDIR, -ENOTDIR },
|
D | nfs4proc.c | 2046 data->rpc_status = -ENOTDIR; in nfs4_open_done()
|
/linux-4.4.14/fs/afs/ |
D | misc.c | 54 case 0x2f6df13: return -ENOTDIR; in afs_abort_to_error()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | execvp.c | 98 case ENOTDIR: in execvp_noalloc()
|
/linux-4.4.14/security/integrity/ |
D | digsig_asymmetric.c | 54 case -ENOTDIR: in request_asymmetric_key()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | errno.c | 63 [ENOTDIR] = LUSTRE_ENOTDIR, 209 [LUSTRE_ENOTDIR] = ENOTDIR,
|
/linux-4.4.14/security/keys/ |
D | persistent.c | 158 ret = -ENOTDIR; in keyctl_get_persistent()
|
D | keyring.c | 864 return ERR_PTR(-ENOTDIR); in keyring_search_aux() 1086 return -ENOTDIR; in __key_link_begin() 1268 return -ENOTDIR; in key_unlink() 1306 return -ENOTDIR; in keyring_clear()
|
D | key.c | 808 key_ref = ERR_PTR(-ENOTDIR); in key_create_or_update()
|
/linux-4.4.14/fs/cachefiles/ |
D | daemon.c | 591 return -ENOTDIR; in cachefiles_daemon_cull() 663 return -ENOTDIR; in cachefiles_daemon_inuse()
|
/linux-4.4.14/kernel/ |
D | sysctl_binary.c | 924 return -ENOTDIR; in bin_dir() 1237 return ERR_PTR(-ENOTDIR); in get_sysctl() 1275 return ERR_PTR(-ENOTDIR); in get_sysctl() 1409 return -ENOTDIR; in do_sysctl()
|
D | cgroup.c | 3304 return -ENOTDIR; in cgroup_rename()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 239 rc = -ENOTDIR; in ll_get_name()
|
/linux-4.4.14/fs/ |
D | readdir.c | 27 int res = -ENOTDIR; in iterate_dir()
|
D | namei.c | 1991 return -ENOTDIR; in link_path_walk() 2009 return ERR_PTR(-ENOTDIR); in path_init() 2068 return ERR_PTR(-ENOTDIR); in path_init() 2143 err = -ENOTDIR; in path_lookupat() 2576 return -ENOTDIR; in may_delete() 3165 error = -ENOTDIR; in do_last() 3896 error = -ENOTDIR; in do_unlinkat() 4396 error = -ENOTDIR; in SYSCALL_DEFINE5() 4403 error = -ENOTDIR; in SYSCALL_DEFINE5()
|
D | open.c | 456 error = -ENOTDIR; in SYSCALL_DEFINE1()
|
D | namespace.c | 1997 return -ENOTDIR; in graft_tree()
|
/linux-4.4.14/fs/notify/dnotify/ |
D | dnotify.c | 288 error = -ENOTDIR; in fcntl_dirnotify()
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | x509_public_key.c | 124 case -ENOTDIR: in x509_request_asymmetric_key()
|
/linux-4.4.14/tools/testing/selftests/exec/ |
D | execveat.c | 354 fail += check_execveat_fail(fd, "execveat", 0, ENOTDIR); in run_tests()
|
/linux-4.4.14/fs/exportfs/ |
D | expfs.c | 286 error = -ENOTDIR; in get_name()
|
/linux-4.4.14/fs/nfsd/ |
D | nfsproc.c | 774 { nfserr_notdir, -ENOTDIR }, in nfserrno()
|
D | nfs4callback.c | 181 { NFS4ERR_NOTDIR, -ENOTDIR },
|
D | nfs4recover.c | 590 status = -ENOTDIR; in nfs4_reset_recoverydir()
|
D | export.c | 352 return -ENOTDIR; in check_export()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 454 ret = -ENOTDIR; in fanotify_find_path()
|
/linux-4.4.14/fs/hpfs/ |
D | namei.c | 443 err = -ENOTDIR; in hpfs_rmdir()
|
/linux-4.4.14/fs/cifs/ |
D | smb2maperror.c | 350 {STATUS_OBJECT_PATH_INVALID, -ENOTDIR, "STATUS_OBJECT_PATH_INVALID"}, 575 {STATUS_NOT_A_DIRECTORY, -ENOTDIR, "STATUS_NOT_A_DIRECTORY"},
|
D | cifsfs.c | 629 dentry = ERR_PTR(-ENOTDIR); in cifs_get_root()
|
D | netmisc.c | 49 {ERRbadpath, -ENOTDIR},
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 569 keyring (or else error ENOTDIR will result). 584 Should the keyring not be a keyring, error ENOTDIR will result; and if the 603 If the keyring is not a keyring, error ENOTDIR will result; and if the key 621 is not a keyring, ENOTDIR will result.
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl.c | 166 return ERR_PTR(-ENOTDIR); in xfs_handle_to_dentry()
|
/linux-4.4.14/fs/proc/ |
D | proc_sysctl.c | 872 return ERR_PTR(-ENOTDIR); in find_subdir()
|
/linux-4.4.14/Documentation/filesystems/ |
D | spufs.txt | 487 ENOTDIR
|
/linux-4.4.14/fs/fuse/ |
D | dir.c | 938 int err = -ENOTDIR; in fuse_reverse_inval_entry()
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 792 return -ENOTDIR; in btrfs_may_delete()
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptbase.c | 6582 return -ENOTDIR; in procmpt_create()
|