Lines Matching refs:error
846 * control. For example, when the device is completely stalled due to some error
1367 * which reflects the direction and size of dirty position error.
1379 * feel and care are stable dirty rate and small position error.
2392 * Return: %0 on success, negative error code otherwise
2400 int error;
2474 error = writepage(folio, wbc, data);
2476 if (unlikely(error)) {
2487 * the first error.
2489 if (error == AOP_WRITEPAGE_ACTIVATE) {
2491 error = 0;
2493 ret = error;
2499 ret = error;