Searched refs:BIO_DONE (Results 1 – 10 of 10) sorted by relevance
142 inline int BIO_DONE = 0x02; variable143 #pragma D binding "1.13" BIO_DONE256 flag == BIO_DONE ? "DONE" :
57 #define BIO_DONE 0x02 /* This bio is finished. */ macro
63 append_bio_flag[this->b_flags, BIO_DONE];
728 bp->bio_flags &= ~BIO_DONE; in g_union_ctl_commit()737 bp->bio_flags &= ~BIO_DONE; in g_union_ctl_commit()
440 bp->bio_flags |= BIO_DONE; in ps3disk_intr()
750 bp->bio_flags |= BIO_DONE; in fdc_biodone()1306 } while (!(bp->bio_flags & BIO_DONE)); in fdmisccmd()
1002 bp->bio_flags |= BIO_DONE; in g_raid_tr_kerneldump_common_done()1026 while (!(bp.bio_flags & BIO_DONE)) { in g_raid_tr_kerneldump_common()
1623 if (bp->bio_flags & BIO_DONE) { in db_print_bio_flags()
4504 bp->bio_flags |= BIO_DONE; in biodone()4521 while ((bp->bio_flags & BIO_DONE) == 0) in biowait()
1224 fbp->bio_flags &= ~(BIO_DONE | BIO_ERROR); in g_raid3_gather()