Home
last modified time | relevance | path

Searched refs:zv_open_count (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c127 uint32_t zv_open_count[OTYPCNT]; /* open counts */ member
916 if (zv->zv_open_count[otyp] == 0 || otyp == OTYP_LYR) { in zvol_open()
917 zv->zv_open_count[otyp]++; in zvol_open()
955 ASSERT(zv->zv_open_count[otyp] != 0); in zvol_close()
961 zv->zv_open_count[otyp]--; in zvol_close()