Home
last modified time | relevance | path

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

/fs/btrfs/
Dcompression.c72 int errors; member
168 cb->errors = 1; in end_compressed_bio_read()
192 cb->errors = 1; in end_compressed_bio_read()
203 if (cb->errors) { in end_compressed_bio_read()
278 cb->errors = 1; in end_compressed_bio_write()
351 cb->errors = 0; in btrfs_submit_compressed_write()
604 cb->errors = 0; in btrfs_submit_compressed_read()
Ddisk-io.c3000 int errors = 0; in write_dev_supers() local
3016 errors++; in write_dev_supers()
3021 errors++; in write_dev_supers()
3048 errors++; in write_dev_supers()
3069 errors++; in write_dev_supers()
3071 return errors < i ? 0 : -1; in write_dev_supers()
Dinode.c6933 int errors; member
7067 dip->errors = 1; in btrfs_end_dio_bio()
7080 if (dip->errors) { in btrfs_end_dio_bio()
7245 dip->errors = 1; in btrfs_submit_direct_hook()
7297 dip->errors = 0; in btrfs_submit_direct()
/fs/jfs/
Dsuper.c284 char *errors = args[0].from; in parse_options() local
285 if (!errors || !*errors) in parse_options()
287 if (!strcmp(errors, "continue")) { in parse_options()
291 } else if (!strcmp(errors, "remount-ro")) { in parse_options()
295 } else if (!strcmp(errors, "panic")) { in parse_options()
301 errors); in parse_options()
/fs/fat/
Dmisc.c37 if (opts->errors == FAT_ERRORS_PANIC) in __fat_fs_error()
39 else if (opts->errors == FAT_ERRORS_RO && !(sb->s_flags & MS_RDONLY)) { in __fat_fs_error()
Dinode.c841 if (opts->errors == FAT_ERRORS_CONT) in fat_show_options()
843 else if (opts->errors == FAT_ERRORS_PANIC) in fat_show_options()
981 opts->errors = FAT_ERRORS_RO; in parse_options()
1088 opts->errors = FAT_ERRORS_CONT; in parse_options()
1091 opts->errors = FAT_ERRORS_PANIC; in parse_options()
1094 opts->errors = FAT_ERRORS_RO; in parse_options()
Dfat.h39 unsigned char errors; /* On error: continue, panic, remount-ro */ member
/fs/cifs/
DCHANGES97 This reduces the number of EAGAIN errors returned by TCP/IP in
135 Enable experimental Kerberos support. Return writebehind errors on flush
304 (this reduces the EBADF bad file handle errors that can be logged under heavy
684 Fix errors in reconnecting after TCP session failure. Fix module unloading
696 and on revalidate errors. Fix cases where pid is now tgid. Fix return code
713 Retry on ENOSPC and EAGAIN socket errors.
758 which recently started returning errors due to
773 Fix errors displayed on failed mounts to be more understandable.
781 of openfile linked list. Allow writebehind caching errors to
/fs/xfs/
DKconfig80 not cause the kernel to panic on non-fatal errors.
/fs/jffs2/
DKconfig50 write-buffer, and check for errors.
/fs/ntfs/
Dsuper.c104 int errors = 0, sloppy = 0; in parse_options() local
248 if (errors < INT_MAX) in parse_options()
249 errors++; in parse_options()
257 if (errors && !sloppy) in parse_options()
/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)