HomeSort by: relevance | last modified time | path
    Searched refs:b_oflags (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /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/x68k/x68k/
disksubr.c 143 bp->b_oflags &= ~(BO_DONE);
218 bp->b_oflags &= ~(BO_DONE);
302 bp->b_oflags &= ~(BO_DONE);
322 bp->b_oflags &= ~(BO_DONE);
334 bp->b_oflags &= ~(BO_DONE);
395 bp->b_oflags &= ~(BO_DONE);
  /src/sys/arch/alpha/alpha/
disksubr.c 109 bp->b_oflags &= ~BO_DONE;
185 bp->b_oflags &= ~BO_DONE;
  /src/sys/arch/evbmips/evbmips/
disksubr.c 114 bp->b_oflags &= ~(BO_DONE);
174 bp->b_oflags &= ~(BO_DONE);
  /src/sys/arch/evbppc/evbppc/
disksubr.c 124 bp->b_oflags &= ~BO_DONE;
200 CLR(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...]
  /src/sys/arch/hpc/hpc/
disksubr.c 242 bp->b_oflags &= ~(BO_DONE);
279 bp->b_oflags &= ~(BO_DONE);
372 bp->b_oflags &= ~(BO_DONE);
386 bp->b_oflags &= ~(BO_DONE);
  /src/sys/arch/playstation2/playstation2/
disksubr.c 191 bp->b_oflags &= ~(BO_DONE);
227 bp->b_oflags &= ~(BO_DONE);
311 bp->b_oflags &= ~(BO_DONE);
324 bp->b_oflags &= ~(BO_DONE);
  /src/sys/arch/arm/arm/
disksubr.c 231 bp->b_oflags &= ~(BO_DONE);
318 bp->b_oflags &= ~(BO_DONE);
334 bp->b_oflags &= ~(BO_DONE);
  /src/sys/arch/atari/dev/
md_root.c 220 bp->b_oflags &= ~BO_DONE;
295 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) {
761 if (bp->b_oflags & (BO_DONE | BO_DELWRI)) {
846 if (bp->b_oflags & BO_DELWRI) {
897 if (bp->b_oflags & BO_DELWRI) {
898 bp->b_oflags &= ~BO_DELWRI;
918 if (bp->b_oflags & BO_DELWRI) {
919 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)) {
  /src/sys/arch/hp300/hp300/
disksubr.c 143 bp->b_oflags &= ~(BO_DONE);
  /src/sys/arch/news68k/news68k/
disksubr.c 142 bp->b_oflags &= ~(BO_DONE);
  /src/sys/arch/newsmips/newsmips/
disksubr.c 143 bp->b_oflags &= ~(BO_DONE);
  /src/sys/arch/virt68k/virt68k/
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/sh3/sh3/
disksubr.c 422 bp->b_oflags &= ~(BO_DONE);
497 bp->b_oflags &= ~(BO_DONE);
590 bp->b_oflags &= ~(BO_DONE);
638 bp->b_oflags &= ~(BO_DONE);
  /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;

Completed in 53 milliseconds

1 2 3