Lines Matching defs:error
39 * - error handling
467 #error "how many bits you are?!"
2632 * This could return negative error code if something goes wrong
2639 * super careful before messing with the error path handling via "goto
3047 seq_printf(seq, "#%-5u: I/O error\n", group);
3983 * Returns 0 if success or error code
4033 /* File system mounted not to panic on error
5659 * current function is only called due to an error or due to
6238 * And error from above mean ac->ac_status != AC_STATUS_FOUND
7157 int error;
7159 error = ext4_mb_load_buddy(sb, group, &e4b);
7160 if (error)
7161 return error;
7177 error = formatter(sb, group, start, next - start, priv);
7178 if (error)
7189 return error;