Searched refs:io_error (Results 1 - 12 of 12) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dvfat.c414 int *io_error)
423 *io_error = 0;
429 *io_error = error;
494 int *io_error)
499 *io_error = 0;
506 direntry, cache, 0, io_error);
599 int io_error; local
625 dce = vfat_lookup_loop_for_read(cp, direntry, cache, &io_error);
627 if (io_error)
662 int io_error; local
410 vfat_lookup_loop_common(doscp_t *cp, direntry_t *direntry, dirCache_t *cache, int lookForFreeSpace, int *io_error) argument
491 vfat_lookup_loop_for_read(doscp_t *cp, direntry_t *direntry, dirCache_t *cache, int *io_error) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c822 goto io_error;
857 goto io_error;
892 goto io_error;
961 io_error:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dfile.c1846 goto io_error;
1860 io_error:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddirect-io.c132 int io_error; /* IO error in completion path */ member in struct:dio
256 ret = dio->io_error;
421 dio->io_error = -EIO;
442 * errors are propagated through dio->io_error and should be propagated via
981 dio->io_error = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dballoc.c377 goto io_error;
388 goto io_error;
415 goto io_error;
426 goto io_error;
439 goto io_error;
470 goto io_error;
518 io_error:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dballoc.c1476 goto io_error;
1492 goto io_error;
1515 goto io_error;
1528 goto io_error;
1649 io_error:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dballoc.c1492 goto io_error;
1506 goto io_error;
1529 goto io_error;
1542 goto io_error;
1663 io_error:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Drunlist.c795 goto io_error;
831 goto io_error;
866 goto io_error;
939 io_error:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dstree.c671 goto io_error;
673 io_error:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dfile.c69 goto io_error;
77 goto io_error;
93 io_error:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c135 bh->b_end_io(bh, !ioend->io_error);
137 if (unlikely(ioend->io_error))
138 vn_ioerror(ioend->io_vnode, ioend->io_error, __FILE__,__LINE__);
163 if (unlikely(ioend->io_error))
226 if (likely(!ioend->io_error)) {
267 ioend->io_error = 0;
330 ioend->io_error = test_bit(BIO_UPTODATE, &bio->bi_flags) ? 0 : error;
H A Dxfs_aops.h33 int io_error; /* I/O error code */ member in struct:xfs_ioend

Completed in 234 milliseconds