Searched refs:errors (Results 1 – 15 of 15) sorted by relevance
71 int errors; member161 cb->errors = 1; in end_compressed_bio_read()186 cb->errors = 1; in end_compressed_bio_read()197 if (cb->errors) { in end_compressed_bio_read()234 if (cb->errors) in end_compressed_writeback()247 if (cb->errors) in end_compressed_writeback()275 cb->errors = 1; in end_compressed_bio_write()293 !cb->errors); in end_compressed_bio_write()349 cb->errors = 0; in btrfs_submit_compressed_write()603 cb->errors = 0; in btrfs_submit_compressed_read()
293 int errors; member
970 bool errors = false; in btrfs_wait_marked_extents() local1003 errors = true; in btrfs_wait_marked_extents()1008 errors = true; in btrfs_wait_marked_extents()1012 errors = true; in btrfs_wait_marked_extents()1015 if (errors && !werr) in btrfs_wait_marked_extents()
3245 int errors = 0; in write_dev_supers() local3262 errors++; in write_dev_supers()3267 errors++; in write_dev_supers()3295 errors++; in write_dev_supers()3319 errors++; in write_dev_supers()3321 return errors < i ? 0 : -1; in write_dev_supers()
8180 dip->errors = 1; in btrfs_end_dio_bio()8193 if (dip->errors) { in btrfs_end_dio_bio()8397 dip->errors = 1; in btrfs_submit_direct_hook()
294 char *errors = args[0].from; in parse_options() local295 if (!errors || !*errors) in parse_options()297 if (!strcmp(errors, "continue")) { in parse_options()301 } else if (!strcmp(errors, "remount-ro")) { in parse_options()305 } else if (!strcmp(errors, "panic")) { in parse_options()311 errors); in parse_options()
33 if (opts->errors == FAT_ERRORS_PANIC) in __fat_fs_error()35 else if (opts->errors == FAT_ERRORS_RO && !(sb->s_flags & MS_RDONLY)) { in __fat_fs_error()
924 if (opts->errors == FAT_ERRORS_CONT) in fat_show_options()926 else if (opts->errors == FAT_ERRORS_PANIC) in fat_show_options()1067 opts->errors = FAT_ERRORS_RO; in parse_options()1174 opts->errors = FAT_ERRORS_CONT; in parse_options()1177 opts->errors = FAT_ERRORS_PANIC; in parse_options()1180 opts->errors = FAT_ERRORS_RO; in parse_options()
36 unsigned char errors; /* On error: continue, panic, remount-ro */ member
81 not cause the kernel to panic on non-fatal errors.
105 int errors = 0, sloppy = 0; in parse_options() local249 if (errors < INT_MAX) in parse_options()250 errors++; in parse_options()258 if (errors && !sloppy) in parse_options()
50 write-buffer, and check for errors.
223 a dircache filesystem or one with errors read/write
64 recompile your kernel, most of the time. The errors you get will be
405 * Fixed compile errors on 2.4.1 kernel (WD)