Searched refs:zv_open_count (Results 1 – 1 of 1) sorted by relevance
125 uint32_t zv_open_count[OTYPCNT]; /* open counts */ member908 if (zv->zv_open_count[otyp] == 0 || otyp == OTYP_LYR) { in zvol_open()909 zv->zv_open_count[otyp]++; in zvol_open()947 ASSERT(zv->zv_open_count[otyp] != 0); in zvol_close()953 zv->zv_open_count[otyp]--; in zvol_close()