Home
last modified time | relevance | path

Searched refs:BIO_DONE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dbio.h60 #define BIO_DONE 0x02 /* This bio is finished. */ macro
/f-stack/freebsd/kern/
H A Dvfs_bio.c4362 bp->bio_flags |= BIO_DONE; in biodone()
4379 while ((bp->bio_flags & BIO_DONE) == 0) in biowait()