Home | History | Annotate | Download | only in kern

Lines Matching refs:b_oflags

707 	if (!ISSET(bp->b_oflags, (BO_DONE | BO_DELWRI))) {
887 wasdelayed = ISSET(bp->b_oflags, BO_DELWRI);
892 CLR(bp->b_oflags, BO_DONE | BO_DELWRI);
900 CLR(bp->b_oflags, BO_DONE | BO_DELWRI);
982 if (!ISSET(bp->b_oflags, BO_DELWRI)) {
985 SET(bp->b_oflags, BO_DELWRI);
995 CLR(bp->b_oflags, BO_DONE);
1046 if (!ISSET(bp->b_oflags, BO_DELWRI))
1100 CLR(bp->b_oflags, BO_DONE|BO_DELWRI);
1230 if (ISSET(bp->b_oflags, BO_DONE|BO_DELWRI) &&
1420 KASSERT(!ISSET(bp->b_oflags, BO_DELWRI));
1424 !ISSET(bp->b_oflags, BO_DELWRI))
1483 if (ISSET(bp->b_oflags, BO_DELWRI)) {
1504 bp->b_oflags = 0;
1546 if (ISSET(bp->b_oflags, BO_DELWRI)) {
1621 (uintptr_t)bp, bp->b_oflags,
1624 while (!ISSET(bp->b_oflags, BO_DONE | BO_DELWRI)) {
1661 KASSERT(!ISSET(bp->b_oflags, BO_DONE));
1692 if (ISSET(bp->b_oflags, BO_DONE))
1695 SET(bp->b_oflags, BO_DONE);
1759 o->b_flags = i->b_flags | i->b_cflags | i->b_oflags;
2169 bp->b_oflags = 0;