Lines Matching defs:error
274 /* check response: verify signature, map error */
296 /* map smb to linux error */
1640 * Returns zero on a successful receive, or an error. The receive state in
1809 static inline bool is_interrupt_error(int error)
1811 switch (error) {
1821 static inline bool is_retryable_error(int error)
1823 if (is_interrupt_error(error) || error == -EAGAIN)
1828 static inline bool is_replayable_error(int error)
1830 if (error == -EAGAIN || error == -ECONNABORTED)