Searched refs:ENOTDIR (Results 26 - 50 of 57) sorted by relevance

123

/linux-master/fs/bcachefs/
H A Dfs-common.c485 ret = -ENOTDIR;
/linux-master/fs/smb/client/
H A Dcached_dir.c83 dentry = ERR_PTR(-ENOTDIR);
H A Dsmb2maperror.c339 {STATUS_OBJECT_PATH_INVALID, -ENOTDIR, "STATUS_OBJECT_PATH_INVALID"},
564 {STATUS_NOT_A_DIRECTORY, -ENOTDIR, "STATUS_NOT_A_DIRECTORY"},
H A Dnetmisc.c35 {ERRbadpath, -ENOTDIR},
H A Dcifsfs.c866 dentry = ERR_PTR(-ENOTDIR);
/linux-master/fs/btrfs/
H A Dioctl.c927 * 7. If we were asked to remove a directory and victim isn't one - ENOTDIR.
958 return -ENOTDIR;
1290 return -ENOTDIR;
1360 return -ENOTDIR;
1387 return -ENOTDIR;
2520 err = -ENOTDIR;
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1012 ret = -ENOTDIR;
1734 return -ENOTDIR;
/linux-master/fs/nfsd/
H A Dnfs4recover.c660 status = -ENOTDIR;
2048 return -ENOTDIR;
H A Dexport.c405 return -ENOTDIR;
H A Dnfs4callback.c175 { NFS4ERR_NOTDIR, -ENOTDIR },
H A Dvfs.c77 { nfserr_notdir, -ENOTDIR },
/linux-master/fs/nfs/
H A Dnfs2xdr.c1076 { NFSERR_NOTDIR, -ENOTDIR },
H A Ddir.c2134 case -ENOTDIR:
2164 res = ERR_PTR(-ENOTDIR);
2172 res = ERR_PTR(-ENOTDIR);
H A Dnfs3xdr.c2462 { NFSERR_NOTDIR, -ENOTDIR },
/linux-master/fs/hpfs/
H A Dnamei.c440 err = -ENOTDIR;
/linux-master/fs/overlayfs/
H A Dinode.c1144 return ERR_PTR(-ENOTDIR);
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c837 return -ENOTDIR;
/linux-master/security/keys/
H A Dkey.c830 key_ref = ERR_PTR(-ENOTDIR);
990 * wasn't available, -ENOTDIR if the keyring wasn't a keyring, -EACCES if the
1027 * -ENOTDIR if the keyring wasn't a keyring, -EACCES if the caller isn't
/linux-master/fs/
H A Dopen.c587 error = -ENOTDIR;
/linux-master/fs/f2fs/
H A Dnamei.c476 return -ENOTDIR;
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c214 if (errno != ENOENT && errno != ENOTDIR)
2136 /* Checks that file1_s2d1 cannot be removed (instead of ENOTDIR). */
2207 /* Checks that dir_s1d2 cannot be removed (instead of ENOTDIR). */
2948 ASSERT_EQ(ENOTDIR, errno);
2950 ASSERT_EQ(ENOTDIR, errno);
/linux-master/fs/proc/
H A Dproc_sysctl.c944 return ERR_PTR(-ENOTDIR);
/linux-master/fs/ext4/
H A Dioctl.c625 err = -ENOTDIR;
/linux-master/fs/xfs/
H A Dxfs_ioctl.c159 return ERR_PTR(-ENOTDIR);
/linux-master/fs/fuse/
H A Ddir.c1351 int err = -ENOTDIR;

Completed in 368 milliseconds

123