Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h101 rpw64->rpw_colcount = colcount; \
124 rpw32->rpw_colcount = colcount; \
148 (rpw64)->rpw_colcount = (rpw32)->rpw_colcount; \
393 uint_t rpw_colcount; member
418 uint_t rpw_colcount; member
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_replay.c239 if ((pwhp->rpw_colcount <= 2) && in enq_rplylst()
258 newp->rpl_colcnt = pwhp->rpw_colcount; in enq_rplylst()
645 (pwhdr2->rpw_colcount != cnt)) { in replay_line()
778 if (((pwhdrp->rpw_colcount != 1) && in raid_replay()
779 (pwhdrp->rpw_colcount != 2) && in raid_replay()
780 (pwhdrp->rpw_colcount != totalcolumns))) { in raid_replay()