Home
last modified time | relevance | path

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

1234

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h185 #ifndef ENOTEMPTY
186 #define ENOTEMPTY 39 macro
H A Dyaffs_error.c33 { ENOTEMPTY, "ENOTEMPTY"},
/openbmc/linux/net/9p/
H A Derror.c78 {"Directory not empty", ENOTEMPTY},
126 {"directory is not empty", ENOTEMPTY},
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h109 #define ENOTEMPTY 247 /* Directory not empty */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h109 #define ENOTEMPTY 247 /* Directory not empty */ macro
/openbmc/linux/fs/sysv/
H A Dnamei.c174 int err = -ENOTEMPTY; in sysv_rmdir()
221 err = -ENOTEMPTY; in sysv_rename()
/openbmc/qemu/include/hw/xen/interface/io/
H A Dxs_wire.h71 XSD_ERROR(ENOTEMPTY),
/openbmc/linux/include/xen/interface/io/
H A Dxs_wire.h63 XSD_ERROR(ENOTEMPTY),
/openbmc/linux/fs/minix/
H A Dnamei.c165 int err = -ENOTEMPTY; in minix_rmdir()
208 err = -ENOTEMPTY; in minix_rename()
/openbmc/u-boot/include/linux/
H A Derrno.h45 #define ENOTEMPTY 39 /* Directory not empty */ macro
/openbmc/linux/fs/ufs/
H A Dnamei.c233 int err= -ENOTEMPTY; in ufs_rmdir()
276 err = -ENOTEMPTY; in ufs_rename()
/openbmc/linux/fs/afs/
H A Dmisc.c85 case UAENOTEMPTY: return -ENOTEMPTY; in afs_abort_to_error()
/openbmc/qemu/hw/9pfs/
H A D9p-util.h76 } else if (err == ENOTEMPTY) { in errno_to_dotl()
/openbmc/linux/fs/ext2/
H A Dnamei.c304 int err = -ENOTEMPTY; in ext2_rmdir()
356 err = -ENOTEMPTY; in ext2_rename()
/openbmc/linux/net/netfilter/ipset/
H A 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()
/openbmc/u-boot/lib/
H A Derrno_str.c53 ERRNO_MSG(ENOTEMPTY, "Directory not empty"),
/openbmc/linux/net/netfilter/
H A Dnft_set_rbtree.c447 return -ENOTEMPTY; in __nft_rbtree_insert()
454 return -ENOTEMPTY; in __nft_rbtree_insert()
461 return -ENOTEMPTY; in __nft_rbtree_insert()

1234