Home
last modified time | relevance | path

Searched refs:ENOTEMPTY (Results 1 – 25 of 78) sorted by relevance

1234

/Linux-v6.6/net/9p/
Derror.c78 {"Directory not empty", ENOTEMPTY},
126 {"directory is not empty", ENOTEMPTY},
/Linux-v6.6/fs/sysv/
Dnamei.c174 int err = -ENOTEMPTY; in sysv_rmdir()
221 err = -ENOTEMPTY; in sysv_rename()
/Linux-v6.6/tools/include/uapi/asm-generic/
Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/Linux-v6.6/include/uapi/asm-generic/
Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/Linux-v6.6/arch/sparc/include/uapi/asm/
Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v6.6/arch/parisc/include/uapi/asm/
Derrno.h111 #define ENOTEMPTY 247 /* Directory not empty */ macro
/Linux-v6.6/arch/alpha/include/uapi/asm/
Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v6.6/tools/arch/alpha/include/uapi/asm/
Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v6.6/tools/arch/mips/include/uapi/asm/
Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/Linux-v6.6/tools/arch/parisc/include/uapi/asm/
Derrno.h111 #define ENOTEMPTY 247 /* Directory not empty */ macro
/Linux-v6.6/tools/arch/sparc/include/uapi/asm/
Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v6.6/fs/minix/
Dnamei.c165 int err = -ENOTEMPTY; in minix_rmdir()
208 err = -ENOTEMPTY; in minix_rename()
/Linux-v6.6/include/xen/interface/io/
Dxs_wire.h63 XSD_ERROR(ENOTEMPTY),
/Linux-v6.6/fs/ufs/
Dnamei.c233 int err= -ENOTEMPTY; in ufs_rmdir()
276 err = -ENOTEMPTY; in ufs_rename()
/Linux-v6.6/fs/afs/
Dmisc.c85 case UAENOTEMPTY: return -ENOTEMPTY; in afs_abort_to_error()
/Linux-v6.6/fs/ext2/
Dnamei.c304 int err = -ENOTEMPTY; in ext2_rmdir()
356 err = -ENOTEMPTY; in ext2_rename()
/Linux-v6.6/net/netfilter/ipset/
Dip_set_hash_net.c63 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net4_do_data_match()
234 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net6_do_data_match()
Dip_set_hash_netiface.c85 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface4_do_data_match()
319 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface6_do_data_match()
Dip_set_hash_netport.c75 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport4_do_data_match()
292 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport6_do_data_match()
Dip_set_hash_netnet.c71 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet4_do_data_match()
307 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet6_do_data_match()
Dip_set_hash_ipportnet.c78 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/
Dnft_set_rbtree.c447 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/
Dnamei.c324 err = -ENOTEMPTY; in nilfs_rmdir()
380 err = -ENOTEMPTY; in nilfs_rename()
/Linux-v6.6/lib/
Derrname.c121 E(ENOTEMPTY),

1234