Home
last modified time | relevance | path

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

/fs/nfs/
Dsuper.c937 int rc, sloppy = 0, errors = 0; in nfs_parse_mount_options() local
1053 errors++; in nfs_parse_mount_options()
1060 errors++; in nfs_parse_mount_options()
1067 errors++; in nfs_parse_mount_options()
1074 errors++; in nfs_parse_mount_options()
1081 errors++; in nfs_parse_mount_options()
1088 errors++; in nfs_parse_mount_options()
1095 errors++; in nfs_parse_mount_options()
1102 errors++; in nfs_parse_mount_options()
1109 errors++; in nfs_parse_mount_options()
[all …]
/fs/btrfs/
Dcompression.c70 int errors; member
175 cb->errors = 1; in end_compressed_bio_read()
199 cb->errors = 1; in end_compressed_bio_read()
210 if (cb->errors) { in end_compressed_bio_read()
286 cb->errors = 1; in end_compressed_bio_write()
356 cb->errors = 0; in btrfs_submit_compressed_write()
606 cb->errors = 0; in btrfs_submit_compressed_read()
Ddisk-io.c2016 int errors = 0; in write_dev_supers() local
2088 errors++; in write_dev_supers()
2090 errors++; in write_dev_supers()
2095 return errors < i ? 0 : -1; in write_dev_supers()
/fs/jfs/
Dsuper.c280 char *errors = args[0].from; in parse_options() local
281 if (!errors || !*errors) in parse_options()
283 if (!strcmp(errors, "continue")) { in parse_options()
287 } else if (!strcmp(errors, "remount-ro")) { in parse_options()
291 } else if (!strcmp(errors, "panic")) { in parse_options()
298 errors); in parse_options()
/fs/fat/
Dmisc.c35 if (opts->errors == FAT_ERRORS_PANIC) in fat_fs_error()
37 else if (opts->errors == FAT_ERRORS_RO && !(s->s_flags & MS_RDONLY)) { in fat_fs_error()
Dinode.c833 if (opts->errors == FAT_ERRORS_CONT) in fat_show_options()
835 else if (opts->errors == FAT_ERRORS_PANIC) in fat_show_options()
960 opts->errors = FAT_ERRORS_RO; in parse_options()
1054 opts->errors = FAT_ERRORS_CONT; in parse_options()
1057 opts->errors = FAT_ERRORS_PANIC; in parse_options()
1060 opts->errors = FAT_ERRORS_RO; in parse_options()
Dfat.h33 unsigned char errors; /* On error: continue, panic, remount-ro */ member
/fs/cifs/
DCHANGES33 This reduces the number of EAGAIN errors returned by TCP/IP in
71 Enable experimental Kerberos support. Return writebehind errors on flush
240 (this reduces the EBADF bad file handle errors that can be logged under heavy
620 Fix errors in reconnecting after TCP session failure. Fix module unloading
632 and on revalidate errors. Fix cases where pid is now tgid. Fix return code
649 Retry on ENOSPC and EAGAIN socket errors.
694 which recently started returning errors due to
709 Fix errors displayed on failed mounts to be more understandable.
717 of openfile linked list. Allow writebehind caching errors to
/fs/jffs2/
DKconfig50 write-buffer, and check for errors.
/fs/ntfs/
Dsuper.c103 int errors = 0, sloppy = 0; in parse_options() local
224 if (errors < INT_MAX) in parse_options()
225 errors++; in parse_options()
233 if (errors && !sloppy) in parse_options()
DChangeLog216 Giuseppe Bilotta and Horst von Brand for pointing out the errors of
429 - Rewrite handling of multi sector transfer errors. We now do not set
430 PageError() when such errors are detected in the async i/o handler
433 use it and act appropriately. This has the effect of making errors
485 include errors.
487 runlist.h and fix resulting include errors.
790 when unmounting or remounting read-only. If any volume errors are
1004 - Add errors flag to the ntfs volume state, accessed via
1006 - Do not allow read-write remounts of read-only volumes with errors.
1468 - Update errors mount option.
/fs/reiserfs/
DREADME64 recompile your kernel, most of the time. The errors you get will be
/fs/affs/
DChanges223 a dircache filesystem or one with errors read/write
/fs/befs/
DChangeLog405 * Fixed compile errors on 2.4.1 kernel (WD)