Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 16 of 16) 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()
349 cb->errors = 0; in btrfs_submit_compressed_write()
611 cb->errors = 0; in btrfs_submit_compressed_read()
Dbtrfs_inode.h296 int errors; member
Dtransaction.c993 bool errors = false; in btrfs_wait_marked_extents() local
1026 errors = true; in btrfs_wait_marked_extents()
1031 errors = true; in btrfs_wait_marked_extents()
1035 errors = true; in btrfs_wait_marked_extents()
1038 if (errors && !werr) in btrfs_wait_marked_extents()
Ddisk-io.c3433 int errors = 0; in write_dev_supers() local
3450 errors++; in write_dev_supers()
3455 errors++; in write_dev_supers()
3483 errors++; in write_dev_supers()
3507 errors++; in write_dev_supers()
3509 return errors < i ? 0 : -1; in write_dev_supers()
Dinode.c8318 dip->errors = 1; in btrfs_end_dio_bio()
8331 if (dip->errors) { in btrfs_end_dio_bio()
8546 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.c992 if (opts->errors == FAT_ERRORS_CONT) in fat_show_options()
994 else if (opts->errors == FAT_ERRORS_PANIC) in fat_show_options()
1135 opts->errors = FAT_ERRORS_RO; in parse_options()
1249 opts->errors = FAT_ERRORS_CONT; in parse_options()
1252 opts->errors = FAT_ERRORS_PANIC; in parse_options()
1255 opts->errors = FAT_ERRORS_RO; in parse_options()
Dfat.h36 unsigned char errors; /* On error: continue, panic, remount-ro */ member
/fs/nfsd/
Dblocklayout.c245 rq->errors); in nfsd4_scsi_identify_device()
/fs/xfs/
DKconfig82 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)