Home
last modified time | relevance | path

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

123

/Linux-v5.4/net/9p/
Derror.c80 {"Directory not empty", ENOTEMPTY},
128 {"directory is not empty", ENOTEMPTY},
/Linux-v5.4/include/uapi/asm-generic/
Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/Linux-v5.4/include/xen/interface/io/
Dxs_wire.h57 XSD_ERROR(ENOTEMPTY),
/Linux-v5.4/fs/minix/
Dnamei.c172 int err = -ENOTEMPTY; in minix_rmdir()
214 err = -ENOTEMPTY; in minix_rename()
/Linux-v5.4/fs/sysv/
Dnamei.c172 int err = -ENOTEMPTY; in sysv_rmdir()
219 err = -ENOTEMPTY; in sysv_rename()
/Linux-v5.4/arch/parisc/include/uapi/asm/
Derrno.h111 #define ENOTEMPTY 247 /* Directory not empty */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/
Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v5.4/tools/arch/mips/include/uapi/asm/
Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/
Derrno.h111 #define ENOTEMPTY 247 /* Directory not empty */ macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/
Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/Linux-v5.4/fs/ufs/
Dnamei.c230 int err= -ENOTEMPTY; in ufs_rmdir()
273 err = -ENOTEMPTY; in ufs_rename()
/Linux-v5.4/fs/ext2/
Dnamei.c299 int err = -ENOTEMPTY; in ext2_rmdir()
352 err = -ENOTEMPTY; in ext2_rename()
/Linux-v5.4/fs/afs/
Dmisc.c84 case UAENOTEMPTY: return -ENOTEMPTY; in afs_abort_to_error()
/Linux-v5.4/net/netfilter/ipset/
Dip_set_hash_net.c62 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net4_do_data_match()
227 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net6_do_data_match()
Dip_set_hash_netiface.c80 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface4_do_data_match()
303 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface6_do_data_match()
Dip_set_hash_netnet.c67 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet4_do_data_match()
298 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet6_do_data_match()
Dip_set_hash_netport.c74 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport4_do_data_match()
287 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport6_do_data_match()
Dip_set_hash_ipportnet.c77 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet4_do_data_match()
326 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet6_do_data_match()
Dip_set_hash_netportnet.c73 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/
Dnamei.c322 err = -ENOTEMPTY; in nilfs_rmdir()
377 err = -ENOTEMPTY; in nilfs_rename()
/Linux-v5.4/fs/hfs/
Ddir.c260 return -ENOTEMPTY; in hfs_remove()

123