Lines Matching defs:error
16 * - Make the file system notice the error through ordinary operations
107 int error;
116 .error = ESHUTDOWN,
123 .error = EFSCORRUPTED,
127 .name = "Multiple error submission",
130 .error = EFSCORRUPTED,
134 .name = "Multiple error submission 2",
137 .error = EFSCORRUPTED,
186 if (info_error->error != ex->error) {
187 tst_res(TFAIL, "%s: Unexpected error code value (%d!=%d)",
188 ex->name, info_error->error, ex->error);
233 tst_res(TFAIL, "Generic error record not found");
265 /* Unmount and mount the filesystem to get it out of the error state */