Searched refs:B_SHADOW (Results 1 – 15 of 15) sorted by relevance
108 bp->b_flags |= B_SHADOW; in fc_physio_setup()126 if (bp->b_flags & B_SHADOW) in fc_physio_free()131 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in fc_physio_free()
83 if ((bp->b_flags & (B_SHADOW|B_REMAPPED)) == B_SHADOW) { in fc_ddi_dma_buf_bind_handle()
111 if ((bp->b_flags & (B_SHADOW | B_PAGEIO)) && (npages == 1) && in bp_mapin_common()113 if (bp->b_flags & B_SHADOW) in bp_mapin_common()150 } else if (bp->b_flags & B_SHADOW) { in bp_mapin_common()220 if ((bp->b_flags & (B_SHADOW | B_PAGEIO)) && (npages == 1) && in bp_mapout()222 if (bp->b_flags & B_SHADOW) in bp_mapout()310 } else if (bp->b_flags & B_SHADOW) { in bp_copy_common()
243 bp->b_flags |= B_SHADOW; in default_physio()273 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in default_physio()
146 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio()152 bp->b_flags |= B_SHADOW; in aphysio()479 bp->b_flags & B_SHADOW ? bp->b_shadow : NULL, in aphysio_unlock()483 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio_unlock()
2021 #define BUF_CLONE_FLAGS (B_READ|B_WRITE|B_SHADOW|B_PHYS|B_PAGEIO|B_FAILFAST|\ in bioclone()2036 if (bp->b_flags & B_SHADOW) { in bioclone()
7015 if (bp->b_flags & B_SHADOW) { in ddi_dma_buf_bind_handle()8803 bp->b_flags |= B_SHADOW; in ddi_umem_iosetup()
185 #define B_SHADOW 0x200000 /* is b_shadow field valid? */ macro
216 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in directio_wait_one()295 bp->b_flags |= B_SHADOW; in directio_start()
401 bp->b_flags |= B_SHADOW; in fdb_iosetup()
64 bp->b_flags &= ~(B_PAGEIO | B_PHYS | B_REMAPPED | B_SHADOW); in scsi_alloc_consistent_buf()
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()
356 buf.b_flags = B_PHYS|B_SHADOW; in dmareq_pplist_mapin()3549 hp->map_flags = B_SHADOW; in bofi_dma_bindhdl()
16324 cont_bp->b_flags = bp->b_flags & ~(B_PAGEIO | B_PHYS | B_SHADOW); in st_get_bigblk_bp()
13655 (bp->b_flags & ~(B_PAGEIO | B_PHYS | B_REMAPPED | B_SHADOW)); in sd_shadow_buf_alloc()