/titanic_41/usr/src/uts/sun4/io/efcode/ |
H A D | fc_physio.c | 83 bp->b_flags = B_BUSY | B_PHYS | B_READ; in fc_physio_setup() 100 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS); in fc_physio_setup() 131 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in fc_physio_free()
|
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_replay.c | 141 bp->b_flags = B_BUSY; in raid_rply_alloc() 162 bp->b_flags = B_BUSY; in raid_rply_alloc() 172 bp->b_flags = B_BUSY; in raid_rply_alloc() 326 bp->b_flags = (B_READ | B_BUSY); in raid_pwhdr_read() 359 bp->b_flags = (B_READ | B_BUSY); in raid_pw_read() 398 bp->b_flags = (B_WRITE | B_BUSY); in raid_pw_write()
|
H A D | raid_resync.c | 284 init_buf(&buf, (B_BUSY | B_WRITE), copysize); in init_pw_area() 303 reset_buf(&buf, (B_BUSY | B_WRITE), copysize); in init_pw_area() 485 reset_buf(readb1, B_READ | B_BUSY, in raid_resync_region() 522 reset_buf(readb1, B_READ | B_BUSY, in raid_resync_region() 547 reset_buf(writeb, B_WRITE | B_BUSY, in raid_resync_region()
|
H A D | raid.c | 1329 reset_buf(bp, B_READ | B_BUSY, bcount); in raid_regen_parity() 1347 reset_buf(bp, B_WRITE | B_BUSY, cs->cs_bcount); in raid_regen_parity() 1502 cs->cs_dbuf.b_flags = B_BUSY; /* initialize flags */ in raid_read_retry() 1514 cs->cs_pbuf.b_flags = B_BUSY; /* initialize flags */ in raid_read_retry() 2083 bp.b_flags = (B_READ | B_BUSY); in raid_check_cols() 2359 bp->b_flags |= B_BUSY; in raidio() 2590 bp->b_flags = B_WRITE | B_BUSY; in genlineparity() 2842 cs->cs_dbuf.b_flags = B_BUSY; /* initialize flags */ in raid_write_retry() 2854 cs->cs_pbuf.b_flags = B_BUSY; /* initialize flags */ in raid_write_retry() 2865 cs->cs_hbuf.b_flags = B_BUSY; /* initialize flags */ in raid_write_retry() [all …]
|
H A D | raid_ioctl.c | 284 bp.b_flags = B_READ | B_BUSY; in raid_check_pw() 519 cur->ci_buf.b_flags = B_BUSY | B_WRITE; in raid_init_columns() 737 init_buf(bp, B_READ | B_BUSY, iosize); in regen_unit() 761 reset_buf(bp, B_READ | B_BUSY, iosize); in regen_unit()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | vm_subr.c | 218 bp->b_flags = B_BUSY | B_PHYS | rw; in default_physio() 246 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS); in default_physio() 281 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in default_physio()
|
H A D | bio.c | 508 bp->b_flags &= ~(B_WANTED|B_BUSY|B_ASYNC); in brelse() 536 if (bp->b_flags & B_BUSY) in bio_busy() 697 nbp->b_flags = B_BUSY; in getblk_common() 740 errbp->b_flags &= ~B_BUSY; in getblk_common() 759 bp->b_flags = B_BUSY | B_NOCACHE | B_AGE; in ngeteblk() 915 (panicstr && bp->b_flags & B_BUSY)) { in bflush() 1082 ~(B_BUSY | B_DELWRI | B_RETRYWRI); in bfinval() 1363 bp->b_flags = B_PAGEIO | B_NOCACHE | B_BUSY | flags; in pageio_setup() 1425 (bp->b_flags & (B_DELWRI|B_BUSY)) && in bcheck() 2044 bufp->b_flags = (bp->b_flags & BUF_CLONE_FLAGS) | B_BUSY; in bioclone()
|
H A D | aio_subr.c | 121 bp->b_flags = B_BUSY | B_PHYS | B_ASYNC | rw; in aphysio() 154 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio() 496 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio_unlock()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | buf.h | 162 #define B_BUSY 0x0001 /* not on av_forw/back list */ macro 291 (bp)->b_flags |= B_BUSY; \
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | io.d.in | 33 inline int B_BUSY = @B_BUSY@; variable 34 #pragma D binding "1.0" B_BUSY
|
H A D | io.sed.in | 43 SED_REPLACE(B_BUSY)
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_directio.c | 215 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in directio_wait_one() 302 bp->b_flags = B_BUSY | B_PHYS | B_READ; in directio_start() 306 bp->b_flags = B_BUSY | B_PHYS | B_WRITE; in directio_start()
|
/titanic_41/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 754 bp->b_flags = B_BUSY; in dadk_ioctl() 858 bp->b_flags = B_BUSY; in dadk_ioctl() 1110 bp->b_flags |= (B_BUSY | rw); in dadk_iob_xfer() 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_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bio.c | 384 bp->b_flags |= B_KERNBUF | B_BUSY | flag; in _sd_setup_iob() 500 bp->b_flags |= B_KERNBUF | B_BUSY; in _sd_extend_iob()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_disk.c | 661 bp->b_flags = flags | B_BUSY | B_NOCACHE | B_FAILFAST; in vdev_disk_ldi_physio() 805 bp->b_flags = B_BUSY | B_NOCACHE | in vdev_disk_io_start()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | fdbuffer.c | 397 bp->b_flags = b_flags | B_BUSY | B_PHYS; in fdb_iosetup()
|
/titanic_41/usr/src/cmd/sa/ |
H A D | sadp.c | 813 if ((x->b_flags & B_BUSY) && 835 ((bp[m].b_flags & B_BUSY) && in testdev()
|
/titanic_41/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 662 #define B_BUSY 0x0001 macro
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2431 bp->b_flags = B_BUSY | B_READ; in xdf_lb_rdwr() 2433 bp->b_flags = B_BUSY | B_WRITE; in xdf_lb_rdwr() 2805 bp->b_flags |= B_BUSY; in xdf_strategy() 2981 dbp->b_flags = B_BUSY; in xdf_dump()
|
H A D | xdb.c | 385 bp->b_flags = B_BUSY | B_SHADOW | B_PHYS; in xdb_get_buf() 397 bp->b_flags = B_BUSY | B_SHADOW | B_PHYS; in xdb_get_buf()
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 940 bufs[count].b_flags = B_NOCACHE|B_BUSY|B_READ; in hsfs_getpage_ra() 1286 bufs[count].b_flags = B_NOCACHE|B_BUSY|B_READ; in hsfs_getapage()
|
/titanic_41/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 2955 bp->b_flags = B_BUSY; in dcddump() 3458 bp->b_flags = B_BUSY; in dcdioctl() 3718 bp->b_flags = B_BUSY | rw; in dcdioctl_cmd()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 1274 bp->b_flags = B_WRITE | B_BUSY; in ud_zero_it()
|
/titanic_41/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_subr.c | 2437 bp->b_flags = B_BUSY | in scsi_uscsi_handle_cmd()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_subr.c | 3097 bp->b_flags = B_BUSY; /* initialize flags */ in md_bioinit() 3108 bp->b_flags = B_BUSY; /* initialize flags */ in md_bioreset()
|