Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 15 of 15) sorted by relevance

/fs/btrfs/
Dcompression.c71 int errors; member
161 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()
Dbtrfs_inode.h293 int errors; member
Dtransaction.c970 bool errors = false; in btrfs_wait_marked_extents() local
1003 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()
Ddisk-io.c3245 int errors = 0; in write_dev_supers() local
3262 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()
Dinode.c8180 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()
/fs/jfs/
Dsuper.c294 char *errors = args[0].from; in parse_options() local
295 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()
/fs/fat/
Dmisc.c33 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()
Dinode.c924 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()
Dfat.h36 unsigned char errors; /* On error: continue, panic, remount-ro */ member
/fs/xfs/
DKconfig81 not cause the kernel to panic on non-fatal errors.
/fs/ntfs/
Dsuper.c105 int errors = 0, sloppy = 0; in parse_options() local
249 if (errors < INT_MAX) in parse_options()
250 errors++; in parse_options()
258 if (errors && !sloppy) in parse_options()
/fs/jffs2/
DKconfig50 write-buffer, and check for errors.
/fs/affs/
DChanges223 a dircache filesystem or one with errors read/write
/fs/reiserfs/
DREADME64 recompile your kernel, most of the time. The errors you get will be
/fs/befs/
DChangeLog405 * Fixed compile errors on 2.4.1 kernel (WD)