Searched refs:ENOTDIR (Results 1 - 25 of 57) sorted by last modified time

123

/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/nfsd/
H A Dnfs4callback.c175 { NFS4ERR_NOTDIR, -ENOTDIR },
H A Dvfs.c77 { nfserr_notdir, -ENOTDIR },
/linux-master/fs/smb/client/
H A Dcifsfs.c866 dentry = ERR_PTR(-ENOTDIR);
H A Dcached_dir.c83 dentry = ERR_PTR(-ENOTDIR);
/linux-master/fs/fuse/
H A Ddir.c1351 int err = -ENOTDIR;
/linux-master/fs/ext4/
H A Dsuper.c643 EXT4_ERR_TRANSLATE(ENOTDIR),
/linux-master/fs/
H A Dnamei.c2346 return -ENOTDIR;
2379 return ERR_PTR(-ENOTDIR);
2429 return ERR_PTR(-ENOTDIR);
2496 err = -ENOTDIR;
2955 * 8. If we were asked to remove a directory and victim isn't one - ENOTDIR.
2992 return -ENOTDIR;
3626 return -ENOTDIR;
4431 error = -ENOTDIR;
5001 error = -ENOTDIR;
5006 /* unless the source is a directory trailing slashes give -ENOTDIR */
[all...]
H A Dopen.c587 error = -ENOTDIR;
H A Dnamespace.c2524 return -ENOTDIR;
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c387 /* Attempt to execute relative to non-directory => ENOTDIR */
388 fail += check_execveat_fail(fd, "execveat", 0, ENOTDIR);
/linux-master/fs/f2fs/
H A Dnamei.c476 return -ENOTDIR;
/linux-master/include/trace/misc/
H A Dnfs.h211 { ENOTDIR, "ENOTDIR" }, \
/linux-master/fs/nfs/
H A Dnfs4proc.c2541 data->rpc_status = -ENOTDIR;
H A Dnfs4xdr.c7566 { NFS4ERR_NOTDIR, -ENOTDIR },
H A Dnfs4file.c82 case -ENOTDIR:
H A Ddir.c2134 case -ENOTDIR:
2164 res = ERR_PTR(-ENOTDIR);
2172 res = ERR_PTR(-ENOTDIR);
/linux-master/fs/bcachefs/
H A Dfs-common.c485 ret = -ENOTDIR;
/linux-master/fs/xfs/
H A Dxfs_ioctl.c159 return ERR_PTR(-ENOTDIR);
/linux-master/drivers/md/dm-vdo/
H A Derrors.c37 [ENOTDIR] = "Not a directory",
/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/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/security/integrity/
H A Ddigsig_asymmetric.c69 case -ENOTDIR:
/linux-master/fs/exportfs/
H A Dexpfs.c292 error = -ENOTDIR;
/linux-master/fs/cachefiles/
H A Ddaemon.c667 return -ENOTDIR;
738 return -ENOTDIR;

Completed in 372 milliseconds

123