Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzvol.c183 int zv_state; member
704 zv->zv_state = 0;
2719 zv->zv_state = 1;
2721 while (zv->zv_state != 2)
2722 msleep(&zv->zv_state, &zv->zv_queue_mtx, 0, "zvol:w", 0);
2865 if (zv->zv_state == 1) {
2866 zv->zv_state = 2;
2867 wakeup(&zv->zv_state);