Searched refs:MD_RCS_LLOCKD (Results 1 – 2 of 2) sorted by relevance
371 ASSERT(cs->cs_flags & MD_RCS_LLOCKD); in erred_check_line()1255 ASSERT(cs->cs_flags & MD_RCS_LLOCKD && 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()1776 cs->cs_flags |= MD_RCS_LLOCKD; in raid_line_reader_lock()1828 cs->cs_flags |= MD_RCS_LLOCKD; in raid_line_writer_lock()1838 ASSERT(! (cs->cs_flags & MD_RCS_LLOCKD)); in raid_line_writer_lock()1877 ASSERT(! (waiting_list->cs_flags & MD_RCS_LLOCKD)); in raid_io_startup()1922 ASSERT(waiting_list->cs_flags & MD_RCS_LLOCKD); in raid_io_startup()1951 cs->cs_flags &= ~MD_RCS_LLOCKD; in raid_line_exit()[all …]
584 #define MD_RCS_LLOCKD 0x000400 /* line lock held */ macro