/titanic_44/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_44/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_44/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_44/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_44/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_44/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_44/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_44/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_44/usr/src/uts/common/fs/ |
H A D | fdbuffer.c | 397 bp->b_flags = b_flags | B_BUSY | B_PHYS; in fdb_iosetup()
|
/titanic_44/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_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 662 #define B_BUSY 0x0001 macro
|
/titanic_44/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_44/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_44/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_44/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_44/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_44/usr/src/uts/common/io/ |
H A D | fssnap.c | 832 snapbuf->b_flags = B_READ | B_BUSY; in snap_getchunk()
|
/titanic_44/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 771 bp->b_flags = B_BUSY; in cmdkdump()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vds.c | 889 buf.b_flags = B_BUSY | in vd_dskimg_rw() 2114 buf->b_flags = B_BUSY; in vd_start_bio()
|
H A D | vdc.c | 3252 buf.b_flags = B_BUSY; in vdc_do_op()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 7644 bp->b_flags = (wait) ? B_BUSY : B_BUSY|B_ASYNC; in st_cmd() 17213 bp->b_flags = (wait) ? B_BUSY : B_BUSY|B_ASYNC; in st_rcmd()
|