QTF_CLOSING       444 ufs/ufs/ufs_quota.c 		    (ump->um_qflags[i] & (QTF_OPENING|QTF_CLOSING)))
QTF_CLOSING       581 ufs/ufs/ufs_quota.c 	ump->um_qflags[type] |= QTF_CLOSING;
QTF_CLOSING       594 ufs/ufs/ufs_quota.c 	ump->um_qflags[type] &= ~QTF_CLOSING;
QTF_CLOSING       808 ufs/ufs/ufs_quota.c 	if (dqvp == NULLVP || (ump->um_qflags[type] & QTF_CLOSING)) {