Lines Matching refs:bio_error
932 bp->bio_error == EOPNOTSUPP) in g_mirror_regular_request_error()
938 bp->bio_error); in g_mirror_regular_request_error()
941 bp->bio_error); in g_mirror_regular_request_error()
945 if (bp->bio_error == ENXIO && in g_mirror_regular_request_error()
948 else if (bp->bio_error == ENXIO) in g_mirror_regular_request_error()
981 bp->bio_error); in g_mirror_regular_request()
985 bp->bio_error); in g_mirror_regular_request()
989 bp->bio_error); in g_mirror_regular_request()
993 bp->bio_error); in g_mirror_regular_request()
997 bp->bio_error); in g_mirror_regular_request()
1005 if (bp->bio_error == 0 && pbp->bio_error == 0) { in g_mirror_regular_request()
1017 g_io_deliver(pbp, pbp->bio_error); in g_mirror_regular_request()
1020 } else if (bp->bio_error != 0) { in g_mirror_regular_request()
1021 if (pbp->bio_error == 0) in g_mirror_regular_request()
1022 pbp->bio_error = bp->bio_error; in g_mirror_regular_request()
1052 g_io_deliver(pbp, pbp->bio_error); in g_mirror_regular_request()
1054 pbp->bio_error = 0; in g_mirror_regular_request()
1075 pbp->bio_error = 0; in g_mirror_regular_request()
1083 g_io_deliver(pbp, pbp->bio_error); in g_mirror_regular_request()
1399 bp->bio_error); in g_mirror_sync_request()
1401 if (bp->bio_error != 0) { in g_mirror_sync_request()
1404 bp->bio_error); in g_mirror_sync_request()
1437 bp->bio_error); in g_mirror_sync_request()
1439 if (bp->bio_error != 0) { in g_mirror_sync_request()
1442 bp->bio_error); in g_mirror_sync_request()
1519 if (bp->bio_error == 0) in g_mirror_request_prefer()
1520 bp->bio_error = ENXIO; in g_mirror_request_prefer()
1521 g_io_deliver(bp, bp->bio_error); in g_mirror_request_prefer()
1526 if (bp->bio_error == 0) in g_mirror_request_prefer()
1527 bp->bio_error = ENOMEM; in g_mirror_request_prefer()
1528 g_io_deliver(bp, bp->bio_error); in g_mirror_request_prefer()
1554 if (bp->bio_error == 0) in g_mirror_request_round_robin()
1555 bp->bio_error = ENXIO; in g_mirror_request_round_robin()
1556 g_io_deliver(bp, bp->bio_error); in g_mirror_request_round_robin()
1561 if (bp->bio_error == 0) in g_mirror_request_round_robin()
1562 bp->bio_error = ENOMEM; in g_mirror_request_round_robin()
1563 g_io_deliver(bp, bp->bio_error); in g_mirror_request_round_robin()
1614 if (bp->bio_error == 0) in g_mirror_request_load()
1615 bp->bio_error = ENOMEM; in g_mirror_request_load()
1616 g_io_deliver(bp, bp->bio_error); in g_mirror_request_load()
1677 if (bp->bio_error == 0) in g_mirror_request_split()
1678 bp->bio_error = ENOMEM; in g_mirror_request_split()
1679 g_io_deliver(bp, bp->bio_error); in g_mirror_request_split()
1796 if (bp->bio_error == 0) in g_mirror_register_request()
1797 bp->bio_error = ENOMEM; in g_mirror_register_request()
1798 g_io_deliver(bp, bp->bio_error); in g_mirror_register_request()
1843 if (bp->bio_error == 0) in g_mirror_register_request()
1844 bp->bio_error = ENOMEM; in g_mirror_register_request()
1845 g_io_deliver(bp, bp->bio_error); in g_mirror_register_request()