Home
last modified time | relevance | path

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

1234

/Linux-v6.1/net/9p/
Derror.c78 {"Directory not empty", ENOTEMPTY},
126 {"directory is not empty", ENOTEMPTY},
/Linux-v6.1/fs/sysv/
Dnamei.c175 int err = -ENOTEMPTY; in sysv_rmdir()
222 err = -ENOTEMPTY; in sysv_rename()
/Linux-v6.1/include/uapi/asm-generic/
Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/Linux-v6.1/tools/include/uapi/asm-generic/
Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/Linux-v6.1/arch/sparc/include/uapi/asm/
Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v6.1/arch/parisc/include/uapi/asm/
Derrno.h111 #define ENOTEMPTY 247 /* Directory not empty */ macro
/Linux-v6.1/arch/alpha/include/uapi/asm/
Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v6.1/arch/mips/include/uapi/asm/
Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/Linux-v6.1/tools/arch/mips/include/uapi/asm/
Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/Linux-v6.1/tools/arch/alpha/include/uapi/asm/
Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v6.1/tools/arch/parisc/include/uapi/asm/
Derrno.h111 #define ENOTEMPTY 247 /* Directory not empty */ macro
/Linux-v6.1/tools/arch/sparc/include/uapi/asm/
Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v6.1/fs/minix/
Dnamei.c175 int err = -ENOTEMPTY; in minix_rmdir()
218 err = -ENOTEMPTY; in minix_rename()
/Linux-v6.1/include/xen/interface/io/
Dxs_wire.h63 XSD_ERROR(ENOTEMPTY),
/Linux-v6.1/fs/ufs/
Dnamei.c233 int err= -ENOTEMPTY; in ufs_rmdir()
276 err = -ENOTEMPTY; in ufs_rename()
/Linux-v6.1/net/netfilter/
Dnft_set_rbtree.c300 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/
Dmisc.c85 case UAENOTEMPTY: return -ENOTEMPTY; in afs_abort_to_error()
/Linux-v6.1/net/netfilter/ipset/
Dip_set_hash_net.c63 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net4_do_data_match()
237 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()
322 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()
297 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport6_do_data_match()
Dip_set_hash_netnet.c68 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet4_do_data_match()
313 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()
330 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet6_do_data_match()
/Linux-v6.1/fs/ext2/
Dnamei.c305 int err = -ENOTEMPTY; in ext2_rmdir()
363 err = -ENOTEMPTY; in ext2_rename()
/Linux-v6.1/lib/
Derrname.c118 E(ENOTEMPTY),
/Linux-v6.1/fs/nilfs2/
Dnamei.c324 err = -ENOTEMPTY; in nilfs_rmdir()
380 err = -ENOTEMPTY; in nilfs_rename()

1234