Searched refs:ENOTDIR (Results 1 - 25 of 57) sorted by path

123

/linux-master/fs/nfs/
H A Dnfs4getroot.c33 ret = -ENOTDIR;
H A Ddir.c2134 case -ENOTDIR:
2164 res = ERR_PTR(-ENOTDIR);
2172 res = ERR_PTR(-ENOTDIR);
H A Dmount_clnt.c117 { .status = MNT3ERR_NOTDIR, .errno = -ENOTDIR, },
/linux-master/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/linux-master/security/keys/
H A Dpersistent.c158 ret = -ENOTDIR;
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h24 #define ENOTDIR 20 /* Not a directory */ macro
/linux-master/arch/um/os-Linux/
H A Dexecvp.c99 case ENOTDIR:
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_type.c107 case -ENOTDIR:
/linux-master/drivers/md/dm-vdo/
H A Derrors.c37 [ENOTDIR] = "Not a directory",
/linux-master/drivers/message/fusion/
H A Dmptbase.c6614 return -ENOTDIR;
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c763 [-VERR_NOT_A_DIRECTORY] = -ENOTDIR,
764 [-VERR_PATH_NOT_FOUND] = -ENOTDIR,
/linux-master/fs/afs/
H A Dmisc.c76 case UAENOTDIR: return -ENOTDIR;
/linux-master/fs/bcachefs/
H A Dfs-common.c485 ret = -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/cachefiles/
H A Ddaemon.c667 return -ENOTDIR;
738 return -ENOTDIR;
/linux-master/fs/ceph/
H A Dinode.c174 int ret = -ENOTDIR;
/linux-master/fs/crypto/
H A Dpolicy.c547 ret = -ENOTDIR;
/linux-master/fs/exportfs/
H A Dexpfs.c292 error = -ENOTDIR;
/linux-master/fs/ext4/
H A Dioctl.c625 err = -ENOTDIR;
H A Dsuper.c643 EXT4_ERR_TRANSLATE(ENOTDIR),
/linux-master/fs/f2fs/
H A Dnamei.c476 return -ENOTDIR;
/linux-master/fs/fuse/
H A Ddir.c1351 int err = -ENOTDIR;
/linux-master/fs/hpfs/
H A Dnamei.c440 err = -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 Dnamespace.c2524 return -ENOTDIR;

Completed in 383 milliseconds

123