Searched refs:IO_WRITER_HELD (Results 1 – 2 of 2) sorted by relevance
3097 ASSERT(!IO_WRITER_HELD(delta->unp)); in raid_rename_lock()3099 ASSERT(IO_WRITER_HELD(delta->unp)); in raid_rename_lock()3152 ASSERT(IO_WRITER_HELD(delta->unp)); in raid_rename_unlock()3154 ASSERT(!IO_WRITER_HELD(delta->unp)); in raid_rename_unlock()
303 #define IO_WRITER_HELD(un) \ macro