| /Linux-v6.6/net/9p/ |
| D | error.c | 78 {"Directory not empty", ENOTEMPTY}, 126 {"directory is not empty", ENOTEMPTY},
|
| /Linux-v6.6/fs/sysv/ |
| D | namei.c | 174 int err = -ENOTEMPTY; in sysv_rmdir() 221 err = -ENOTEMPTY; in sysv_rename()
|
| /Linux-v6.6/tools/include/uapi/asm-generic/ |
| D | errno.h | 20 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
| /Linux-v6.6/include/uapi/asm-generic/ |
| D | errno.h | 20 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
| /Linux-v6.6/arch/mips/include/uapi/asm/ |
| D | errno.h | 68 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
| /Linux-v6.6/arch/sparc/include/uapi/asm/ |
| D | errno.h | 40 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
| /Linux-v6.6/arch/parisc/include/uapi/asm/ |
| D | errno.h | 111 #define ENOTEMPTY 247 /* Directory not empty */ macro
|
| /Linux-v6.6/arch/alpha/include/uapi/asm/ |
| D | errno.h | 43 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
| /Linux-v6.6/tools/arch/alpha/include/uapi/asm/ |
| D | errno.h | 43 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
| /Linux-v6.6/tools/arch/mips/include/uapi/asm/ |
| D | errno.h | 68 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
| /Linux-v6.6/tools/arch/parisc/include/uapi/asm/ |
| D | errno.h | 111 #define ENOTEMPTY 247 /* Directory not empty */ macro
|
| /Linux-v6.6/tools/arch/sparc/include/uapi/asm/ |
| D | errno.h | 40 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
| /Linux-v6.6/fs/minix/ |
| D | namei.c | 165 int err = -ENOTEMPTY; in minix_rmdir() 208 err = -ENOTEMPTY; in minix_rename()
|
| /Linux-v6.6/include/xen/interface/io/ |
| D | xs_wire.h | 63 XSD_ERROR(ENOTEMPTY),
|
| /Linux-v6.6/fs/ufs/ |
| D | namei.c | 233 int err= -ENOTEMPTY; in ufs_rmdir() 276 err = -ENOTEMPTY; in ufs_rename()
|
| /Linux-v6.6/fs/afs/ |
| D | misc.c | 85 case UAENOTEMPTY: return -ENOTEMPTY; in afs_abort_to_error()
|
| /Linux-v6.6/fs/ext2/ |
| D | namei.c | 304 int err = -ENOTEMPTY; in ext2_rmdir() 356 err = -ENOTEMPTY; in ext2_rename()
|
| /Linux-v6.6/net/netfilter/ipset/ |
| D | ip_set_hash_net.c | 63 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net4_do_data_match() 234 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net6_do_data_match()
|
| D | ip_set_hash_netiface.c | 85 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface4_do_data_match() 319 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface6_do_data_match()
|
| D | ip_set_hash_netport.c | 75 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport4_do_data_match() 292 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport6_do_data_match()
|
| D | ip_set_hash_netnet.c | 71 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet4_do_data_match() 307 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet6_do_data_match()
|
| D | ip_set_hash_ipportnet.c | 78 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet4_do_data_match() 333 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet6_do_data_match()
|
| /Linux-v6.6/net/netfilter/ |
| D | nft_set_rbtree.c | 447 return -ENOTEMPTY; in __nft_rbtree_insert() 454 return -ENOTEMPTY; in __nft_rbtree_insert() 461 return -ENOTEMPTY; in __nft_rbtree_insert()
|
| /Linux-v6.6/fs/nilfs2/ |
| D | namei.c | 324 err = -ENOTEMPTY; in nilfs_rmdir() 380 err = -ENOTEMPTY; in nilfs_rename()
|
| /Linux-v6.6/lib/ |
| D | errname.c | 121 E(ENOTEMPTY),
|