/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_bio.h | 74 /* clear_flags */ (B_READ | B_DONE | B_ERROR | B_DELWRI)) 78 /* clear_flags */ (B_READ | B_DONE | B_ERROR | B_DELWRI)) 81 /* clear_flags */ (B_READ | B_DONE | B_ERROR | B_DELWRI))
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | buf.h | 163 #define B_DONE 0x0002 /* transaction finished */ macro 310 /* clear_flags */ (B_READ | B_DONE | B_ERROR | B_DELWRI)) 315 /* clear_flags */ (B_READ | B_DONE | B_ERROR | B_DELWRI)) 339 /* clear_flags */ (B_READ | B_DONE | B_ERROR | B_DELWRI)); \
|
/titanic_44/usr/src/uts/common/os/ |
H A D | bio.c | 219 if (bp->b_flags & B_DONE) in bread_common() 257 if ((bp->b_flags & B_DONE) == 0) { in breada() 269 if (rabp->b_flags & B_DONE) in breada() 381 bp->b_flags |= B_DELWRI | B_DONE; in bdwrite() 741 errbp->b_flags |= (B_ERROR | B_DONE); in getblk_common() 806 if (bp->b_flags & B_DONE) { in trygetblk() 1223 while ((bp->b_flags & B_DONE) == 0) in biowait() 1271 ASSERT((bp->b_flags & B_DONE) == 0); in biodone() 1273 bp->b_flags |= B_DONE; in biodone()
|
H A D | aio_subr.c | 497 bp->b_flags |= B_DONE; in aphysio_unlock()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | io.d.in | 35 inline int B_DONE = @B_DONE@; variable 36 #pragma D binding "1.0" B_DONE
|
H A D | io.sed.in | 44 SED_REPLACE(B_DONE)
|
/titanic_44/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 1122 ASSERT((bp->b_flags & B_DONE) == 0); in biodone() 1123 bp->b_flags |= B_DONE; in biodone()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 64 bp->b_flags |= B_DONE; in logdone() 82 ASSERT((cb->b_flags & B_DONE) == 0); in ldl_strategy_done() 1072 if ((bp->b_flags & B_DONE) == 0) { in ldl_waito()
|
H A D | lufs.c | 155 while ((cb->b_flags & B_DONE) == 0) in trans_wait_panic()
|
H A D | ufs_panic.c | 470 ~(B_ASYNC | B_READ | B_DONE | B_ERROR | B_DELWRI); in ufs_fault_v()
|
/titanic_44/usr/src/cmd/sa/ |
H A D | sadp.c | 814 ((x->b_flags & B_DONE) == 0)){ 836 ((bp[m].b_flags & B_DONE) == 0))){ in testdev()
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 663 #define B_DONE 0x0002 macro
|
/titanic_44/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 1124 bp->b_flags &= ~(B_DONE|B_BUSY); in dadk_iob_xfer() 1723 bp->b_flags &= ~(B_DONE|B_BUSY); in dadk_rmb_iodone()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | sgen.c | 1358 ASSERT((bp->b_flags & B_DONE) == 0); in sgen_start()
|
H A D | st.c | 4381 bp->b_flags &= ~(B_DONE); in st_queued_strategy() 4490 bp->b_flags &= ~(B_DONE); in st_strategy() 6478 ASSERT((bp->b_flags & B_DONE) == 0); in st_start() 6510 ASSERT((bp->b_flags & B_DONE) == 0); in st_start() 6512 ASSERT((bp->b_flags & B_DONE) == 0); in st_start() 6771 ASSERT((bp->b_flags & B_DONE) == 0); in st_runout() 6779 ASSERT((bp->b_flags & B_DONE) == 0); in st_runout() 18066 bp->b_flags &= ~(B_DONE); in st_recover_reissue_pkt()
|
H A D | sd.c | 11672 bp->b_flags &= ~(B_DONE | B_ERROR);
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vds.c | 1949 ASSERT((bp->b_flags & B_DONE) == 0); in vd_biodone() 1952 bp->b_flags |= B_DONE; in vd_biodone() 2426 if (buf->b_flags & B_DONE) { in vd_complete_bio()
|
/titanic_44/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 1328 bp->b_flags &= ~(B_DONE|B_ERROR); in cmdkstrategy()
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2447 ASSERT(bp->b_flags & B_DONE); in xdf_lb_rdwr()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 3556 ASSERT((bp->b_flags & B_DONE) == 0); in ud_slave_done()
|
/titanic_44/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 1849 bp->b_flags &= ~(B_DONE|B_ERROR); in dcdstrategy()
|