/Linux-v6.1/net/9p/ |
D | error.c | 78 {"Directory not empty", ENOTEMPTY}, 126 {"directory is not empty", ENOTEMPTY},
|
/Linux-v6.1/fs/sysv/ |
D | namei.c | 175 int err = -ENOTEMPTY; in sysv_rmdir() 222 err = -ENOTEMPTY; in sysv_rename()
|
/Linux-v6.1/include/uapi/asm-generic/ |
D | errno.h | 20 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/Linux-v6.1/tools/include/uapi/asm-generic/ |
D | errno.h | 20 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/Linux-v6.1/arch/sparc/include/uapi/asm/ |
D | errno.h | 40 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/Linux-v6.1/arch/parisc/include/uapi/asm/ |
D | errno.h | 111 #define ENOTEMPTY 247 /* Directory not empty */ macro
|
/Linux-v6.1/arch/alpha/include/uapi/asm/ |
D | errno.h | 43 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/Linux-v6.1/arch/mips/include/uapi/asm/ |
D | errno.h | 68 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
/Linux-v6.1/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 68 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
/Linux-v6.1/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 43 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/Linux-v6.1/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 111 #define ENOTEMPTY 247 /* Directory not empty */ macro
|
/Linux-v6.1/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 40 #define ENOTEMPTY 66 /* Directory not empty */ macro
|
/Linux-v6.1/fs/minix/ |
D | namei.c | 175 int err = -ENOTEMPTY; in minix_rmdir() 218 err = -ENOTEMPTY; in minix_rename()
|
/Linux-v6.1/include/xen/interface/io/ |
D | xs_wire.h | 63 XSD_ERROR(ENOTEMPTY),
|
/Linux-v6.1/fs/ufs/ |
D | namei.c | 233 int err= -ENOTEMPTY; in ufs_rmdir() 276 err = -ENOTEMPTY; in ufs_rename()
|
/Linux-v6.1/net/netfilter/ |
D | nft_set_rbtree.c | 300 return -ENOTEMPTY; in __nft_rbtree_insert() 317 return -ENOTEMPTY; in __nft_rbtree_insert() 364 return -ENOTEMPTY; in __nft_rbtree_insert()
|
/Linux-v6.1/fs/afs/ |
D | misc.c | 85 case UAENOTEMPTY: return -ENOTEMPTY; in afs_abort_to_error()
|
/Linux-v6.1/net/netfilter/ipset/ |
D | ip_set_hash_net.c | 63 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net4_do_data_match() 237 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() 322 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() 297 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport6_do_data_match()
|
D | ip_set_hash_netnet.c | 68 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet4_do_data_match() 313 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() 330 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet6_do_data_match()
|
/Linux-v6.1/fs/ext2/ |
D | namei.c | 305 int err = -ENOTEMPTY; in ext2_rmdir() 363 err = -ENOTEMPTY; in ext2_rename()
|
/Linux-v6.1/lib/ |
D | errname.c | 118 E(ENOTEMPTY),
|
/Linux-v6.1/fs/nilfs2/ |
D | namei.c | 324 err = -ENOTEMPTY; in nilfs_rmdir() 380 err = -ENOTEMPTY; in nilfs_rename()
|