Searched refs:ENOTEMPTY (Results 1 - 25 of 80) sorted by relevance

1234

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/linux-master/include/xen/interface/io/
H A Dxs_wire.h63 XSD_ERROR(ENOTEMPTY),
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h109 #define ENOTEMPTY 247 /* Directory not empty */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h109 #define ENOTEMPTY 247 /* Directory not empty */ macro
/linux-master/net/9p/
H A Derror.c78 {"Directory not empty", ENOTEMPTY},
126 {"directory is not empty", ENOTEMPTY},
/linux-master/fs/sysv/
H A Dnamei.c174 int err = -ENOTEMPTY;
221 err = -ENOTEMPTY;
/linux-master/fs/minix/
H A Dnamei.c164 int err = -ENOTEMPTY;
207 err = -ENOTEMPTY;
/linux-master/fs/afs/
H A Dmisc.c85 case UAENOTEMPTY: return -ENOTEMPTY;
/linux-master/fs/ufs/
H A Dnamei.c233 int err= -ENOTEMPTY;
276 err = -ENOTEMPTY;
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_net.c63 return elem->nomatch ? -ENOTEMPTY : 1;
234 return elem->nomatch ? -ENOTEMPTY : 1;
H A Dip_set_hash_ipportnet.c78 return elem->nomatch ? -ENOTEMPTY : 1;
333 return elem->nomatch ? -ENOTEMPTY : 1;
H A Dip_set_hash_netport.c75 return elem->nomatch ? -ENOTEMPTY : 1;
292 return elem->nomatch ? -ENOTEMPTY : 1;
H A Dip_set_hash_netnet.c71 return elem->nomatch ? -ENOTEMPTY : 1;
307 return elem->nomatch ? -ENOTEMPTY : 1;
H A Dip_set_hash_netportnet.c75 return elem->nomatch ? -ENOTEMPTY : 1;
367 return elem->nomatch ? -ENOTEMPTY : 1;
/linux-master/fs/ext2/
H A Dnamei.c304 int err = -ENOTEMPTY;
357 err = -ENOTEMPTY;
/linux-master/fs/bcachefs/
H A Derrcode.h117 x(ENOTEMPTY, ENOTEMPTY_dir_not_empty) \
118 x(ENOTEMPTY, ENOTEMPTY_subvol_not_empty) \
/linux-master/lib/
H A Derrname.c118 E(ENOTEMPTY),
/linux-master/fs/nilfs2/
H A Dnamei.c325 err = -ENOTEMPTY;
381 err = -ENOTEMPTY;

Completed in 342 milliseconds

1234