Home
last modified time | relevance | path

Searched refs:EUCLEAN (Results 1 – 19 of 19) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify22.c37 #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */
74 if (ret != -1 && errno != EUCLEAN) in tcase2_trigger_lookup()
76 ret, BAD_DIR, errno, EUCLEAN); in tcase2_trigger_lookup()
/third_party/boost/boost/system/
Dlinux_error.hpp88 unclean = EUCLEAN
/third_party/musl/arch/generic/bits/
Derrno.h118 #define EUCLEAN 117 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h118 #define EUCLEAN 117 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h119 #define EUCLEAN 117 macro
/third_party/lwip/src/include/lwip/
Derrno.h168 #define EUCLEAN 117 /* Structure needs cleaning */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h108 #define EUCLEAN 135 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h119 #define EUCLEAN 117 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h108 #define EUCLEAN 135 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h118 #define EUCLEAN 117 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h119 #define EUCLEAN 117 macro
/third_party/musl/arch/mips/bits/
Derrno.h108 #define EUCLEAN 135 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h118 #define EUCLEAN 117 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h119 #define EUCLEAN 117 macro
/third_party/ltp/lib/
Derrnos.h150 PAIR(EUCLEAN) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c125 #ifdef EUCLEAN in errno_exec()
126 add_errcode("EUCLEAN", EUCLEAN, "Structure needs cleaning"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst611 .. data:: EUCLEAN
/third_party/ffmpeg/doc/
Derrno.txt153 EUCLEAN +..... Structure needs cleaning
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1276 #ifdef EUCLEAN
1277 case EUCLEAN: return "structure needs cleaning";