/Linux-v5.4/net/9p/ |
D | error.c | 80 {"Directory not empty", ENOTEMPTY}, 128 {"directory is not empty", ENOTEMPTY},
|
/Linux-v5.4/include/uapi/asm-generic/ |
D | errno.h | 20 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/Linux-v5.4/tools/include/uapi/asm-generic/ |
D | errno.h | 20 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/Linux-v5.4/include/xen/interface/io/ |
D | xs_wire.h | 57 XSD_ERROR(ENOTEMPTY),
|
/Linux-v5.4/fs/minix/ |
D | namei.c | 172 int err = -ENOTEMPTY; in minix_rmdir() 214 err = -ENOTEMPTY; in minix_rename()
|
/Linux-v5.4/fs/sysv/ |
D | namei.c | 172 int err = -ENOTEMPTY; in sysv_rmdir() 219 err = -ENOTEMPTY; in sysv_rename()
|
/Linux-v5.4/arch/parisc/include/uapi/asm/ |
D | errno.h | 111 #define ENOTEMPTY 247 /* Directory not empty */ macro
|
/Linux-v5.4/arch/sparc/include/uapi/asm/ |
D | errno.h | 40 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/Linux-v5.4/arch/mips/include/uapi/asm/ |
D | errno.h | 68 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 43 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/Linux-v5.4/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 68 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 111 #define ENOTEMPTY 247 /* Directory not empty */ macro
|
/Linux-v5.4/arch/alpha/include/uapi/asm/ |
D | errno.h | 43 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 40 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/Linux-v5.4/fs/ufs/ |
D | namei.c | 230 int err= -ENOTEMPTY; in ufs_rmdir() 273 err = -ENOTEMPTY; in ufs_rename()
|
/Linux-v5.4/fs/ext2/ |
D | namei.c | 299 int err = -ENOTEMPTY; in ext2_rmdir() 352 err = -ENOTEMPTY; in ext2_rename()
|
/Linux-v5.4/fs/afs/ |
D | misc.c | 84 case UAENOTEMPTY: return -ENOTEMPTY; in afs_abort_to_error()
|
/Linux-v5.4/net/netfilter/ipset/ |
D | ip_set_hash_net.c | 62 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net4_do_data_match() 227 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net6_do_data_match()
|
D | ip_set_hash_netiface.c | 80 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface4_do_data_match() 303 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface6_do_data_match()
|
D | ip_set_hash_netnet.c | 67 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet4_do_data_match() 298 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet6_do_data_match()
|
D | ip_set_hash_netport.c | 74 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport4_do_data_match() 287 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport6_do_data_match()
|
D | ip_set_hash_ipportnet.c | 77 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet4_do_data_match() 326 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet6_do_data_match()
|
D | ip_set_hash_netportnet.c | 73 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netportnet4_do_data_match() 349 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netportnet6_do_data_match()
|
/Linux-v5.4/fs/nilfs2/ |
D | namei.c | 322 err = -ENOTEMPTY; in nilfs_rmdir() 377 err = -ENOTEMPTY; in nilfs_rename()
|
/Linux-v5.4/fs/hfs/ |
D | dir.c | 260 return -ENOTEMPTY; in hfs_remove()
|