Searched refs:ESTALE (Results 1 – 2 of 2) sorted by relevance
/include/uapi/asm-generic/ | ||
D | errno.h | 98 #define ESTALE 116 /* Stale file handle */ macro |
/include/linux/ | ||
D | namei.h | 115 return error == -ESTALE && !(flags & LOOKUP_REVAL); in retry_estale() |