Home
last modified time | relevance | path

Searched refs:hs_refcount (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_hotspares.h108 int hs_refcount; /* # hsp using the hs */ member
136 int hs_refcount; /* # hsp using the hs */ member
H A Dmd_convert.h354 small->hs_refcount = big->hs_refcount; \
368 big->hs_refcount = small->hs_refcount; \
/titanic_41/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c281 hs->hs_refcount = 0; in seths_add()
411 hs->hs_refcount++; in seths_add()
645 hs->hs_refcount--; in seths_delete()
646 if (hs->hs_refcount == 0) { in seths_delete()
868 new_hs->hs_refcount = 0; in seths_replace()
881 hs->hs_refcount--; in seths_replace()
882 if (hs->hs_refcount == 0) { in seths_replace()
901 new_hs->hs_refcount++; in seths_replace()
1325 if (hs->hs_refcount == 0) { in load_hotspare()