Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c593 un->un_column_ic[colindex].un_pw_reserve = pw; in raid_build_pw_reservation()
606 mr_pw_reserve_t *pw = un->un_column_ic[colindex].un_pw_reserve; in raid_free_pw_reservation()
631 pw = col->un_pw_reserve; in raid_cancel_pwslot()
641 pw = col->un_pw_reserve; in raid_cancel_pwslot()
653 pw = col->un_pw_reserve; in raid_cancel_pwslot()
685 pw = un->un_column_ic[cbuf->cbuf_column].un_pw_reserve; in raid_free_pwinvalidate()
733 pw = cs->cs_un->un_column_ic[column].un_pw_reserve; in raid_get_pwslot()
802 if (un->un_column_ic[i].un_pw_reserve->pw_free <= 0) in raid_check_pw()
807 if (un->un_column_ic[cs->cs_dcolumn].un_pw_reserve->pw_free <= 0) in raid_check_pw()
809 if (un->un_column_ic[cs->cs_pcolumn].un_pw_reserve->pw_free <= 0) in raid_check_pw()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h244 mr_pw_reserve_t *un_pw_reserve; member