Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c170 uint32_t zv_open_count[OTYPCNT]; /* open counts */ member
1228 if (zv->zv_open_count[otyp] == 0 || otyp == OTYP_LYR) {
1229 zv->zv_open_count[otyp]++;
1298 ASSERT(zv->zv_open_count[otyp] != 0);
1306 zv->zv_open_count[otyp]--;