Searched refs:ESTALE (Results 1 – 7 of 7) sorted by relevance
35 if (e.code().value() == ESTALE) in loopWithBus()
124 #define ESTALE 116 /* Stale file handle */ macro
130 ERRNO_MSG(ESTALE, "Stale NFS file handle"),
12 This will cause an ESTALE error. Making rpm tool ignore this error
132 E(ESTALE)
1131 if e.errno in [errno.ESTALE]:1941 if e.errno in [errno.ESTALE]:
176 if (r == -ESTALE) {