Searched refs:zv_open_count (Results 1 – 1 of 1) sorted by relevance
126 uint32_t zv_open_count[OTYPCNT]; /* open counts */ member909 if (zv->zv_open_count[otyp] == 0 || otyp == OTYP_LYR) { in zvol_open()910 zv->zv_open_count[otyp]++; in zvol_open()948 ASSERT(zv->zv_open_count[otyp] != 0); in zvol_close()954 zv->zv_open_count[otyp]--; in zvol_close()