| /src/sys/arch/vax/vax/ |
| crl.c | 156 bp->b_oflags &= ~(BO_DONE); 160 bp->b_oflags &= ~(BO_DONE); 166 while ((bp->b_oflags & BO_DONE) == 0) 238 bp->b_oflags |= BO_DONE; 261 bp->b_oflags |= BO_DONE; 273 bp->b_oflags |= BO_DONE;
|
| cfl.c | 190 bp->b_oflags &= ~(BO_DONE); 194 bp->b_oflags &= ~(BO_DONE); 287 bp->b_oflags |= BO_DONE; 298 bp->b_oflags |= BO_DONE;
|
| /src/sys/arch/ews4800mips/ews4800mips/ |
| sector.c | 94 b->b_oflags &= ~(BO_DONE); 131 b->b_oflags &= ~(BO_DONE);
|
| /src/sys/arch/arm/arm/ |
| disksubr.c | 276 bp->b_oflags &= ~(BO_DONE); 292 bp->b_oflags &= ~(BO_DONE);
|
| disksubr_acorn.c | 263 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/kern/ |
| vfs_bio.c | 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) & [all...] |
| subr_disk_4bsd.c | 203 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/arch/playstation2/playstation2/ |
| disksubr.c | 190 bp->b_oflags &= ~(BO_DONE); 270 bp->b_oflags &= ~(BO_DONE); 283 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/arch/x68k/x68k/ |
| disksubr.c | 145 bp->b_oflags &= ~(BO_DONE); 265 bp->b_oflags &= ~(BO_DONE); 285 bp->b_oflags &= ~(BO_DONE); 297 bp->b_oflags &= ~(BO_DONE); 358 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/arch/hpc/hpc/ |
| disksubr.c | 241 bp->b_oflags &= ~(BO_DONE); 331 bp->b_oflags &= ~(BO_DONE); 345 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/arch/alpha/alpha/ |
| disksubr.c | 145 bp->b_oflags &= ~BO_DONE;
|
| /src/sys/arch/evbmips/evbmips/ |
| disksubr.c | 134 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/arch/evbppc/evbppc/ |
| disksubr.c | 158 CLR(bp->b_oflags, BO_DONE);
|
| /src/sys/arch/atari/dev/ |
| md_root.c | 219 bp->b_oflags &= ~BO_DONE; 294 bp->b_oflags &= ~BO_DONE;
|
| /src/sys/ufs/lfs/ |
| lfs_bio.c | 426 KASSERT((bp->b_flags & B_LOCKED) || !(bp->b_oflags & BO_DELWRI)); 437 bp->b_oflags &= ~BO_DELWRI; 475 if ((bp->b_oflags & BO_DELWRI) == 0) 480 bp->b_oflags = (bp->b_oflags | BO_DELWRI) & ~BO_DONE;
|
| lfs_inode.c | 381 if (bp->b_oflags & BO_DELWRI) { 764 if (bp->b_oflags & (BO_DONE | BO_DELWRI)) { 849 if (bp->b_oflags & BO_DELWRI) { 900 if (bp->b_oflags & BO_DELWRI) { 901 bp->b_oflags &= ~BO_DELWRI; 921 if (bp->b_oflags & BO_DELWRI) { 922 bp->b_oflags &= ~BO_DELWRI;
|
| lfs_balloc.c | 349 } else if (!(ibp->b_oflags & (BO_DELWRI | BO_DONE))) { 461 } else if (bpp && !(bp->b_oflags & (BO_DONE|BO_DELWRI))) { 561 if (bpp && ((*bpp)->b_oflags & BO_DELWRI)) {
|
| lfs_segment.c | 252 if (bp->b_oflags & BO_DELWRI) { /* XXX always true? */ 266 bp->b_oflags = (bp->b_oflags & ~BO_DELWRI) | BO_DONE; 719 if (!(bp->b_oflags & BO_DELWRI)) { 759 if (!(bp->b_oflags & BO_DELWRI)) 770 (long)bp->b_oflags); 1041 bp->b_oflags)); 1442 (bp->b_oflags & BO_DELWRI) == 0 || 1463 if (!(bp->b_oflags & BO_DELWRI)) 2398 bp->b_oflags &= ~(BO_DELWRI | BO_DONE) [all...] |
| /src/sys/arch/newsmips/newsmips/ |
| disksubr.c | 143 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/sys/ |
| buf.h | 163 u_int b_oflags; /* o: BO_* flags */ member in struct:buf 184 * These flags are kept in b_oflags (owned by associated object).
|
| /src/sys/arch/mipsco/mipsco/ |
| disksubr.c | 180 bp->b_oflags &= ~(BO_DONE); 193 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/arch/sgimips/sgimips/ |
| disksubr.c | 165 bp->b_oflags &= ~(BO_DONE); 178 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/arch/amiga/amiga/ |
| disksubr.c | 188 bp->b_oflags &= ~(BO_DONE); 309 bp->b_oflags &= ~(BO_DONE); 531 bp->b_oflags &= ~(BO_DONE);
|
| /src/sys/arch/ofppc/ofppc/ |
| disksubr.c | 278 bp->b_oflags &= ~(BO_DONE); 384 bp->b_oflags &= ~(BO_DONE); 827 bp->b_oflags &= ~BO_DONE;
|
| /src/sys/arch/sh3/sh3/ |
| disksubr.c | 421 bp->b_oflags &= ~(BO_DONE); 549 bp->b_oflags &= ~(BO_DONE); 597 bp->b_oflags &= ~(BO_DONE);
|