Home
last modified time | relevance | path

Searched refs:B_DONE (Results 1 – 25 of 25) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_bio.h74 /* 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_41/usr/src/uts/common/sys/
H A Dbuf.h163 #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_41/usr/src/uts/common/os/
H A Dbio.c219 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 Daio_subr.c497 bp->b_flags |= B_DONE; in aphysio_unlock()
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_replay.c273 ASSERT((bp->b_flags & B_DONE) == 0); in pw_read_done()
275 bp->b_flags |= B_DONE; in pw_read_done()
289 ASSERT((bp->b_flags & B_DONE) == 0); in pw_write_done()
291 bp->b_flags |= B_DONE; in pw_write_done()
/titanic_41/usr/src/lib/libdtrace/common/
H A Dio.d.in35 inline int B_DONE = @B_DONE@; variable
36 #pragma D binding "1.0" B_DONE
H A Dio.sed.in44 SED_REPLACE(B_DONE)
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c546 while ((cb->b_flags & B_DONE) == 0) { in trans_wait_panic()
614 cb->b_flags |= B_DONE; in trans_done()
626 cb->b_flags |= B_DONE; in trans_done()
H A Dtrans_ioctl.c195 bp->b_flags |= (B_STALE|B_DONE); in trans_test_trygetblk()
/titanic_41/usr/src/lib/libzpool/common/
H A Dkernel.c1122 ASSERT((bp->b_flags & B_DONE) == 0); in biodone()
1123 bp->b_flags |= B_DONE; in biodone()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c64 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 Dlufs.c155 while ((cb->b_flags & B_DONE) == 0) in trans_wait_panic()
H A Dufs_panic.c470 ~(B_ASYNC | B_READ | B_DONE | B_ERROR | B_DELWRI); in ufs_fault_v()
/titanic_41/usr/src/cmd/sa/
H A Dsadp.c814 ((x->b_flags & B_DONE) == 0)){
836 ((bp[m].b_flags & B_DONE) == 0))){ in testdev()
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h663 #define B_DONE 0x0002 macro
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd.c1797 ASSERT((bp->b_flags & B_DONE) == 0); in mdstrategy()
1813 bp->b_flags &= ~(B_ERROR | B_DONE); in mdstrategy()
/titanic_41/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c1124 bp->b_flags &= ~(B_DONE|B_BUSY); in dadk_iob_xfer()
1723 bp->b_flags &= ~(B_DONE|B_BUSY); in dadk_rmb_iodone()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c1358 ASSERT((bp->b_flags & B_DONE) == 0); in sgen_start()
H A Dst.c4381 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 Dsd.c11673 bp->b_flags &= ~(B_DONE | B_ERROR);
/titanic_41/usr/src/uts/sun4v/io/
H A Dvds.c1949 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_41/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1328 bp->b_flags &= ~(B_DONE|B_ERROR); in cmdkstrategy()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.c2447 ASSERT(bp->b_flags & B_DONE); in xdf_lb_rdwr()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3556 ASSERT((bp->b_flags & B_DONE) == 0); in ud_slave_done()
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1849 bp->b_flags &= ~(B_DONE|B_ERROR); in dcdstrategy()