Searched refs:cs_flags (Results 1 – 2 of 2) sorted by relevance
371 ASSERT(cs->cs_flags & MD_RCS_LLOCKD); in erred_check_line()795 ASSERT(! (cs->cs_flags & MD_RCS_HAVE_PW_SLOTS)); in raid_check_pw()800 if (cs->cs_flags & MD_RCS_LINE) { in raid_check_pw()819 ASSERT(! (cs->cs_flags & MD_RCS_HAVE_PW_SLOTS)); in raid_alloc_pwslot()834 cs->cs_flags |= MD_RCS_HAVE_PW_SLOTS; in raid_alloc_pwslot()1255 ASSERT(cs->cs_flags & MD_RCS_LLOCKD && in raid_free_child()1256 (cs->cs_flags & (MD_RCS_READER | MD_RCS_WRITER))); in raid_free_child()1260 ASSERT(!(cs->cs_flags & MD_RCS_LLOCKD)); in raid_free_child()1310 ASSERT(cs->cs_flags & MD_RCS_LLOCKD); in raid_regen_parity()1316 if (cs->cs_flags & MD_RCS_READER) { in raid_regen_parity()[all …]
517 int cs_flags; member