Searched refs:dv_busy (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Ddv_node.h85 uint_t dv_busy; /* directory busy count */ member in struct:dv_node
/opensolaris-onvv-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c314 dv->dv_busy = 0;
365 dv->dv_busy = 0;
1074 ddv->dv_busy++; /* mark busy before dropping lock */
1255 ddv->dv_busy--;
1423 * references to it. If we have dv_busy or
1427 if (dv->dv_busy || !(flags & DV_CLEAN_FORCE)) {

Completed in 51 milliseconds