Home
last modified time | relevance | path

Searched refs:cbuf_pwslot (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c543 cb->cbuf_pwslot = -1; in raid_cbuf_init()
650 if (cbuf->cbuf_pwslot == -1) in raid_cancel_pwslot()
654 sb = &pw->pw_sb[cbuf->cbuf_pwslot]; in raid_cancel_pwslot()
687 ASSERT(sb[cbuf->cbuf_pwslot].sb_flags & SB_INVAL_PEND); in raid_free_pwinvalidate()
688 sb[cbuf->cbuf_pwslot].sb_flags = SB_UNUSED; in raid_free_pwinvalidate()
689 sb[cbuf->cbuf_pwslot].sb_cs = NULL; in raid_free_pwinvalidate()
830 cbuf->cbuf_pwslot = raid_get_pwslot(cs, cbuf->cbuf_column); in raid_alloc_pwslot()
2588 bp->b_lblkno = (cbuf->cbuf_pwslot * un->un_iosize) + in genlineparity()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h503 int cbuf_pwslot; member