Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyportenv.h185 #ifndef ENOTEMPTY
186 #define ENOTEMPTY 39 macro
H A Dyaffs_error.c33 { ENOTEMPTY, "ENOTEMPTY"},
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Derrno.h288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953 macro
H A D__errc39 directory_not_empty, // ENOTEMPTY
136 directory_not_empty = ENOTEMPTY,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Derrno.h288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953 macro
H A D__errc39 directory_not_empty, // ENOTEMPTY
136 directory_not_empty = ENOTEMPTY,
/OK3568_Linux_fs/kernel/net/9p/
H A Derror.c80 {"Directory not empty", ENOTEMPTY},
128 {"directory is not empty", ENOTEMPTY},
/OK3568_Linux_fs/kernel/fs/sysv/
H A Dnamei.c172 int err = -ENOTEMPTY; in sysv_rmdir()
219 err = -ENOTEMPTY; in sysv_rename()
/OK3568_Linux_fs/kernel/fs/minix/
H A Dnamei.c172 int err = -ENOTEMPTY; in minix_rmdir()
214 err = -ENOTEMPTY; in minix_rename()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dxs_wire.h57 XSD_ERROR(ENOTEMPTY),
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dnamei.c230 int err= -ENOTEMPTY; in ufs_rmdir()
273 err = -ENOTEMPTY; in ufs_rename()
/OK3568_Linux_fs/kernel/tools/arch/sparc/include/uapi/asm/
H A Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Derrno.h40 #define ENOTEMPTY 66 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/
H A Derrno.h111 #define ENOTEMPTY 247 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/
H A Derrno.h43 #define ENOTEMPTY 66 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/
H A Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Derrno.h111 #define ENOTEMPTY 247 /* Directory not empty */ macro
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_rbtree.c299 return -ENOTEMPTY; in __nft_rbtree_insert()
316 return -ENOTEMPTY; in __nft_rbtree_insert()
363 return -ENOTEMPTY; in __nft_rbtree_insert()
/OK3568_Linux_fs/u-boot/include/linux/
H A Derrno.h45 #define ENOTEMPTY 39 /* Directory not empty */ macro

123456